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.3.4 to 3.4.0 #167

Merged
merged 1 commit into from
Nov 9, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps helm.sh/helm/v3 from 3.3.4 to 3.4.0.

Release notes

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

Helm v3.4.0 is a feature release. This release, we focused on the Helm stable and incubator repository changes. 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

Notable Changes

  • On November 13, 2020 the Helm stable and incubator chart repositories will reach the end of their life. An archive of those charts will be housed in a new location. Helm will now detect the previous location and direct you to update to the new location if you are using the stable or incubator repository.
  • helm list can not accept a flag to set the time format
  • The index.yaml file in a chart repository can now have a top level annotations key/value pair for services to put information in to.
  • A flag to show descriptions was added to the helm status command
  • helm lint will now report name length errors
  • helm lint now checks dependencies

Installation and Upgrading

Download Helm v3.4.0. The common platform binaries are here:

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.4.1 will contain only bug fixes. It will be released on November 11, 2020.
  • 3.5.0 is the next feature release. It will be released on January 13, 2021.

Changelog

  • bump version to v3.4.0 7090a89efc8a18f3d8178bf47d2462450349a004 (Matt Farina)
  • this rewrites a whole bunch of old repo URLs to the new repo URL (#8902) fe2d7f779296941c167ceda972a950739e93f60c (Matt Butcher)
  • warn and block old repo URLs (#8903) af01394e9fdc44a30b3deda2dc310ad0b0ae6a1f (Matt Butcher)
  • improved user-facing error messages to explain the underlying problem (#8731) 5f3e56002908bfff7924503cf71db9a2bbc3954e (Matt Butcher)
  • Linking to a more complete list of meeting details. 0f55fb53164ebeff656a6038c12c74dad7cacbc0 (Bridget Kromhout)
  • add authentication to CircleCI jobs 360212393bf1c9cc8feebbcf6711fe4e3777cb4b (Matthew Fisher)
  • helm create: make generated YAML indentation more consistent 1d9767fea29189ea2ebb2b08fea743a8190d0f0b (Erik Sundell)
  • Makefile: check and use GOBIN environment variable first e97975d7ad329779384d627d91e00b5d28041d0b (Li Zhijian)
  • TestCheckPerms: utilize pipe to read stderr 59c77716ad61331da28c37e9430d5f6a3ab23fed (Li Zhijian)
  • Bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0 b08c7d2429ed445b9571c6c275c26b7bac7236e3 (dependabot[bot])
Commits
  • 7090a89 bump version to v3.4.0
  • 75b7aea Merge pull request #7024 from jan25/issue-6972
  • fe2d7f7 this rewrites a whole bunch of old repo URLs to the new repo URL (#8902)
  • af01394 warn and block old repo URLs (#8903)
  • 5f3e560 improved user-facing error messages to explain the underlying problem (#8731)
  • e1d4c67 Merge pull request #8891 from bridgetkromhout/meeting-details
  • 1a3c019 Merge pull request #8887 from bacongobbler/fix-8848
  • 0f55fb5 Linking to a more complete list of meeting details.
  • 3602123 add authentication to CircleCI jobs
  • 8667aa4 Merge pull request #8874 from consideRatio/pr/helm-create-template-indentation
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.3.4 to 3.4.0.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.3.4...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 27, 2020
@codeclimate
Copy link

codeclimate bot commented Oct 27, 2020

Code Climate has analyzed commit 3c1faa0 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 68.7% (0.0% change).

View more on Code Climate.

@aztechian aztechian merged commit 8130156 into master Nov 9, 2020
@aztechian aztechian deleted the dependabot/go_modules/helm.sh/helm/v3-3.4.0 branch November 9, 2020 00:07
aztechian pushed a commit that referenced this pull request Nov 9, 2020
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.3.4 to 3.4.0.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.3.4...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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.

1 participant