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
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
Matthias Fehr
cab1fc87d4
Dont modify provided transport
...
Signed-off-by: Matthias Fehr <matthias@monostream.com>
3 years ago
Matthias Fehr
7d22040e66
Pass http getter as pointer in tests
...
Signed-off-by: Matthias Fehr <matthias@monostream.com>
3 years ago
Matthias Fehr
2acda0cc5b
Add docs block
...
Signed-off-by: Matthias Fehr <matthias@monostream.com>
3 years ago
Matthias Fehr
45367ca9bf
Add transport option and tests
...
Signed-off-by: Matthias Fehr <matthias@monostream.com>
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