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

chore(deps): bump github.com/fluxcd/helm-controller/api from 0.36.2 to 0.37.0 #94

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2023

Bumps github.com/fluxcd/helm-controller/api from 0.36.2 to 0.37.0.

Release notes

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

v0.37.0

Changelog

v0.37.0 changelog

Container images

  • docker.io/fluxcd/helm-controller:v0.37.0
  • ghcr.io/fluxcd/helm-controller:v0.37.0

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

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

0.37.0

Release date: 2023-12-12

This prerelease promotes the HelmRelease API from v2beta1 to v2beta2. The promotion of the API is accompanied by a number of new features and bug fixes. Refer to the highlights section below for more information.

In addition to the API promotion, this prerelease updates the controller dependencies to their latest versions. Making the controller compatible with Kubernetes v1.28.x, while updating the Helm library to v3.13.2, and the builtin version of Kustomize used for post-rendering to v5.3.0.

Lastly, the base controller image has been updated to Alpine v3.19.

Highlights

API changes

The upgrade is backwards compatible, and the controller will continue to reconcile HelmRelease resources of the v2beta1 API without requiring any changes. However, making use of the new features requires upgrading the API version.

  • Drift detection and correction is now enabled on a per-release basis using the .spec.driftDetection.mode field. Refer to the drift detection section in the v2beta2 specification for more information.
  • Ignoring specific fields during drift detection and correction is now supported using the .spec.driftDetection.ignore field. Refer to the ignore rules section in the v2beta2 specification to learn more.
  • Helm tests can now be selectively run using the .spec.test.filters field. Refer to the test filters section in the v2beta2 specification for more details.
  • The controller now offers proper integration with kstatus and sets Reconciling and Stalled conditions. See the Conditions section in the v2beta2 specification to read more about the conditions.
  • The .spec.maxHistory default value has been lowered from 10 to 5 to increase the controller's performance.
  • A history of metadata from Helm releases up to the previous successful release is now available in the .status.history field. This includes any Helm test results when enabled.
  • The .patchesStrategicMerge and .patchesJson6902 Kustomize post-rendering fields have been deprecated in favor of .patches.
  • A status.lastAttemptedConfigDigest field has been introduced to track the last attempted configuration digest using a hash of the composed values.
  • A .status.lastAttemptedReleaseAction field has been introduced to accurately determine the active remediation strategy.
  • The .status.lastHandledForceAt and .status.lastHandledResetAt fields have been introduced to track the last time a force upgrade or reset was handled.

... (truncated)

Commits
  • 50aab28 Merge pull request #842 from fluxcd/release-v0.37.0
  • 4cae41c Release v0.37.0
  • 14a333d Merge pull request #828 from fluxcd/document-v2beta2
  • bb5a03b docs: various doc nits
  • d8966cd docs/spec: refer to v2beta2 doc for design details
  • 344bd82 docs/spec/v2beta2: address review comment
  • 302978f docs/spec/v2beta2: add Ready characteristics
  • 9eefbf7 docs/spec/v2beta2: address review comments
  • 2b80e30 docs: add notes about drift detection support
  • 015eba0 docs/spec/v2beta2: add README
  • 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)

Bumps [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) from 0.36.2 to 0.37.0.
- [Release notes](https://github.com/fluxcd/helm-controller/releases)
- [Changelog](https://github.com/fluxcd/helm-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/helm-controller@v0.36.2...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/helm-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Golang dependencies Dependabot for Golang label Dec 12, 2023
@Randsw Randsw merged commit 60f207f into main Dec 13, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/fluxcd/helm-controller/api-0.37.0 branch December 13, 2023 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Golang dependencies Dependabot for Golang
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant