weaveworks / profiles

GitOps native package management
Other
11 stars 6 forks source link

Bump github.com/fluxcd/helm-controller/api from 0.11.2 to 0.12.0 #338

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/fluxcd/helm-controller/api from 0.11.2 to 0.12.0.

Release notes

Sourced from github.com/fluxcd/helm-controller/api's releases.

v0.12.0

CHANGELOG

Changelog

Sourced from github.com/fluxcd/helm-controller/api's changelog.

0.12.0

Release date: 2021-10-08

This prerelease updates Helm to v3.7.0, this Helm version should include improvements to the locking mechanism of releases, which should result in a reduction of deadlocked releases that have been reported in the past.

In addition, it is now possible to define a ReconcileStrategy in the HelmChartTemplateSpec. By setting the value of this field to Revision, a new artifact will be made available for charts from Bucket and GitRepository sources whenever a new revision is available. The default value of the field is ChartVersion, which looks for version changes in the Chart.yaml file.

Improvements:

  • Update fluxcd/source-controller to v0.16.0 #329
  • Introduce ReconcileStrategy in HelmChartTemplateSpec #329
  • Update sigs.k8s.io/kustomize/api to v0.10.0 #330
  • Update Helm to v3.7.0 #330

Fixes:

  • Fix indentation for PostRenderers example #314
Commits
  • 54db7fd Merge pull request #332 from fluxcd/release-v0.12.0
  • 7e021d4 Release v0.12.0
  • 8b769f7 Merge pull request #330 from fluxcd/update-dependencies
  • ea447a4 Update Helm to v3.7.0
  • dc74a8a Enforce github.com/opencontainers/runc v1.0.0-rc95
  • 33e9eeb Update sigs.k8s.io/kustomize/api to v0.10.0
  • b467ea6 Merge pull request #329 from fluxcd/reconcile-strategy
  • c079240 Introduce ReconcileStrategy in HelmChartTemplateSpec
  • f3cbefe Update fluxcd/source-controller to v0.16.0
  • 4c528cb Merge pull request #314 from nuriel77/fix/yaml-indent
  • 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)