chartmuseum / helm-push

Helm plugin to push chart package to ChartMuseum
Apache License 2.0
670 stars 170 forks source link

Bump helm.sh/helm/v3 from 3.9.0 to 3.11.2 #182

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year ago

Bumps helm.sh/helm/v3 from 3.9.0 to 3.11.2.

Release notes

Sourced from helm.sh/helm/v3's releases.

Helm v3.11.2 is a patch release. Users are encouraged to upgrade for the best experience. 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.11.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.11.3 is the next patch/bug fix release and will be on April 12, 2023.
  • 3.12.0 is the next feature release and be on May 10, 2023.

Changelog

  • chore(deps): bump github.com/rubenv/sql-migrate from 1.2.0 to 1.3.1 912ebc1cd10d38d340f048efaf0abda047c3468e (dependabot[bot])
  • the linter varcheck and deadcode are deprecated (since v1.49.0) 321d3f32d8698e296a9a0e5cf2103d9bc5ba3189 (Fish-pro)
  • fix template --output-dir issue d44881ddc096444f210e1f4c3e39f95f80723753 (yxxhero)

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

The template function getHostByName can be used to disclose information. More details are available in the CVE.

This release introduces a breaking changes to Helm:

  • When using the helm client for the template, install, and upgrade commands there is a new flag. --enable-dns needs to be set for the getHostByName template function to attempt to lookup an IP address for a given hostname. If the flag is not set the template function will return an empty string and skip looping up an IP address for the host.
  • The Helm SDK has added the EnableDNS property to the install action, the upgrade action, and the Engine. This property must be set to true for the in order for the getHostByName template function to attempt to lookup an IP address.

The default for both of these cases is false.

... (truncated)

Commits
  • 912ebc1 chore(deps): bump github.com/rubenv/sql-migrate from 1.2.0 to 1.3.1
  • 321d3f3 the linter varcheck and deadcode are deprecated (since v1.49.0)
  • d44881d fix template --output-dir issue
  • 293b50c Update to func handling
  • 472c573 Fix improper use of Table request/response to k8s API
  • ee1ec6e Check status code before retrying request
  • 9d8fee1 bump version to v3.11.0
  • 6487d43 Merge pull request #11672 from VaibhavSharma-47/feature
  • 774c6ce Merge pull request #11439 from phoenixsqf/main
  • 946967f Merge pull request #11490 from learnitall/pr/learnitall/allow-csv-api-versions
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 10 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.