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 github.com/fluxcd/helm-controller/api from 0.37.4 to 1.0.0 #7782

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2024

Bumps github.com/fluxcd/helm-controller/api from 0.37.4 to 1.0.0.

Release notes

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

v1.0.0

Changelog

v1.0.0 changelog

Container images

  • docker.io/fluxcd/helm-controller:v1.0.0
  • ghcr.io/fluxcd/helm-controller:v1.0.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.

1.0.0

Release date: 2024-05-08

This is the general availability release of helm-controller. From now on, this controller follows the Flux release cadence and support pledge.

This release promotes the HelmRelease API from v2beta2 to v2 (GA), and comes with new features, improvements and bug fixes.

In addition, the controller has been updated to Kubernetes v1.30.0, Helm v3.14.4, and various other dependencies to their latest version to patch upstream CVEs.

Highlights

The helm.toolkit.fluxcd.io/v2 API comes with a new field .spec.chartRef that adds support for referencing OCIRepository and HelmChart objects in a HelmRelease. When using .spec.chartRef instead of .spec.chart, the controller allows the reuse of a Helm chart version across multiple HelmRelease resources.

The notification mechanism has been improved to provide more detailed metadata in the notification payload. The controller now annotates the Kubernetes events with the appVersion and version of the Helm chart, and the oci digest of the chart artifact when available.

Helm OCI support

Starting with this version, the recommended way of referencing Helm charts stored in container registries is through OCIRepository.

The OCIRepository provides more flexibility in managing Helm charts, as it allows targeting a Helm chart version by tag, semver or OCI digest. It also provides a way to filter semver tags, allowing targeting a specific version range e.g. pre-releases only, patch versions, etc.

Using OCIRepository objects instead of HelmRepository and HelmChart objects improves the controller's performance and simplifies the debugging process. If a chart version gets overwritten in the container registry, the controller will detect the change in the upstream OCI digest and reconcile the HelmRelease resources accordingly. Promoting a Helm chart version to production can be done by pinning the OCIRepository to an immutable digest, ensuring that the chart version is not changed unintentionally.

Helm OCI example:

</tr></table> 

... (truncated)

Commits
  • cee9953 Merge pull request #971 from fluxcd/release-v1.0.0
  • 93702c7 Release v1.0.0
  • 7ccb1cb Add changelog entry for v1.0.0
  • 999b855 Merge pull request #977 from fluxcd/backport-972-to-release/v1.0.x
  • e0629b7 PostRenderersDigest observation improvements
  • 44724ff Merge pull request #976 from fluxcd/backport-975-to-release/v1.0.x
  • 1f63b8a Prevent snapshot drift when upgrading to API v2
  • 57a3c1f Merge pull request #967 from fluxcd/dependabot/github_actions/ci-2057180a66
  • 457c805 build(deps): bump the ci group across 1 directory with 2 updates
  • acf98e9 Merge pull request #966 from fluxcd/dependabot/go_modules/go-deps-134d2f154a
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/fluxcd/helm-controller/api [>= 0.35.0.a, < 0.35.1]

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.37.4 to 1.0.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.37.4...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 10, 2024
Copy link

netlify bot commented May 10, 2024

Deploy Preview for kubeapps-dev canceled.

Name Link
🔨 Latest commit d619ce3
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/663d79b3b8d60d0008ff1cd1

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #7784.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/fluxcd/helm-controller/api-1.0.0 branch May 13, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-not-required dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant