The --dry-run flag now has multiple options which can enable Helm to connect to a Kubernetes instance. The default, when --dry-run is used, is unchanged.
Values handling had numerous issues fixed and now consistently has a priority of (1) User specified values (e.g CLI), (2) imported values, (3) parent chart values, and (4) subchart values. Additionally, null can now consistently be used to remove values.
Can work with OCI registries over HTTP using the --plain-http flag
Helm now adds the OCI creation annotation
New helm get metadata command
The SQL driver now only needs write on the first run or when the schema is updated
Added labels support for install and upgrade commands
Installation and Upgrading
Download Helm v3.13.0. The common platform binaries are here:
Linux amd64 (checksum / 138676351483e61d12dfade70da6c03d471bbdcac84eaadeb5e1d06fa114a24f)
Linux arm (checksum / bb2cdde0d12c55f65e88e7c398e67463e74bc236f68b7f307a73174b35628c2e)
Linux arm64 (checksum / d12a0e73a7dbff7d89d13e0c6eb73f5095f72d70faea30531941d320678904d2)
Linux i386 (checksum / f644910b9eb5f0a8427397c06dc0ddd9412925a0631decf2740363d38a8c9190)
Linux ppc64le (checksum / d9be0057c21ce5994885630340b4f2725a68510deca6e3c455030d83336e4797)
Linux s390x (checksum / ef0b68f9c55220c31a5071d73e877c27c40965889d9e28234aaed223a5df4730)
Windows amd64 (checksum / 8989f94407d31da2697a7354fba5f5c436b27ea193f76de6f1d37a51898a97a1)
This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @mattfarinakeybase 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.13.1 is the next bug fix release and will be on October 11, 2023.
3.14.0 is the next feature release and be on January 17, 2024.
Changelog
bump version to v3.13.0 825e86f6a7a38cef1112bfa606e4127a706749b1 (Matt Farina)
Fix leaking goroutines in Install 169561a1b381ae1a6a3974d84c303f19f324ffa0 (Michał Słapek)
chore(deps): bump github.com/containerd/containerd from 1.7.3 to 1.7.6 417040dbd73bb557069e80e68329f06479dfcf05 (dependabot[bot])
chore(deps): bump github/codeql-action from 2.21.5 to 2.21.7 610217f3448efdcab03f31e6bd3e28fa98f20035 (dependabot[bot])
Update Helm to use k8s 1.28.2 libraries c2ab954ac20f65851e663e66dffdf1ce2d1f0601 (Matt Farina)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps helm.sh/helm/v3 from 3.12.3 to 3.13.0.
Release notes
Sourced from helm.sh/helm/v3's releases.
... (truncated)
Commits
825e86f
bump version to v3.13.0dbef83e
Merge pull request #10913 from sureshdsk/pluginbug30254de
Merge pull request #12088 from mslapek/fix/11971-run-with-ctx169561a
Fix leaking goroutines in Install70cbaa0
Merge pull request #11372 from vovtz/#11369-fix-custom-repo-cache-for-unmanag...f902947
Merge pull request #12383 from helm/dependabot/go_modules/github.com/containe...417040d
chore(deps): bump github.com/containerd/containerd from 1.7.3 to 1.7.65f2cd25
Merge pull request #12390 from mattfarina/bump-k8s-1.28.209db2da
Merge pull request #12393 from helm/dependabot/github_actions/github/codeql-a...610217f
chore(deps): bump github/codeql-action from 2.21.5 to 2.21.7Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show