Martin Hickey
a368bde6c8
Merge pull request #10850 from greed42/install-helm-version
...
Populate Capabilities.HelmVersion during install
3 years ago
Matthew Fisher
2878cc8079
replace +build with go:build
...
go:build is the new conditional compilation directive used to specify build constraints. It was introduced in Go 1.17. It is meant to replace the old +build directives.
Now that go.mod points to Go 1.17 we no longer need to support both
build flags.
Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com>
3 years ago
Matt Farina
f91e8d218e
Merge pull request #10856 from helm/dependabot/go_modules/oras.land/oras-go-1.1.1
...
Bump oras.land/oras-go from 1.1.0 to 1.1.1
3 years ago
dependabot[bot]
6eee0de7cc
Bump oras.land/oras-go from 1.1.0 to 1.1.1
...
Bumps [oras.land/oras-go](https://github.com/oras-project/oras-go ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/oras-project/oras-go/releases )
- [Commits](https://github.com/oras-project/oras-go/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: oras.land/oras-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
aafc920185
Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0
...
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/BurntSushi/toml/releases )
- [Commits](https://github.com/BurntSushi/toml/compare/v1.0.0...v1.1.0 )
---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Matt Farina
4d2e21e860
Merge pull request #10832 from true-north-engineering/main
...
Fixing downloader plugin error handling
3 years ago
Matt Farina
c0ded2e01c
Merge pull request #10775 from helm/dependabot/go_modules/github.com/stretchr/testify-1.7.1
...
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
3 years ago
Matt Farina
3fdb7cac01
Merge pull request #10110 from zegerius/main
...
Fix value precedence
3 years ago
Simon Alling
56e52d139c
Fix confusing test failure message
...
Resolves #10466 .
Signed-off-by: Simon Alling <alling.simon@gmail.com>
3 years ago
Mayank Thakur
fe00c9296d
Fixed helm uninstall not deleting the resource.
...
* Added `nil` check for returned err.
* Return in case of `err` when deleting the release
Signed-off-by: Mayank Thakur <thakurmayank88@gmail.com>
3 years ago
Graham Reed
82a2a2e85c
Populate Capabilities.HelmVersion during install
...
Signed-off-by: Graham Reed <greed@7deadly.org>
3 years ago
stan-sz
d8c0e01132
Fix UT
...
Signed-off-by: GitHub <noreply@github.com>
3 years ago
stan-sz
6c55d9e3e9
Fix linter
...
Signed-off-by: GitHub <noreply@github.com>
3 years ago
stan-sz
a7e4ae752a
Update install.go
...
Feedback from PR
Signed-off-by: GitHub <noreply@github.com>
3 years ago
stan-sz
660e4ffe7a
Log error message on failed download
...
Signed-off-by: GitHub <noreply@github.com>
3 years ago
yxxhero
eb5f128f9e
Merge branch 'main' into fix_registry_config_issue
3 years ago
Matt Farina
cba3b1eed4
Merge pull request #10836 from mattfarina/bump-k8s-1.23.5
...
Bumping Kubernetes package versions
3 years ago
Matt Farina
a87ab07aed
Bumping Kubernetes package versions
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
3 years ago
Matt Farina
e9a2e42ab1
Merge pull request #10830 from mattfarina/bump-vcs
...
Updating vcs to latest version
3 years ago
Zoran Krleza
06c39c8079
Fixing downloader plugin error handling
...
Signed-off-by: Zoran Krleza <zoran.krleza@true-north.hr>
3 years ago
Matt Farina
3490f1e7b6
Updating vcs to latest version
...
vcs had a release due to a CVE. This updates to the latest version
that mitigates the CVE.
Note, the Makefile was updated so that `make build` would build
without cgo just like gox does in the CI pipeline. They should
both build without cgo so we can catch issues before merging to
master where a canary build would pick up the problem.
Signed-off-by: Matt Farina <matt@mattfarina.com>
3 years ago
Timofey Kirillov
da8e7d2532
fix: "... has no deployed releases" error when release history contains only failed releases and history limit reached
...
Fixed old releases rotation procedure to not require a deployed release to exists.
An error will arise when there are no successfully deployed release yet, but releases history limit has been reached. In such situation helm will refuse to upgrade release anymore with "... has no deployed releases" error.
Furthermore, release rotation procedure already expecting lastDeployedRelease to be either nil, or not nil. So it is assumed that deployed release may exist or may not and these both outcomes were already expected as a valid situation rather than a failure.
Reworked storage_test.go TestStorageRemoveLeastRecentWithError test case: use mocked driver and test release creation procedure does not shadows errors from the underneath release rotation procedure.
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
3 years ago
Martin Hickey
ee3f270e1e
Merge pull request #10453 from SimonAlling/remove-runTestActionCmd
...
Remove runTestActionCmd and use runTestCmd instead
3 years ago
suzaku
d76f86b01c
Add support `helm list --no-headers`
...
Signed-off-by: suzaku <satorulogic@gmail.com>
Add test
Signed-off-by: suzaku <satorulogic@gmail.com>
Revert change to value semantic
Signed-off-by: satoru <satorulogic@gmail.com>
3 years ago
Scott Rigby
634b18295a
Merge pull request #10568 from monostream/feature/fix-connection-leak
...
HTTPGetter: Reuse http transport
3 years ago
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
Markus Lehtonen
7a08426869
repo: fix repo merge unit test
...
Enable asserts that accidentally excluded from normal test flow.
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.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
yxxhero
d20c954819
update go.mod
...
Signed-off-by: yxxhero <aiopsclub@163.com>
3 years ago
yxxhero
9f199b6517
fix --registry-config issue
...
Signed-off-by: yxxhero <aiopsclub@163.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
Luca Di Rocco
11e7d0cd73
feat: add --set-json flag to set json values.
...
When used with helm install, helm template, helm upgrade, it enables
to set json values (scalars/objects/arrays) from the command line.
Closes #10428
Signed-off-by: Luca Di Rocco <lucadirocco@gmail.com>
3 years ago