dependabot[bot]
9380e211aa
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
2cf845424a
Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spf13/cobra/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Matthew Fisher
974a6030c8
Merge pull request #10769 from tchupp/fix/go-mod-1.17
...
Fix/go mod 1.17
3 years ago
Theo Chupp
45af381aa4
fix: run 'go mod tidy' for go 1.17
...
Signed-off-by: Theo Chupp <theodorechupp@stockx.com>
3 years ago
Theo Chupp
4448042723
dummy change to trigger CI
...
Signed-off-by: Theo Chupp <theodorechupp@stockx.com>
3 years ago
Matthew Fisher
e9abdc5efe
Merge pull request #9751 from cndoit18/fix-issue-9747
...
fix(rollback): fix helm rollback doesn't have meta.helm.sh annotations
3 years ago
Matthew Fisher
8a0bfae335
Merge pull request #10581 from smaftoul/bump-go-version
...
Set go version to 1.17 to match CI
3 years ago
Matthew Fisher
0f2e2bbd6c
Merge pull request #10544 from helm/dependabot/go_modules/github.com/BurntSushi/toml-1.0.0
...
chore(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0
3 years ago
Matthew Fisher
40677758bc
Merge pull request #10754 from helm/dependabot/go_modules/github.com/docker/docker-20.10.13incompatible
...
Bump github.com/docker/docker from 20.10.12+incompatible to 20.10.13+incompatible
3 years ago
Matthew Fisher
f34005b00e
Merge pull request #10590 from guyboltonking/gbk-fix-lockfile-suffix
...
Correctly handle repository data file paths that contain a component with the same suffix as the data file
3 years ago
Matthew Fisher
175278e88f
Merge pull request #10461 from sabre1041/dependency-update-upgrade
...
Honor --dependency-update flag in upgrade command
3 years ago
dependabot[bot]
5886c28b8b
Bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 20.10.12+incompatible to 20.10.13+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/docker/docker/compare/v20.10.12...v20.10.13 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Matt Farina
8ab18f7567
Merge pull request #10746 from mattfarina/bump-k8s-0.23.5
...
Updating Kubernetes libs to 0.23.4 (latest)
3 years ago
Matt Farina
7432807210
Updating Kubernetes libs to 0.23.4 (latest)
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
3 years ago
Matt Farina
87826fb5c9
Merge pull request #10609 from tompizmor/fix-package-with-oci-deps
...
fix: helm package with dependency update for charts with OCI dependencies
3 years ago
Matt Farina
7cd8586e84
Merge pull request #10462 from yank1/feature/add-legal-name-check
...
add legal repo name check
3 years ago
Josh Dolitsky
2153f70747
Merge pull request #10739 from jdolitsky/fix-deploy-sh
...
maint: fix syntax error in deploy.sh
3 years ago
Josh Dolitsky
75fa221b75
maint: fix syntax error in deploy.sh
...
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
3 years ago
Josh Dolitsky
d61b9befea
Merge pull request #10726 from sourikghosh/fix/10724-sh
...
overwrite flag added to az storage blob upload-batch
3 years ago
Sourik Ghosh
cfeb431e3c
linting issue fixed
...
Signed-off-by: Sourik Ghosh <sourikghosh31@gmail.com>
3 years ago
Sourik Ghosh
9c064f9cf4
only apply overwrite if version is canary
...
Signed-off-by: Sourik Ghosh <sourikghosh31@gmail.com>
3 years ago
Sourik Ghosh
9a784bbc41
overwrite flag added to az storage blob upload-batch
...
Signed-off-by: Sourik Ghosh <sourikghosh31@gmail.com>
3 years ago
Josh Dolitsky
65d8e72504
Merge pull request #10628 from sabre1041/oci-dependencies-tag
...
Avoid querying for OCI tags can explicit version provided in chart dependencies
3 years ago
Martin Hickey
9bf3a14203
Merge pull request #10666 from Juneezee/test/t.TempDir
...
test: use `T.TempDir` to create temporary test directory
3 years ago
Matthew Fisher
bc2f1e08a4
Merge pull request #10672 from shubham1172/shubham1172/upgrade-sql-migrate
...
Upgrade rubenv/sql-migrate to v1.1.1
3 years ago
Shubham Sharma
df2c916692
Upgrade rubenv/sql-migrate
...
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
3 years ago
Eng Zer Jun
2e3e22a003
test: use `T.TempDir` to create temporary test directory
...
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.
Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
3 years ago
Martin Hickey
12f1bc0acd
Merge pull request #10649 from stephanECD/Add-IngressClass
...
Add IngressClass to manifests to be (un)installed
3 years ago
stephanECD
0361dc8568
Add IngressClass to manifests to be (un)installed
...
Signed-off-by: StephanECD <87023735+stephanECD@users.noreply.github.com>
3 years ago
Martin Hickey
35f6196167
Merge pull request #10617 from hickeyma/bump-k8s-0.23.3
...
chore(dep): Bumping Kubernetes to 1.23.3
3 years ago
Martin Hickey
df7c1c39bc
Merge pull request #10514 from tanguofu/main
...
fea(#10511 ): add --post-renderer-args to support assign args to PostR…
3 years ago
Andrew Block
01ff5bb00d
Avoid querying for OCI tags can explicit version provided in chart dependencies
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
3 years ago
Matt Farina
1ec0aacb88
Merge pull request #10486 from gridai/fix-install-leak
...
Fix install memory/goroutine leak
3 years ago
Martin Hickey
5213891bb1
Updating Kubernetes packages to 1.23.3
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
3 years ago
Josh Dolitsky
59dbda915f
Merge pull request #10558 from sabre1041/bearer-token-oci
...
Management of bearer tokens for tag listing
3 years ago
Tomas Pizarro Moreno
e97c436a86
fix: remove deadcode
...
Signed-off-by: Tomas Pizarro Moreno <tpizarro@vmware.com>
3 years ago
Tomas Pizarro Moreno
0963617b9b
fix: helm package tests
...
Signed-off-by: Tomas Pizarro Moreno <tpizarro@vmware.com>
3 years ago
Tomas Pizarro Moreno
e02aeab0e9
fix: helm package with dependency update for charts with OCI dependencies
...
Signed-off-by: Tomas Pizarro Moreno <tpizarro@vmware.com>
3 years ago
Samuel Maftoul
850da38265
Set go version to 1.17 to match CI
...
Signed-off-by: Samuel Maftoul <samuel.maftoul@gmail.com>
3 years ago
guofutan
1a7a73b47b
fix: support empty args with --post-renderer-args
...
Signed-off-by: guofutan <guofutan@tencent.com>
3 years ago
Martin Hickey
dff9ade9d6
Merge pull request #10575 from hickeyma/chore/replace-golint
...
chore (lint): Replace golint with revive
3 years ago
guofutan
04e79e936d
fix: fix args name in postrender/exec_test.go and error if order in postRendererArgsSlice
...
Signed-off-by: guofutan <guofutan@tencent.com>
3 years ago
guofutan
d12170b3f2
fix: change postRendererArgs to Slice Type and use args...
...
Signed-off-by: guofutan <guofutan@tencent.com>
3 years ago
guofutan
44423fb2ca
fix: keep the API: postrender.NewExec and Add NewExecWithArgs
...
Signed-off-by: guofutan <guofutan@tencent.com>
3 years ago
guofutan
1aab7eb3a1
fix: keep the API: postrender.NewExec and Add NewExecWithArgs
...
Signed-off-by: guofutan <guofutan@tencent.com>
3 years ago
guofutan
46222c5c00
fea( #10511 ): add --post-renderer-args to support assign args to PostRenderer exec
...
Signed-off-by: guofutan <guofutan@tencent.com>
3 years ago
Martin Hickey
9975d62525
Handle Hungarian notation issue
...
Issue with smallCaps combination e.g. kCaFile
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
3 years ago
Martin Hickey
f0fd37d2c5
Replace golint with revive
...
golint which is used as one of the sublinters in golangci-lint is deprecated.
It is replaced with revive which is a drop-in replacement.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Co-authored-by: Martin Mulholland <mmulholl@redhat.com>
3 years ago
Guy Bolton King
8b1c28427f
Make repo_add.go only replace the last suffix in the path when generating a lockfile
...
Signed-off-by: Guy Bolton King <guy@waftex.com>
3 years ago
Guy Bolton King
4367fe0c1e
Make repo_add_test.go fail by inserted .yaml into path
...
Signed-off-by: Guy Bolton King <guy@waftex.com>
3 years ago