Skip to content

chore(deps): update dependency helm/helm to v3.7.2#266

Merged
ivankatliarchuk merged 1 commit intomasterfrom
renovate/helm-helm-3.x
Dec 28, 2021
Merged

chore(deps): update dependency helm/helm to v3.7.2#266
ivankatliarchuk merged 1 commit intomasterfrom
renovate/helm-helm-3.x

Conversation

@ivankatliarchuk
Copy link
Member

@ivankatliarchuk ivankatliarchuk commented Dec 28, 2021

This PR contains the following updates:

Package Update Change
helm/helm minor 3.2.4 -> 3.7.2

Release Notes

helm/helm

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 PRs, 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 PRs, 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 PRs, 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 PR 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)

v3.6.3

Compare Source

Helm v3.6.3 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 PRs, 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.6.3. 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 August 11, 2021
  • 3.7.0 is the next feature release and will be released on September 8, 2021.

Changelog

  • Ensure RawPath match Path when resolving reference d506314 (Mathieu Parent)
  • Set Helm as manager for managedFields 8b678fe (Matt Farina)
  • fix(dep update): helm dep update is not respecting the "version" stipulated in the requirements fb31357 (cndoit18)
  • fix(doc): fix kube client interface doc. (#​9882) 29d4e1b (小龙同学)
  • use TLS client information from repo config when downloading a chart 8565722 (Christophe VILA)
  • Adding test for user/pass without repo on Helm install 4ec6712 (Matt Farina)
  • Fix the url being set by WithURL on the getters 473e83e (Matt Farina)
  • tweak basic handling bcb5549 (Matt Farina)
  • keep existing behavior of returning ErrReleaseNotFound when release(s) failed to decode 877276c (Mike Ng)
  • fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found f2d7ed8 (Mike Ng)
  • Add Test cases for repository-config without file extension c084ca0 (Leon Bentrup)
  • Correctly determine repository-config lockfile path 7d81733 (Leon Bentrup)
  • Fixed Test cbd2868 (Marcus Speight)
  • Added test for lint mode 9fbf594 (Marcus Speight)
  • Fail message is now the same as the required message. Fixed #​8973 Helm function 'fail' should not fail when doing 'helm lint' bcee7a3 (Marcus Speight)
  • fix helm dep build/update doesn't inherit --insecure-skip-tls-verify from helm repo add 80402dc (yxxhero)

v3.6.2

Compare Source

Helm v3.6.2 is a regression fix release from v3.6.1. The security fix released in v3.6.1 caused a bug to surface that was previously only an issue in uncommon situations. v3.6.2 provides a solution to this bug.

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 PRs, 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.6.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.6.3 will contain only bug fixes and is planned for release on July 14, 2021
  • 3.7.0 is the next feature release and will be released on September 8, 2021.

Changelog

  • Fix the url being set by WithURL on the getters ee407bd (Matt Farina)
  • Adding test for user/pass without repo on Helm install aff309d (Matt Farina)

v3.6.1

Compare Source

Helm v3.6.1 is a security (patch) release. Users are strongly recommended to update to this release.

While working on the Helm source, a Helm core maintainer discovered a situation where the username and password credentials associated with a Helm repository could be passed on to another domain referenced by that Helm repository. More information can be found in the security advisory.

Note: if updating to v3.6.1 causes issues downloading charts from password protected repositories it may mean the charts are being served from a different domain than the repository. If you trust the other domain to receive the credentials and want to pass the credentials to that domain name you can use the new --pass-credentials flag. This flag works with helm repo add as well as commands that accept the --repo flag.

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 PRs, 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.6.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.2 will contain only bug fixes and is planned for release on July 14, 2021
  • 3.7.0 is the next feature release and will be released on September 8, 2021.

v3.6.0

Compare Source

Helm v3.6.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 PRs, 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

  • Apple silicon support
  • Continued OCI changes as the experiment is refined
  • Improved auto-completion
  • Helm create ingress updates

Installation and Upgrading

Download Helm v3.6.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.6.1 will contain only bug fixes and is planned for release on July 14, 2021
  • 3.7.0 is the next feature release and will be released on September 8, 2021.

Changelog

  • bump version to v3.6.0 7f2df64 (Matt Farina)
  • chore: update testdata to use the new ingress template d5b4e1c (Mark Sagi-Kazar)
  • feat: add networking.k8s.io/v1 support to ingress template 6d9e15b (Mark Sagi-Kazar)
  • Moving myself to maintainer emeritus 637a11d (Taylor Thomas)
  • upgrade to kubernetes 1.21 257a427 (shoubhik)
  • Fix capabilities changes leaking into other tests 0156ca6 (Thomas Dy)
  • Add tests for template --kube-version 538670f (Thomas Dy)
  • feat(helm): Support setting --kube-version 47c8f48 (Thomas Dy)
  • fix(ci) update ci to use main branch db2aa1a (Adam Reese)
  • Update references to default branch name as it has changed to main 734f93b (Martin Hickey)
  • Add ReadyChecker to decouple ready check logic from --wait 98d9836 (Joe Lanford)
  • chore(deps): Bump github.com/deislabs/oras from v0.10.0 to v0.11.1 and drop replace f94e5bd (Morlay)
  • Add/update deprecation notices c50372a (Simon Croome)
  • Wrap validation error instead of recreating 6c82c83 (Simon Croome)
  • Move default to avoid nil check 54de1c1 (Simon Croome)
  • Add name validation rules for object kinds ba325bd (Simon Croome)
  • Improve description for version flag. 171321b (Daniel Petró)
  • chore: Spelling (#​9410) 2bf8fdf (Josh Soref)
  • chore(deps): Bump k8s.io/klog/v2 from 2.5.0 to 2.8.0 113c8d9 (dependabot[bot])
  • chore(deps): Bump github.com/containerd/containerd from 1.4.3 to 1.4.4 f3ccaca (dependabot[bot])
  • chore(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.0 56453f6 (dependabot[bot])
  • Bump github.com/spf13/cobra from 1.1.1 to 1.1.3 60c399d (dependabot[bot])
  • Cleanup mpodule dependencies 4d39d47 (Martin Hickey)
  • feat(comp): Uninstall accepts multiple releases 8854547 (Marc Khouzam)
  • new key for technosophos (#​9478) 543364f (Matt Butcher)
  • chore(deps): Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1 4096cfb (dependabot[bot])
  • add flag trimpath in the go build command 03eec30 (pallavJha)
  • stick to 0.20.4 0befcef (Shoubhik Bose)
  • updated unit tests to conform with helm best practices 592c338 (Matthew Luckam)
  • corrected order of helm lint coalescing of multiple values files f402994 (Matthew Luckam)
  • upgrade to v0.21.0-beta.0 44bec19 (Shoubhik Bose)
  • Fix the example for --time-format flag 30f643c (mert)
  • Use kube libraries v0.20.4 1cf1e54 (Shoubhik Bose)
  • Added s390x support to get script 1fc6f65 (Ajay Victor)
  • add test to ensure OCIGetter registryClient is set 1c377f8 (Alex Sears)
  • initialize registry client in oci getter 2d16a81 (Alex Sears)
  • feat(comp): Add descriptions for output format 593b267 (Marc Khouzam)
  • feat(comp): Add descriptions for --version comp 4307091 (Marc Khouzam)
  • feat(comp): Add descriptions for revision comp 9856f05 (Marc Khouzam)
  • feat(comp): Add descriptions for kube-context comp 7dee24d (Marc Khouzam)
  • feat(comp): Add descriptions for plugin completion b0d567a (Marc Khouzam)
  • feat(comp): Add descriptions for release name comp a6b2834 (Marc Khouzam)
  • feat(comp): Improve completion for plugin commands 1f68f65 (Marc Khouzam)
  • fix(cmd): Show that flags can be used for zsh/fish 7b6dcfa (Marc Khouzam)
  • use relative linking abadc54 (Matthew Fisher)
  • formatting b704e84 (Matthew Fisher)
  • more words [6cea284](https://togithub.com/helm/helm/commit/6cea2847bedb

Configuration

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

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk added dependencies A PR that updates dependencies - used by Release Drafter minor when you add functionality in a backwards compatible manner labels Dec 28, 2021
@ivankatliarchuk ivankatliarchuk self-assigned this Dec 28, 2021
@ivankatliarchuk ivankatliarchuk merged commit b455f1c into master Dec 28, 2021
@ivankatliarchuk ivankatliarchuk deleted the renovate/helm-helm-3.x branch December 28, 2021 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A PR that updates dependencies - used by Release Drafter minor when you add functionality in a backwards compatible manner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments