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

Bump helm.sh/helm/v3 from 3.13.1 to 3.13.2 #2131

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2023

Bumps helm.sh/helm/v3 from 3.13.1 to 3.13.2.

Release notes

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

Helm v3.13.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.13.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.13.3 is a patch release and will be on December 13, 2023.
  • 3.14.0 is the next feature release and be on January 17, 2024.

Changelog

  • chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.56.3 2a2fb3b98829f1e0be6fb18af2f6599e0f4e8243 (dependabot[bot])
  • Update get-helm-3 8f554be39fcd4cbcff47bc4def8bb45ae0ed9d8c (Marcel Humburg)
  • chore(deps): bump github.com/docker/docker 00a334c1d913d7582e430ad9c64d0ca14cf465ff (dependabot[bot])
  • Fixing release labelling in rollback 12826e839c3696aa901f0aee99587113ed4de694 (Marcin Chojnacki)
  • Drop filterSystemLabels usage from Query method 666b199dbea63c5cad9235abb74eed66ce9d6cd8 (Dmitry Chepurovskiy)
  • Apply review suggestions 7e0084a394fdd2f379d7b21a5477c04f8dd96c84 (Dmitry Chepurovskiy)
  • Allow using label selectors for system labels for sql backend. 10018ff34bc13cb4cac9e95b03a1c4720717445e (Dmitry Chepurovskiy)
  • Allow using label selectors for system labels for secrets and configmap backends. 3b4cacf717ab8708b582397b131182ab833687a2 (Dmitry Chepurovskiy)
  • Revert "fix(main): fix basic auth for helm pull or push" e785e6c50c622ed5019fd4020a13509c87a3022d (Matt Farina)
  • Revert "fix(registry): address anonymous pull issue" 268dcedba6a231b623c8252a3dafa0052d161c6e (Matt Farina)
  • chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 99ce118b0ab10bc52d883412381ed9da0f35b14e (dependabot[bot])
  • Update get-helm-3 to get version through get.helm.sh 28f208c3da7cdf4099255e332d2acee957d5abb0 (Ian Zink)
Commits
  • 2a2fb3b chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.56.3
  • 8f554be Update get-helm-3
  • 00a334c chore(deps): bump github.com/docker/docker
  • 12826e8 Fixing release labelling in rollback
  • 666b199 Drop filterSystemLabels usage from Query method
  • 7e0084a Apply review suggestions
  • 10018ff Allow using label selectors for system labels for sql backend.
  • 3b4cacf Allow using label selectors for system labels for secrets and configmap
  • e785e6c Revert "fix(main): fix basic auth for helm pull or push"
  • 268dced Revert "fix(registry): address anonymous pull issue"
  • 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 show <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 9, 2023
@adamjensenbot
Copy link
Collaborator

Hi @dependabot[bot]. Thanks for your PR!

I am @adamjensenbot.
You can interact with me issuing a slash command in the first line of a comment.
Currently, I understand the following commands:

  • /rebase: Rebase this PR onto the master branch (You can add the option test=true to launch the tests
    when the rebase operation is completed)
  • /merge: Merge this PR into the master branch
  • /build Build Liqo components
  • /test Launch the E2E and Unit tests
  • /hold, /unhold Add/remove the hold label to prevent merging with /merge

Make sure this PR appears in the liqo changelog, adding one of the following labels:

  • kind/breaking: 💥 Breaking Change
  • kind/feature: 🚀 New Feature
  • kind/bug: 🐛 Bug Fix
  • kind/cleanup: 🧹 Code Refactoring
  • kind/docs: 📝 Documentation

@dependabot dependabot bot force-pushed the dependabot/go_modules/helm.sh/helm/v3-3.13.2 branch 3 times, most recently from 9b5d48d to 7bb56d4 Compare November 9, 2023 13:26
@cheina97
Copy link
Member

/rebase test=true

@adamjensenbot adamjensenbot force-pushed the dependabot/go_modules/helm.sh/helm/v3-3.13.2 branch from 7bb56d4 to eda7b77 Compare November 13, 2023 12:48
@aleoli
Copy link
Member

aleoli commented Nov 15, 2023

/rebase test=true

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.13.1 to 3.13.2.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.13.1...v3.13.2)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@adamjensenbot adamjensenbot force-pushed the dependabot/go_modules/helm.sh/helm/v3-3.13.2 branch from eda7b77 to a2b00d7 Compare November 15, 2023 10:45
@cheina97
Copy link
Member

merge

@aleoli
Copy link
Member

aleoli commented Nov 15, 2023

/merge

@adamjensenbot adamjensenbot added the merge-requested Request bot merging (automatically managed) label Nov 15, 2023
@adamjensenbot adamjensenbot merged commit d0d085b into master Nov 15, 2023
14 checks passed
@adamjensenbot adamjensenbot deleted the dependabot/go_modules/helm.sh/helm/v3-3.13.2 branch November 15, 2023 11:34
@adamjensenbot adamjensenbot removed the merge-requested Request bot merging (automatically managed) label Nov 15, 2023
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 go Pull requests that update Go code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants