chore(deps): update dependency helm/helm to v3.9.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
helm/helm | minor |
v3.8.2 -> v3.9.0
|
Release Notes
helm/helm
v3.9.0
Helm v3.9.0 is a feature release. This release, we focused on . 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
- Added a
--quiet
flag tohelm lint
- Added a
--post-renderer-args
flag to support arguments being passed to the post renderer - Added more checks during the signing process
- Updated to add Kubernetes 1.24 support
Note, the Helm SDK exposes the Factory
interface from kubectl as part of the Helm kube
package. Kubernetes does not follow semantic versioning and minor releases make breaking changes. Helm 3.9.0 updated its use of Kubernetes packages and that included a breaking change to Factory
, as defined by the Go stance on interfaces. As this is a Kubernetes API, Helm is unable to include it in its compatibility guarantee.
Installation and Upgrading
Download Helm v3.9.0. The common platform binaries are here:
- MacOS amd64 (checksum / 7e5a2f2a6696acf278ea17401ade5c35430e2caa57f67d4aa99c607edcc08f5e)
- MacOS arm64 (checksum / 22cf080ded5dd71ec15d33c13586ace9b6002e97518a76df628e67ecedd5aa70)
- Linux amd64 (checksum / 1484ffb0c7a608d8069470f48b88d729e88c41a1b6602f145231e8ea7b43b50a)
- Linux arm (checksum / bcdc6c68dacfabeeb6963dc2e6761e2e87026ffd9ea1cde266ee36841e7c6e6a)
- Linux arm64 (checksum / 5c0aa709c5aaeedd190907d70f9012052c1eea7dff94bffe941b879a33873947)
- Linux i386 (checksum / 8cff2929a8c422382a87371f241a9e8353d05c6c4f7a20bdda09610d632e742d)
- Linux ppc64le (checksum / 527eb823164fc1f474b053bb8c4e1f82f6100f1379f73de7d94ebdc7305d428f)
- Linux s390x (checksum / 7ef59dde7d02f1b7940080907c0b08aebf94da2d91c0ae0a9c9cf144ed6b84a4)
- Windows amd64 (checksum / 631d333bce5f2274c00af753d54bb62886cdb17a958d2aff698c196612c9e8cb)
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.9.1 will contain only bug fixes and will be released on June 8, 2022
- 3.10.0 is the next feature release and will be released on September 14, 2022
Changelog
- bump version to v3.9.0
7ceeda6
(Matt Farina) - Bump k8s packages from 0.23.6 to 0.24.0
bd7c97f
(Andrew Seigner) - Fix --untardir reference in --destination description
41ccf7b
(Simon Alling) - Added sabre1041 as project maintainer
97718e9
(Andrew Block) - Updating symlink log message
2e6b5e1
(Matt Farina) - Bumping Kubernetes package version to 0.23.6
3013c48
(Martin Hickey) - fix(helm): update golang.org/x/crypto to latest
5105899
(Colleen Murphy) - Bump github.com/docker/docker
08b5feb
(dependabot[bot]) - Bump github.com/containerd/containerd from 1.6.1 to 1.6.3
3543d14
(dependabot[bot]) - replace +build with go:build
2878cc8
(Matthew Fisher) - Bump oras.land/oras-go from 1.1.0 to 1.1.1
6eee0de
(dependabot[bot]) - Fix confusing test failure message
56e52d1
(Simon Alling) - Populate Capabilities.HelmVersion during install
82a2a2e
(Graham Reed) - Bumping Kubernetes package versions
a87ab07
(Matt Farina) - Fixing downloader plugin error handling
06c39c8
(Zoran Krleza) - Updating vcs to latest version
3490f1e
(Matt Farina) - fix: "... has no deployed releases" error when release history contains only failed releases and history limit reached
da8e7d2
(Timofey Kirillov) - Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
9380e21
(dependabot[bot]) - Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
2cf8454
(dependabot[bot]) - repo: fix repo merge unit test
7a08426
(Markus Lehtonen) - fix: run 'go mod tidy' for go 1.17
45af381
(Theo Chupp) - dummy change to trigger CI
4448042
(Theo Chupp) - Bump github.com/docker/docker
5886c28
(dependabot[bot]) - Updating Kubernetes libs to 0.23.4 (latest)
7432807
(Matt Farina) - maint: fix syntax error in deploy.sh
75fa221
(Josh Dolitsky) - linting issue fixed
cfeb431
(Sourik Ghosh) - only apply overwrite if version is canary
9c064f9
(Sourik Ghosh) - overwrite flag added to az storage blob upload-batch
9a784bb
(Sourik Ghosh) - Dont modify provided transport
cab1fc8
(Matthias Fehr) - Pass http getter as pointer in tests
7d22040
(Matthias Fehr) - Add docs block
2acda0c
(Matthias Fehr) - Add transport option and tests
45367ca
(Matthias Fehr) - Upgrade rubenv/sql-migrate
df2c916
(Shubham Sharma) - test: use
T.TempDir
to create temporary test directory2e3e22a
(Eng Zer Jun) - Add IngressClass to manifests to be (un)installed
0361dc8
(stephanECD) - Avoid querying for OCI tags can explicit version provided in chart dependencies
01ff5bb
(Andrew Block) - Updating Kubernetes packages to 1.23.3
5213891
(Martin Hickey) - fix: remove deadcode
e97c436
(Tomas Pizarro Moreno) - fix: helm package tests
0963617
(Tomas Pizarro Moreno) - fix: helm package with dependency update for charts with OCI dependencies
e02aeab
(Tomas Pizarro Moreno) - Set go version to 1.17 to match CI
850da38
(Samuel Maftoul) - fix: support empty args with --post-renderer-args
1a7a73b
(guofutan) - fix: fix args name in postrender/exec_test.go and error if order in postRendererArgsSlice
04e79e9
(guofutan) - fix: change postRendererArgs to Slice Type and use args...
d12170b
(guofutan) - fix: keep the API: postrender.NewExec and Add NewExecWithArgs
44423fb
(guofutan) - fix: keep the API: postrender.NewExec and Add NewExecWithArgs
1aab7eb
(guofutan) - fea(#10511): add --post-renderer-args to support assign args to PostRenderer exec
46222c5
(guofutan) - feat(*): add --quiet flag to 'helm lint'
383086d
(Piotr Resztak) - Handle Hungarian notation issue
9975d62
(Martin Hickey) - Replace golint with revive
f0fd37d
(Martin Hickey) - Make repo_add.go only replace the last suffix in the path when generating a lockfile
8b1c284
(Guy Bolton King) - Make repo_add_test.go fail by inserted .yaml into path
4367fe0
(Guy Bolton King) - Add extra directories to path used in repo_add_test.go
ad6b4fe
(Guy Bolton King) - feat(comp): Shell completion for OCI
c7e1f9b
(Marc Khouzam) - Limits need to call tag API when explicit version specified
0677a15
(Andrew Block) - refactor: use
os.ReadDir
for lightweight directory readinge12f357
(Eng Zer Jun) - Reuse http transport
aa33f4f
(Matthias Fehr) - Management of bearer tokens for tag listing
c8a2559
(Andrew Block) - bump version to v3.8.0
0c8320b
(Matt Farina) - chore(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0
583c4ac
(dependabot[bot]) - Fix typo Unset the env var before func return in Unit Test
141f2dd
(Kay Yan) - Fix install memory/goroutine leak
5059ae8
(Neven Miculinic) - add legal name check
679e14c
(root) - Honor --dependency-update flag in upgrade command
797a8cd
(Andrew Block) - Remove AssertGoldenBytes test helper
dd5db7b
(Simon Alling) - Remove runTestActionCmd and use runTestCmd instead
0f15b01
(Simon Alling) - fix(rollback): fix helm rollback doesn't have meta.helm.sh annotations
94dc605
(cndoit18) - add more error checks during the signing process
0ab44ae
(Ashley Davis) - Simplify testdata charts
752aa6d
(Aram Zegerius) - Simplify testdata charts
3fd4a11
(Aram Zegerius) - Make validation errors easier to fix
65ec3d6
(Damien Nozay) - fix tarFromLocalDir saving file dependencies in dest path
adfb52e
(Matthew Fisher) - Add tests for multi-level dependencies.
4b49f35
(Aram Zegerius) - Fix value precedence
c4952c9
(Aram Zegerius)
Configuration
-
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.