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.8.0 to 3.8.1 #8

Merged
merged 1 commit into from Mar 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2022

Bumps helm.sh/helm/v3 from 3.8.0 to 3.8.1.

Release notes

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

Helm v3.8.1 is a patch 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

Installation and Upgrading

Download Helm v3.8.1. 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.8.2 will contain only bug fixes and will be released on April 13, 2022.
  • 3.9.0 is the next feature release and will be released on May 11, 2022.

Changelog

  • Updating Kubernetes libs to 0.23.4 (latest) 5cb9af4b1b271d11d7a97a71df3ac337dd94ad37 (Matt Farina)
  • fix: remove deadcode 952d034ed0d4e48f64e894ecc96712a2b5a6ad8f (Tomas Pizarro Moreno)
  • fix: helm package tests 02028a27a88d2a800a6ffc95163246987e5754dc (Tomas Pizarro Moreno)
  • fix: helm package with dependency update for charts with OCI dependencies bc3d14cbc5399fcce1aa739a15a7a02416cf6133 (Tomas Pizarro Moreno)
  • Fix typo Unset the env var before func return in Unit Test 9499df01bbc5eff5a463045977918f714d79a0c5 (Kay Yan)
  • add legal name check 18fa1d739f6c72c45dab2c0cc6b71843bca122da (root)
  • maint: fix syntax error in deploy.sh 7663ffa87b5294152152c9a1b0d8b424dcd51952 (Josh Dolitsky)
  • linting issue fixed 803ecb837a5f842f57f3a9a86788e468469d9fcc (Sourik Ghosh)
  • only apply overwrite if version is canary a4371bae4f775679c4799a889cfaad36b1760ba6 (Sourik Ghosh)
  • overwrite flag added to az storage blob upload-batch 92757895d6c0f4fbd4403978b2e1ab4726ec0769 (Sourik Ghosh)
  • Avoid querying for OCI tags can explicit version provided in chart dependencies 3aacde171ef8504c431e783c25a01de0d1776801 (Andrew Block)
  • Management of bearer tokens for tag listing 46f0ec460977b31130f3cf90fad371afd1160a89 (Andrew Block)
  • Updating Kubernetes packages to 1.23.3 97b477c0868208d3a97cd6ab7c8eedd603c0a3ff (Martin Hickey)
  • refactor: use os.ReadDir for lightweight directory reading 6966dc444c2d245e7b4e15c251708c450aceb956 (Eng Zer Jun)
  • Add IngressClass to manifests to be (un)installed dbd30cac0576a650311ce9c8198af905e0073b6b (stephanECD)
  • feat(comp): Shell completion for OCI e62f5cac1e2a620f8bfb252bfa32f43d25e6c1cf (Marc Khouzam)

... (truncated)

Commits
  • 5cb9af4 Updating Kubernetes libs to 0.23.4 (latest)
  • 952d034 fix: remove deadcode
  • 02028a2 fix: helm package tests
  • bc3d14c fix: helm package with dependency update for charts with OCI dependencies
  • 9499df0 Fix typo
  • 18fa1d7 add legal name check
  • 7663ffa maint: fix syntax error in deploy.sh
  • 803ecb8 linting issue fixed
  • a4371ba only apply overwrite if version is canary
  • 9275789 overwrite flag added to az storage blob upload-batch
  • 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)

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.8.0...v3.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2022
@pete911 pete911 merged commit 207f748 into main Mar 10, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/helm.sh/helm/v3-3.8.1 branch March 10, 2022 15:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant