Skip to content

chore(deps): update dependency helm/helm to v3.8.1

Botaniker (Bot) requested to merge renovate/helm-helm-3.x into main

This MR contains the following updates:

Package Update Change
helm/helm minor v3.6.3 -> v3.8.1

Release Notes

helm/helm

v3.8.1

Compare Source

Helm v3.8.1 is a patch release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing MRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.8.1. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.8.2 will contain only bug fixes and will be released on April 13, 2022.
  • 3.9.0 is the next feature release and will be released on May 11, 2022.

Changelog

  • Updating Kubernetes libs to 0.23.4 (latest) 5cb9af4 (Matt Farina)
  • fix: remove deadcode 952d034 (Tomas Pizarro Moreno)
  • fix: helm package tests 02028a2 (Tomas Pizarro Moreno)
  • fix: helm package with dependency update for charts with OCI dependencies bc3d14c (Tomas Pizarro Moreno)
  • Fix typo Unset the env var before func return in Unit Test 9499df0 (Kay Yan)
  • add legal name check 18fa1d7 (root)
  • maint: fix syntax error in deploy.sh 7663ffa (Josh Dolitsky)
  • linting issue fixed 803ecb8 (Sourik Ghosh)
  • only apply overwrite if version is canary a4371ba (Sourik Ghosh)
  • overwrite flag added to az storage blob upload-batch 9275789 (Sourik Ghosh)
  • Avoid querying for OCI tags can explicit version provided in chart dependencies 3aacde1 (Andrew Block)
  • Management of bearer tokens for tag listing 46f0ec4 (Andrew Block)
  • Updating Kubernetes packages to 1.23.3 97b477c (Martin Hickey)
  • refactor: use os.ReadDir for lightweight directory reading 6966dc4 (Eng Zer Jun)
  • Add IngressClass to manifests to be (un)installed dbd30ca (stephanECD)
  • feat(comp): Shell completion for OCI e62f5ca (Marc Khouzam)
  • Fix install memory/goroutine leak 4827ca1 (Neven Miculinic)

v3.8.0

Compare Source

v3.8.0

Helm v3.8.0 is a feature release. This release, we focused on OCI registries, support for Kubernetes 1.23, and more. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing MRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • OCI registry support for charts is now generally available. It has graduated out of being an experiment. Some changes over Helm 3.7 include:
    • When setting a chart in the dependencies as OCI the version can be set to a range, like other dependencies
    • SemVer tags that include build information can be pushed and used. OCI registries don't support + as a tag character. Helm translates the + to _ when stored as a tag
    • helm registry login now follows the same structure as the Docker CLI for storing credentials. The same location for registry configuration can be passed to both Helm and the Docker CLI
  • A --list-repo-url flag has been added to helm search hub to quickly show the repositories URL.
  • Release names are validated during installation
  • Added support for installing Helm on Windows via Cygwin
  • Added support for Kubernetes 1.23

Installation and Upgrading

Download Helm v3.8.0. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.8.1 will contain only bug fixes and be released on March 09, 2022.
  • 3.9.0 is the next feature release and will be released on May 11, 2022.

Changelog

  • Limits need to call tag API when explicit version specified d141386 (Andrew Block)
  • bump version to v3.8.0 d493f29 (Matt Farina)
  • Moving uploader and pusher out of action into pkg 9661e39 (David Peraza)
  • Move all the remainder module out of experimental. 7cab1a0 (David Peraza)
  • Removing all the checks for oci experimental flag 9f869c6 (David Peraza)
  • move paths for updated directory location 91a46ad (Thomas Runyon)
  • refactor internal/experimental/registry to pkg/registry 353d74e (Thomas Runyon)
  • Fix panic with OCI for install, upgrade, and show 548ec55 (Matt Farina)
  • Change underscore (_) back to plus (+) for Helm 808a2d1 (Scott Rigby)
  • Remove unneeded assignment ee382eb (Scott Rigby)
  • Bring exact version check logic from IndexFile.Get into registry tag check bd754a0 (Scott Rigby)
  • Handling name of OCI file 1a9cb93 (Andrew Block)
  • Updates to chart downloader 23989f9 (Andrew Block)
  • Fix linting ba40207 (Scott Rigby)
  • Move OCI tag semver range logic from OCIGetter to ChartDownloader 4d50526 (Scott Rigby)
  • Fixing issue where OCI handling early causes a bad message c7b2a9d (Matt Farina)
  • Update oras-go to v1.1.0 1b3e0bc (Scott Rigby)
  • Fixed bad commit 9c3b000 (Andrew Block)
  • Readded resolver OCI logic 828941b (Andrew Block)
  • Enabled auth and support http registries for OCI 291c17f (Andrew Block)
  • Fix import 4c8a3fa (Scott Rigby)
  • Implement reusable GetTagMatchingVersionOrConstraint b6bf390 (Scott Rigby)
  • Started work on 'helm pull' 4f62d3d (Andrew Block)
  • Working oci code without providing versions df98e18 (Andrew Block)
  • Updated tag resolver logic 0fae7f5 (Andrew Block)
  • Added registryClient to resolver 834a11d (Andrew Block)
  • Fix Trim to TrimPrefix 1fabbab (Scott Rigby)
  • Update ORAS to v1.1.0-rc1 a8df413 (Scott Rigby)
  • Add OCI tag verions to the Dependency object before Resolve. TODO: fix HTTP HTTPS error for local registries e3f2fb4 (Scott Rigby)
  • Initial tag listing support 9a7c362 (Andrew Block)
  • Revert "It appears we never got to this block below. Quick rec by Farina. Untested if necessary" 39792b5 (Scott Rigby)
  • Revert "hack in progress" 3dc9930 (Scott Rigby)
  • It appears we never got to this block below. Quick rec by Farina. Untested if necessary 16453c3 (Scott Rigby)
  • Temp use Andy's fork MR branch 042e13d (Scott Rigby)
  • hack in progress 0d2f011 (Scott Rigby)
  • registry/client: use NewClientWithDockerFallback from oras v1.1.0-rc3 e3897ad (Allen Bai)
  • HELM_REGISTRY_CONFIG: change default file of registry config to config.json e08a927 (Allen Bai)
  • ensure consistency in registry client Push/Pull function signatures. ensure message is only printed when tags contain a replaced character fed0d31 (Josh Wolf)
  • Fix typo. Thanks buildbot. Also comments at 80 chars 157ac85 (Scott Rigby)
  • add oci reference validation and tag scoped (+) replacement to registry client Push/Pull fb0eeeb (Josh Wolf)
  • add more debug msg when helm upgrade f82896b (yxxhero)
  • Fixing issue where OCI handling early causes a bad message ee73a02 (Matt Farina)
  • Update registry underscore message with semver note for extra clarity 8424bc2 (Scott Rigby)
  • Move plus/underscore change to inside Client. Compare original ref for strict mode 4aacbc4 (Scott Rigby)
  • Adding Joe Julian as triage maintainer a30a848 (Bridget Kromhout)
  • For OCI, convert + to _ before pull, and + to _ before push 472eb6f (Scott Rigby)
  • feat(comp): Allow fuzzy matching during completion b8d3535 (Marc Khouzam)
  • validate release name during install 160da86 (mengjiao.liu)
  • lean up extra spaces 55bb6c3 (jayonlau)
  • chore(deps): bump github.com/docker/docker babbb67 (dependabot[bot])
  • chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 d417878 (dependabot[bot])
  • Updating Kubernetes packages to those from 1.23.1 5c698e9 (Matt Farina)
  • Moving prydonius to emeritus ad1110e (Bridget Kromhout)
  • Channel should remain open if there is still a routine that wants to write into it 9a492f8 (Jerome Küttner)
  • Fix memory leak in upgrade action ad3d2cc (Jerome Küttner)
  • Bringing over an edit from the helm-www repo 21e1cd6 (Bridget Kromhout)
  • docs: Clarify use of --set-file 13d8614 (David Xia)
  • chore(deps): bump github.com/Masterminds/squirrel from 1.5.1 to 1.5.2 a840fb0 (dependabot[bot])
  • chore(deps): bump github.com/mattn/go-shellwords from 1.0.11 to 1.0.12 664d5e6 (dependabot[bot])
  • fix(pkg/kube): statefulSetReady: handle partition cases correctly c3310bb (Bhavin Gandhi)
  • Update HELM_PLUGIN_SELF -> HELM_PLUGIN_DIR (#​10380) 4bf99e5 (Tyler Auerbeck)
  • Add support for installing on Windows via Cygwin 7993393 (Ioan Indreias)
  • Updating to Kubernetes 1.22.4 packages c2da47e (Matt Farina)
  • chore(deps): bump github.com/Masterminds/squirrel from 1.5.0 to 1.5.1 6a1daec (dependabot[bot])
  • chore(deps): Bump github.com/mitchellh/copystructure from 1.1.1 to 1.2.0 6d96e5e (dependabot[bot])
  • Upgrade to oras-go v1.0.0 b66c468 (Josh Dolitsky)
  • OWNERS: add zonggen to triage maintainers list 08eb75b (Allen Bai)
  • Fix specifying of Kubernetes version from build scripts 7838fb7 (Matt Farina)
  • chore(deps): bump github.com/gofrs/flock from 0.8.0 to 0.8.1 46a643f (dependabot[bot])
  • chore(deps): bump github.com/docker/docker 7293ac2 (dependabot[bot])
  • chore(deps): bump github.com/lib/pq from 1.10.3 to 1.10.4 fdb9766 (dependabot[bot])
  • Add nolint comments 889c70b (Josh Dolitsky)
  • update CI to use Go 1.17 3841af9 (Josh Dolitsky)
  • Use buffered channel for signal notification ea1b1f5 (Martin Hickey)
  • chore(deps): bump sigs.k8s.io/yaml from 1.2.0 to 1.3.0 15a9e14 (dependabot[bot])
  • chore(deps): bump k8s.io/klog/v2 from 2.9.0 to 2.30.0 90b78ae (dependabot[bot])
  • fix: added resource info into the validation error 7f68bfa (Timofey Kirillov)
  • Updating to Kubernetes 1.22.3 packages fcc5dd7 (David Peraza)
  • Add yxxhero as triage maintainer b6a04cf (Marc Khouzam)
  • allow ldflags to overwrite k8s version 81a373e (Sverre Boschman)
  • ensure error is correctly handled when generating chart's oci manifest fae5009 (Josh Wolf)
  • modify oci chart push/pull manifest test values to represent new order sorted by oras d2d8e52 (Josh Wolf)
  • fix a SIGSEGV similar to issue 1347 fe6f348 (Brandon Cole)
  • Adding Scott Rigby as helm/helm maintainer 5782c39 (Bridget Kromhout)
  • Fail if target-directory does not exist e3e563a (Dominik Stadler)
  • Fix a golint issue caused by typo 9b7a45a (Guangwen Feng)
  • upgrade oras to 0.5.0, refactor client oci logic to use new oras.Copy() 7cec93d (Josh Wolf)
  • Updated oci format logic ea49d81 (Asir Tamboli)
  • fix(helm): process dependencies import-values 1931b07 (Stuart Drennan)
  • Add missing pipe to wget variant f0f55fa (Dan Russell)
  • Update installer to reflect new GitHub HTML 2cf7e1f (Dan Russell)
  • Bump github.com/BurntSushi/toml from 0.3.1 to 0.4.1 2430395 (dependabot[bot])
  • chore(deps): bump github.com/cyphar/filepath-securejoin 5b2805b (dependabot[bot])
  • add unittest for SetNamespace method 0d3289e (yxxhero)
  • add SetNamespace method for EnvSettings, in order to set namespace in helm sdk d376a67 (yxxhero)
  • docs: fix typo Charts.yaml 5753f61 (Alexey Igrychev)
  • actually skip unverifiable files 6f0064d (Fabian Jucker)
  • Bump github.com/containerd/containerd from 1.5.4 to 1.5.7 f9bd8e9 (dependabot[bot])
  • Fix default registry config path of oci protocol provider 52cbc2f (Kai Takac)
  • changes to support any mediatype for layers on download 9e29f16 (LochanRn)
  • chore(deps): Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 552499d (dependabot[bot])
  • Make validation errors easier to fix 9fa373e (Damien Nozay)
  • fix tarFromLocalDir saving file dependencies in dest path d2dd324 (Matthew Fisher)
  • Bump github.com/lib/pq from 1.10.0 to 1.10.3 e4e740e (dependabot[bot])
  • fix(install): if subcharts are disabled, the CRD for subcharts should not be installed da15d96 (cndoit18)
  • Fixing issue with non-existant .Template when using tpl function f895948 (Matt Farina)
  • bump version to 3.7 e6a92c4 (Matt Farina)
  • Replace cli flag --list-repo with --list-repo-url 144048d (Dmitrii Ermakov)
  • Reintroduce --list-repo flag in search repo 5b101ec (Dmitrii Ermakov)
  • Reintroduce --list-repo flag in search repo 2dd88e8 (Dmitrii Ermakov)
  • Add hint to missing dependency message 5421280 (Johannes Hertenstein)
  • Add error check to avoid panic 8959d93 (Cookie Wang)
  • Removed list-repo flag. 3d0bb98 (Dmitriy Ermakov)
  • Added flag --list-repo 1b251fb (Dmitriy Ermakov)

v3.7.2

Compare Source

Helm v3.7.2 is a patch release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing MRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.7.2. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.8.0 is the next feature release and will be released on January 19, 2022.

Changelog

  • Channel should remain open if there is still a routine that wants to write into it 663a896 (Jerome Küttner)
  • Fix memory leak in upgrade action 95c03ee (Jerome Küttner)
  • chore(deps): bump github.com/Masterminds/squirrel from 1.5.1 to 1.5.2 cf8b02d (dependabot[bot])
  • chore(deps): bump github.com/Masterminds/squirrel from 1.5.0 to 1.5.1 013632b (dependabot[bot])
  • chore(deps): bump github.com/gofrs/flock from 0.8.0 to 0.8.1 3396814 (dependabot[bot])
  • Updating to Kubernetes 1.22.4 packages d5bd91c (Matt Farina)
  • Fix specifying of Kubernetes version from build scripts bb7f8b2 (Matt Farina)
  • allow ldflags to overwrite k8s version 7e750ff (Sverre Boschman)
  • Use buffered channel for signal notification dfb2452 (Martin Hickey)

v3.7.1

Compare Source

Helm v3.7.1 is a patch release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing MRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.7.1. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.6.4 will contain only bug fixes and is planned for release on November 10, 2021.
  • 3.8.0 is the next feature release and will be released on January 12, 2022.

Changelog

  • Bump github.com/containerd/containerd from 1.5.4 to 1.5.7 1d11fcb (dependabot[bot])
  • changes to support any mediatype for layers on download 52fbd4e (LochanRn)
  • docs: fix typo Charts.yaml 2aacc5f (Alexey Igrychev)
  • actually skip unverifiable files 96cdab4 (Fabian Jucker)
  • Fix default registry config path of oci protocol provider 57ecc25 (Kai Takac)

v3.7.0

Compare Source

Helm v3.7.0 is a feature release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing MRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

A few major changes were made to the experimental OCI feature:

  • helm chart export has been removed
  • helm chart list has been removed
  • helm chart pull has been replaced with helm pull
  • helm chart push has been replaced with helm push
  • helm chart remove has been removed
  • helm chart save has been replaced with helm package

In addition, a change to the experimental OCI manifest format was introduced, preventing Helm 3.7 from fetching charts built with older versions of the experimental OCI feature. Users will need to re-package and upload their OCI charts when upgrading to Helm 3.7. This change does not affect standard Helm charts.

Many of the details of these changes can be found in HIP 6.

Other notable changes:

  • introduced helm uninstall --wait
  • introduced helm show crds
  • introduced --max-col-width to helm dependency list
  • introduced --password-stdin to helm repo add
  • helm install and helm upgrade now respond to SIGTERM events
  • helm repo update now accepts an optional repository name
  • introduced {{ .Chart.IsRoot }} to the template engine
  • updated to Cobra's Bash Completion v2
  • updated to Kubernetes 1.22 client packages
  • updated to Go 1.16

Installation and Upgrading

Download Helm v3.7.0. The common platform binaries are here:

This release was signed with 967F 8AC5 E221 6F9F 4FD2 70AD 92AA 783C BAAE 8E3B and can be found at @​bacongobbler's keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.7.1 will contain only bug fixes.
  • 3.8.0 is the next feature release.

Changelog

  • fix tarFromLocalDir saving file dependencies in dest path eeac838 (Matthew Fisher)
  • Fixing issue with non-existant .Template when using tpl function 4a7c306 (Matt Farina)
  • bump version to 3.7 548fae1 (Matt Farina)
  • Revert moving registry actions back to pkg/ caa9715 (Josh Dolitsky)
  • Move registry actions back to pkg/ 7775096 (Josh Dolitsky)
  • Fix HELM_DRIVER docs for sql option bc1fefa (Ed Carrel)
  • Rename newly introduced interface to InterfaceExt 75fe888 (Mike Ng)
  • Fix encoded path for 'helm dependency build' 58018d1 (Mathieu Parent)
  • Wrap error 101370a (Stephane Moser)
  • Introduce a new interface for WaitForDelete() to avoid breaking backwards compatibility d51a61f (Mike Ng)
  • feat: add optional boolean '--wait' flag to 'uninstall' command. If set, 'uninstall' command will wait until all the resources are deleted before returning. It will wait for as long as --timeout 655bdcd (Mike Ng)
  • improved coalesce readability by getting rid of continue statements 5cf9735 (Bernd Gutjahr)
  • enhanced coelesce_test with some more test cases 1740e7f (Bernd Gutjahr)
  • Fixing issue where helm show all fails to show crds when no readme 0ff5394 (Matt Farina)
  • Updating to Kubernetes 1.22 packages 95276d8 (Matt Farina)
  • Add Chart IsRoot test 8fcaf7b (Kai Takac)
  • Make Chart's IsRoot available to templates 06ae6f9 (Kai Takac)
  • Fix SIGSEGV when job.Spec.Completions is nil 249d1b5 (lsowen)
  • feat(comp): Add descriptions for repo completion e2836ff (Marc Khouzam)
  • Update github.com/rubenv/sql-migrate b9b340d (John Howard)
  • Update oras-go to v0.4.0 82a2abf (John Howard)
  • fix: refactor downloadAll 4b23d0a (Matthew Fisher)
  • Implement show crds subcommand fae7853 (Mario Valderrama)
  • [fix concern] implement test 2131f4c (André Schröder)
  • [fix concern] use io.ReadAll instead of ioutil.ReadAll 6515ea8 (André Schröder)
  • Add flag for failing if repo update fails ccb0cf6 (Martin Hickey)
  • fix(engine): parse fail messages with newlines 79df392 (Cory Snider)
  • add unittest 133c227 (yxxhero)
  • fix HELM PLUGINS behavior another_way 90fa4c9 (yxxhero)
  • Resolve MR comments 4bc901c (Stephane Moser)
  • modify registry test to only listen on loopback 82cdb0b (Josh Dolitsky)
  • Switch to distribution v3 4801818 (Matthew Fisher)
  • feat(comp): Move to Cobra's bash completion V2 efe2638 (Marc Khouzam)
  • feat(comp): Add support for powershell completion c6dfb49 (Marc Khouzam)
  • kube client lib bump to v0.21.3 4691ab3 (Shoubhik Bose)
  • feat(helm): add --password-stdin to helm repo add b14fe2c (André Schröder)
  • test: Make internal/resolver/resolver_test.go pass on Win 84a07a4 (Víctor Cuadrado Juan)
  • Refactor SIGTERM logic c62ce12 (Stephane Moser)
  • fix(typo): fix typo of storage doc 2deb641 (longkai)
  • feat(pkg/engine): expose subcharts scope in parent 3daaea0 (Valentin Flaux)
  • Migrate to oras-go library see https://github.com/deislabs/oras/pull/265 663c569 (Nicolas De Loof)
  • Revert change in PrintingKubeClient 4026190 (Stephane Moser)
  • Improve tests 7bfb2a3 (Stephane Moser)
  • Rename time dependecy 2164e3f (Stephane Moser)
  • fix(tests): Remove unnecessary test 6a3daaa (Marc Khouzam)
  • chore(deps): Update to Cobra 1.2.1 95b80ed (Marc Khouzam)
  • Reverse DependingChart test logic, add debug logs 30a8ce5 (Josh Dolitsky)
  • Better NewOCIPusher test, add ORAS link 241f23d (Josh Dolitsky)
  • Clean up extra spaces fc5473f (jayonlau)
  • feat(cmd): Allow to specify which repos to update 6951cd5 (Marc Khouzam)
  • Revert "Use official golangci-lint action" 28f44b8 (Josh Dolitsky)
  • Use official golangci-lint action 07a25a2 (Josh Dolitsky)
  • verify golangci-lint sha256 checksum b16091a (Josh Dolitsky)
  • refactor: use os instead of ioutil's ReadDir f9b1445 (Kally Fox)
  • Remove LoginResult/LogoutResult types 8202ccd (Josh Dolitsky)
  • Use setup-go v2 7605db0 (Josh Dolitsky)
  • Add build-pr github actions workflow 2f63045 (Josh Dolitsky)
  • feat(linter): check for nested resource-policy annotations 53263c6 (Adam Reese)
  • fix(ci-lint): increase timeout for golangci-lint d1da9e7 (Adam Reese)
  • fix(doc): fix kube client interface doc. (#​9882) cf0c6fe (小龙同学)
  • Move locks from global var to the structs c6c4157 (Stephane Moser)
  • Add test for atomic upgrade and install when it is interrupted 660183d (Stephane Moser)
  • Add test for Upgrade Release Interrupted 2fa339b (Stephane Moser)
  • Hande SIGINT in install command 3434053 (Stephane Moser)
  • Refactor logic d7833eb (Stephane Moser)
  • Handle SIGTERM 027cea4 (Stephane Moser)
  • revert change related to reading prov file 4884ca0 (Josh Dolitsky)
  • return errors directly, less lines of code ec84339 (Josh Dolitsky)
  • add checkOCI helper method fc98f2e (Josh Dolitsky)
  • remove hardcoded oci strings, add constant/util 230e37c (Josh Dolitsky)
  • Adding test for user/pass without repo on Helm install 385fcae (Matt Farina)
  • consolidate registry source files bfa5036 (Josh Dolitsky)
  • return err directly from pusher.Push 4d948b4 (Josh Dolitsky)
  • use version.GetUserAgent faf7fc5 (Josh Dolitsky)
  • do not re-use err 31588e7 (Josh Dolitsky)
  • Fix the url being set by WithURL on the getters 4e2e408 (Matt Farina)
  • Set Helm as manager for managedFields aeb9479 (Matt Farina)
  • refactor(getter): refine http GET request 0d9ebc7 (longkai)
  • modify helm push help text 56028e8 (Josh Dolitsky)
  • remove tmp path in case it exists 4ed8e77 (Josh Dolitsky)
  • do not update oci-based repos e5b03c7 (Josh Dolitsky)
  • provide hint if attempting to push directory e856df8 (Josh Dolitsky)
  • return friendly error if missing scheme 04d2da3 (Josh Dolitsky)
  • remove action errors assuming CLI 3e17c1a (Josh Dolitsky)
  • remove the --with-prov option 35fdc68 (Josh Dolitsky)
  • move experimental actions to new internal package eba63be (Josh Dolitsky)
  • resolve golint errors 8f60ee7 (Josh Dolitsky)
  • move pkg/uploader, pkg/pusher to internal 24a216d (Josh Dolitsky)
  • inline data fetching for pull result 4073e4d (Josh Dolitsky)
  • one-line JSON unmarshall dd7bc40 (Josh Dolitsky)
  • do not wrap single imports/vars 817ac8f (Josh Dolitsky)
  • use TLS client information from repo config when downloading a chart 8232a76 (Christophe VILA)
  • Ensure RawPath match Path when resolving reference dbb4eb6 (Mathieu Parent)
  • tweak basic handling 17ed9c4 (Matt Farina)
  • Upgrade to oras-go v0.4.0 f7247c4 (Josh Dolitsky)
  • Upgrade to oras-go v0.3.0 866e7e8 (Josh Dolitsky)
  • Implement changes proposed in HIP 6 00985ca (Josh Dolitsky)
  • Add a more friendly prompt when index.yaml is empty. 20e2aec (yxxhero)
  • Fix coalesce globals to prevent subchart globals to leak upstream 3b68afc (Giacomo Margaria)
  • fix(dep update): helm dep update is not respecting the "version" stipulated in the requirements 402c7f1 (cndoit18)
  • Switched Brian emeritus 6e329b1 (Matt Butcher)
  • Improve markdown rendering of commands help for shell completion 61e08c6 (Alexandre Garnier)
  • Move viglesiasce to emeritus 465ab01 (Vic Iglesias)
  • bump version to v3.6.0 3415b6e (Matt Farina)
  • Remove link. Align usage example with unit test ac099d6 (Iaroslav Sheptykin)
  • support max-col-width parameters a79cad5 (cndoit18)
  • Add example of --template usage 892130a (Iaroslav Sheptykin)
  • Add upgrade dependency update test cea906a (David Mládek)
  • Add --udpate-dependencies to upgrade command d6eab46 (David Mládek)
  • Update install dependency-update help text 78ac14b (David Mládek)
  • fix v2 install script, hardcode to v2.17.0 74c4117 (Cameron Motevasselani)
  • fix helm dep build/update doesn't inherit --insecure-skip-tls-verify from helm repo add f735a24 (yxxhero)
  • Fixed Test 7a663a5 (Marcus Speight)
  • Added test for lint mode 8aa4282 (Marcus Speight)
  • [FIX]error string should not be capitalized 89f2f84 (Scaat Feng) [FIX]comment should start with whitespace 9020c95 (Scaat Feng)
  • [FIX]comment should start with whitespace f1f2e6f (Scaat Feng)
  • [FIX]comment should start with whitespace 1852694 (Scaat Feng)
  • [FIX]error string should not be capitalized 14f6bde (Scaat Feng)
  • [COMMENT]fix comment 0de8968 (Scaat Feng)
  • [FIX]'rest' collides with imported package name b6bd8d7 (Scaat Feng)
  • [FIX]receiver names are different 5c14eec (Scaat Feng)
  • Fail message is now the same as the required message. Fixed #​8973 Helm function 'fail' should not fail when doing 'helm lint' 7a0739a (Marcus Speight)
  • Add Test cases for repository-config without file extension ccada71 (Leon Bentrup)
  • Correctly determine repository-config lockfile path f091b9c (Leon Bentrup)
  • keep existing behavior of returning ErrReleaseNotFound when release(s) failed to decode 3be333b (Mike Ng)
  • fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found b86105a (Mike Ng)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

Merge request reports