Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency helm/helm to v3.12.0 #172

Merged
merged 2 commits into from
May 16, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
helm/helm minor 3.11.3 -> 3.12.0

Release Notes

helm/helm

v3.12.0: Helm v3.12.0

Compare Source

Helm v3.12.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

  • When charts are pushed to OCI registries, annotations are attached using standard names that other tools can introspect (e.g. version)
  • --set-literal command line flag to set a specific string with no escaping
  • --cascade flag to specify deletion policy on uninstall

Installation and Upgrading

Download Helm v3.12.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.12.1 is the next patch/bug fix release and will be on June 14, 2023.
  • 3.13.0 is the next feature release and be on September 13, 2023.

Changelog

  • bump version to v3.12.0 c9f554d (Matt Farina)
  • Attach annotations to OCI artifacts f900e9f (Andrew Block)
  • chore: bump k8s.io dependencies to v0.27.1 bdd5656 (Yann Soubeyrand)
  • Bump k8s.io deps from v0.26.0 to v0.27.0 b936140 (Tom Wieczorek)
  • Only run tests once 3232493 (Matt Farina)
  • chore(deps): bump golang.org/x/text from 0.7.0 to 0.9.0 be14682 (dependabot[bot])
  • Fix goroutine leak in action install 7c9d636 (Matt Farina)
  • fix quiet lint does not fail on non-linting errors 853c180 (Joe Julian)
  • create failing test for quietly linting a chart that doesn't exist f13fa07 (Joe Julian)
  • chore(deps): bump github.com/docker/docker aba9bd6 (dependabot[bot])
  • Fixes Readiness Check for statefulsets using partitioned rolling update. (#​11774) eea2f27 (Aman Nijhawan)
  • fix: failed testcase on windows 878e962 (wujunwei)
  • Fix 32bit-x86 typo in testsuite 1fc8369 (Dirk Müller)
  • chore(deps): bump github.com/containerd/containerd from 1.6.15 to 1.7.0 3994329 (dependabot[bot])
  • Handle failed DNS case for Go 1.20+ 046646c (Matt Farina)
  • Updating the Go version in go.mod 4e7e939 (Matt Farina)
  • Bump the Go version 50c22ed (Matt Farina)
  • Fix goroutine leak in perform 11150cd (willzgli)
  • Properly invalidate client after CRD install 68f7b1f (Hidde Beydals)
  • Provide a helper to set the registryClient in cmd 11738dd (Soule BA)
  • Reimplemented change in httpgetter for insecure TLS option c94306f (Andrew Block)
  • Removed conditional ec5e29e (Andrew Block)
  • Added insecure option to login subcommand 154f37e (Andrew Block)
  • Added support for insecure OCI registries 08593c8 (Andrew Block)
  • Enable custom certificates option for OCI b0ecb21 (Soule BA)
  • Add testing to default and release branches 1f26385 (Matt Farina)
  • Added back CircleCI config.yaml e6f7b5a (Andrew Block)
  • Updates based on feedback 2f1dffa (Andrew Block)
  • Removed remaining CircleCI artifacts 07821c8 (Andrew Block)
  • Remove job dependency. Should have done when I moved job to new file b696464 (Scott Rigby)
  • Remove check to run only in helm org c8efe20 (Scott Rigby)
  • Add why comments c5dda09 (Scott Rigby)
  • Convert remaining CircleCI config to GitHub Actions 131f6f3 (Scott Rigby)
  • Changed how the setup-go action sets go version 35e77cc (Andrew Block)
  • CircleCI Migration 6ba17f1 (Andrew Block)
  • chore:Use http constants as http.request parameters 8a310c5 (xin.li)
  • update k8s registry domain 006bc0f (cpanato)
  • don't mark issues as stale where a PR is in progress 209d44c (Joe Julian)
  • chore(deps): bump github.com/rubenv/sql-migrate from 1.2.0 to 1.3.1 a071378 (dependabot[bot])
  • Update to func handling 863bc74 (Matt Farina)
  • Add option to support cascade deletion options 830d4a9 (MichaelMorris)
  • the linter varcheck and deadcode are deprecated (since v1.49.0) c110817 (Fish-pro)
  • Check status code before retrying request 442d594 (Cenk Alti)
  • Fix improper use of Table request/response to k8s API 36e18fa (Matt Farina)
  • bump version to v3.11.0 6facbad (Matt Farina)
  • fix template --output-dir issue 1c25a1f (yxxhero)
  • Add protection for stack-overflows for nested keys c1a65d5 (Patrick Scheid)
  • Fixing indentation 50ec3d4 (Matt Farina)
  • feature(helm): add --set-literal flag for literal string interpretation 4516039 (Patrick Scheid)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team May 10, 2023 18:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 10, 2023
@Xzelsius
Copy link
Contributor

We should wait for the update of the base image next week

@renovate
Copy link
Contributor Author

renovate bot commented May 16, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@pascalberger pascalberger enabled auto-merge (squash) May 16, 2023 11:30
@sonarcloud
Copy link

sonarcloud bot commented May 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@pascalberger pascalberger merged commit a862eaa into develop May 16, 2023
6 checks passed
@pascalberger pascalberger deleted the renovate/helm-helm-3.x branch May 16, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

None yet

2 participants