The Helm status command and the SDK can now show the status of core resources deployed in a chart (e.g., deployments). To use with helm status you need to use the --show-resources flag.
Add support for comma separated values in template --api-versions
Allow CGO_ENABLED to be overridden when building Helm from source
Installation and Upgrading
Download Helm v3.11.0. The common platform binaries are here:
Linux amd64 (checksum / 6c3440d829a56071a4386dd3ce6254eab113bc9b1fe924a6ee99f7ff869b9e0b)
Linux arm (checksum / cddbef72886c82a123038883f32b04e739cc4bd7b9e5f869740d51e50a38be01)
Linux arm64 (checksum / 57d36ff801ce8c0201ce9917c5a2d3b4da33e5d4ea154320962c7d6fb13e1f2c)
Linux i386 (checksum / fad897763f3b965bc4d75c8f95748ebc0330a5859d9ea170a4885571facacdb1)
Linux ppc64le (checksum / 6481a51095f408773212ab53edc2ead8a70e39eba67c2491e11c4229a251f9b5)
Linux s390x (checksum / 3c420f13d12ca9e7302715d40a00466a145a2dff7f14714e11a5aeadb1d67919)
Windows amd64 (checksum / 55477fa4295fb3043835397a19e99a138bb4859fbe7cd2d099de28df9d8786f1)
This release was signed with F126 1BDE 9290 12C8 FF2E 501D 6EA5 D759 8529 A53E and can be found at @hickeymakeybase 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.11.1 is the next patch/bug fix release and will be on February 08, 2023.
3.12.0 is the next feature release and be on May 10, 2023.
Changelog
Fix improper use of Table request/response to k8s API 472c5736ab01133de504a826bd9ee12cbe4e7904 (Matt Farina)
Check status code before retrying request ee1ec6e432fe3b1943a291e59990becb5fe046ae (Cenk Alti)
bump version to v3.11.0 9d8fee155bd7e7d3c1390f4076d9271a1147dce5 (Matt Farina)
Bump containerd to 1.6.15, oras-go to 1.2.2 and image-spec to v1.1.0-rc2 017785a2f1104eb4299f8d31feb550c213350f13 (Luca Comellini)
change linting error messages for null values in arrays 6a5f240e9a22cf5ef3a889764079873a9cd537a4 (Daniel Strobusch)
Fix after CR 3d81ea22ac74e667b98a26eb80a5d427d75f7009 (Jakub Warczarek)
Trigger CI f46ff131c2ca169d25f9b8f8d550f6c320b48048 (Jakub Warczarek)
Add test for User-Agent header setting and refactor 553f1e34f54ce4c75ee10b53c441063d6303db3c (Jakub Warczarek)
Fix User-Agent header in requests made by Helm 2fa7b3d1b7a289690ccc2c820b3329c6b07a1458 (Jakub Warczarek)
... (truncated)
Commits
472c573 Fix improper use of Table request/response to k8s API
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 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.10.1 to 3.11.0.
Release notes
Sourced from helm.sh/helm/v3's releases.
... (truncated)
Commits
472c573
Fix improper use of Table request/response to k8s APIee1ec6e
Check status code before retrying request9d8fee1
bump version to v3.11.06487d43
Merge pull request #11672 from VaibhavSharma-47/feature774c6ce
Merge pull request #11439 from phoenixsqf/main946967f
Merge pull request #11490 from learnitall/pr/learnitall/allow-csv-api-versions84485da
Merge pull request #11489 from yanggangtony/update-go-lint0aaa7d8
Merge pull request #11609 from lucacome/bump-containerd1819f1f
Merge pull request #11628 from dastrobu/Linting_error_on_null_in_dependencies...017785a
Bump containerd to 1.6.15, oras-go to 1.2.2 and image-spec to v1.1.0-rc2Dependabot 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 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)