1d92752807
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluxcd/flux-manifests](https://redirect.github.com/fluxcd/flux2) | minor | `v2.5.1` -> `v2.6.0` | --- ### Release Notes <details> <summary>fluxcd/flux2 (ghcr.io/fluxcd/flux-manifests)</summary> ### [`v2.6.0`](https://redirect.github.com/fluxcd/flux2/releases/tag/v2.6.0) [Compare Source](https://redirect.github.com/fluxcd/flux2/compare/v2.5.1...v2.6.0) #### Highlights Flux v2.6.0 is a feature release. Users are encouraged to upgrade for the best experience. For a compressive overview of new features and API changes included in this release, please refer to the [Announcing Flux 2.6 GA blog post](https://fluxcd.io/blog/2025/05/flux-v2.6.0/). Overview of the new features: - General availability release for the Flux OCI Artifacts APIs and `flux artifact` commands - Support for OCI digests pinning (ImagePolicy, ImageUpdateAutomation) - Object-level workload identity authentication (OCIRepository, ImageRepository, Kustomization, Alert Provider) - Cache registry credentials for cloud providers (OCIRepository, ImageRepository) - Git HTTP/S Mutual TLS authentication (GitRepository, ImageUpdateAutomation) - Support for sparse checkout (GitRepository) - Support for GitHub App authentication (Alert Provider) - Support for managed Identity authentication to Azure Event Hub (Alert Provider) - Customize the ID of the Git commit status with CEL expressions (Alert Provider) - `WaitForTermination` deletion policy (Kustomization) - `DisableChartDigestTracking` feature gate (HelmRelease) ❤️ Big thanks to all the Flux contributors that helped us with this release! ##### Kubernetes compatibility This release is compatible with the following Kubernetes versions: | Kubernetes version | Minimum required | |--------------------|------------------| | `v1.31` | `>= 1.31.0` | | `v1.32` | `>= 1.32.0` | | `v1.33` | `>= 1.33.0` | > \[!NOTE] > Note that the Flux project offers support only for the latest three minor versions of Kubernetes. > Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors such as > [ControlPlane](https://control-plane.io/enterprise-for-flux-cd/) that provide enterprise support for Flux. ##### OpenShift compatibility Flux can be installed on Red Hat OpenShift cluster directly from OperatorHub using [Flux Operator](https://operatorhub.io/operator/flux-operator). The operator allows the configuration of Flux multi-tenancy lockdown, network policies, persistent storage, sharding, vertical scaling and the synchronization of the cluster state from Git repositories, OCI artifacts, and S3-compatible storage. #### Upgrade procedure Upgrade Flux from `v2.5.0` to `v2.6.0` by following the [upgrade guide](https://fluxcd.io/flux/installation/upgrade/). To upgrade the APIs, make sure the new CRDs and controllers are deployed, and then change the manifests in Git: 1. Set `apiVersion: source.toolkit.fluxcd.io/v1` in the YAML files that contain `OCIRepository` definitions. 2. Add an annotation `api.fluxcd.io/upgrade: "v2.6.0"` to the `OCIRepository` resources. (this is not required if Flux Operator is used for upgrade) 3. Commit, push, and reconcile the API version changes. Bumping the APIs version in manifests can be done gradually. It is advised to not delay this procedure as the deprecated versions will be removed after 6 months. #### Components changelog - source-controller [v1.6.0](https://redirect.github.com/fluxcd/source-controller/blob/v1.6.0/CHANGELOG.md) - kustomize-controller [v1.6.0](https://redirect.github.com/fluxcd/kustomize-controller/blob/v1.6.0/CHANGELOG.md) - notification-controller [v1.6.0](https://redirect.github.com/fluxcd/notification-controller/blob/v1.6.0/CHANGELOG.md) - helm-controller [v1.3.0](https://redirect.github.com/fluxcd/helm-controller/blob/v1.3.0/CHANGELOG.md) - image-reflector-controller [v0.35.0](https://redirect.github.com/fluxcd/image-reflector-controller/blob/v0.35.0/CHANGELOG.md) - image-automation-controller [v0.41.0](https://redirect.github.com/fluxcd/image-automation-controller/blob/v0.41.0/CHANGELOG.md) ##### New Documentation - [OCIRepository v1 specification](https://fluxcd.io/flux/components/source/ocirepositories/) - [AWS integrations](https://fluxcd.io/flux/integrations/aws/) - [Azure integrations](https://fluxcd.io/flux/integrations/azure/) - [GCP integrations](https://fluxcd.io/flux/integrations/gcp/) #### What's Changed - fix: correct name on github app secret by [@​NotAwar](https://redirect.github.com/NotAwar) in [https://github.com/fluxcd/flux2/pull/5202](https://redirect.github.com/fluxcd/flux2/pull/5202) - Update RFC 0008 and RFC 0009 milestones by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5141](https://redirect.github.com/fluxcd/flux2/pull/5141) - Update kustomize-controller to v1.5.1 by [@​fluxcdbot](https://redirect.github.com/fluxcdbot) in [https://github.com/fluxcd/flux2/pull/5214](https://redirect.github.com/fluxcd/flux2/pull/5214) - Update backport labels for 2.5 by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5215](https://redirect.github.com/fluxcd/flux2/pull/5215) - Fix command debug hr not taking targetPath into account by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5227](https://redirect.github.com/fluxcd/flux2/pull/5227) - Remove redundant space. by [@​laiminhtrung1997](https://redirect.github.com/laiminhtrung1997) in [https://github.com/fluxcd/flux2/pull/5038](https://redirect.github.com/fluxcd/flux2/pull/5038) - ci: switch to goreleaser changelog generation by [@​y-eight](https://redirect.github.com/y-eight) in [https://github.com/fluxcd/flux2/pull/5284](https://redirect.github.com/fluxcd/flux2/pull/5284) - change: use the default ephemeral GITHUB_TOKEN instead of the static one by [@​piontec](https://redirect.github.com/piontec) in [https://github.com/fluxcd/flux2/pull/5282](https://redirect.github.com/fluxcd/flux2/pull/5282) - add: OSSF scorecard configuration file - ignore false-positive by [@​piontec](https://redirect.github.com/piontec) in [https://github.com/fluxcd/flux2/pull/5287](https://redirect.github.com/fluxcd/flux2/pull/5287) - build(deps): bump helm.sh/helm/v3 from 3.17.0 to 3.17.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fluxcd/flux2/pull/5295](https://redirect.github.com/fluxcd/flux2/pull/5295) - Allow to pull/push artifacts to insecure registries without TLS by [@​mottetm](https://redirect.github.com/mottetm) in [https://github.com/fluxcd/flux2/pull/5299](https://redirect.github.com/fluxcd/flux2/pull/5299) - \[RFC-0010] Multi-Tenant Workload Identity by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5209](https://redirect.github.com/fluxcd/flux2/pull/5209) - flux diff: Reset target struct before decoding by [@​maboehm](https://redirect.github.com/maboehm) in [https://github.com/fluxcd/flux2/pull/5302](https://redirect.github.com/fluxcd/flux2/pull/5302) - fix: allow recursive dry-run over local sources by [@​niveau0](https://redirect.github.com/niveau0) in [https://github.com/fluxcd/flux2/pull/5219](https://redirect.github.com/fluxcd/flux2/pull/5219) - Run conformance tests for Kubernetes 1.33.0 by [@​stefanprodan](https://redirect.github.com/stefanprodan) in [https://github.com/fluxcd/flux2/pull/5318](https://redirect.github.com/fluxcd/flux2/pull/5318) - Update to Kubernetes 1.33.0 and Go 1.24.0 by [@​stefanprodan](https://redirect.github.com/stefanprodan) in [https://github.com/fluxcd/flux2/pull/5323](https://redirect.github.com/fluxcd/flux2/pull/5323) - \[RFC-0010] Remove EKS Pod Identity from the proposal by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5309](https://redirect.github.com/fluxcd/flux2/pull/5309) - \[RFC-0010] Add RBAC for creating service account tokens by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5332](https://redirect.github.com/fluxcd/flux2/pull/5332) - Upgrade fluxcd/pkg auth, oci, git and git/gogit by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5333](https://redirect.github.com/fluxcd/flux2/pull/5333) - Fix exit code handling in get command by [@​dgunzy](https://redirect.github.com/dgunzy) in [https://github.com/fluxcd/flux2/pull/5338](https://redirect.github.com/fluxcd/flux2/pull/5338) - build(deps): bump the ci group across 1 directory with 18 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fluxcd/flux2/pull/5325](https://redirect.github.com/fluxcd/flux2/pull/5325) - Fix `flux trace` for HRs from `OCIRepository`s by [@​makkes](https://redirect.github.com/makkes) in [https://github.com/fluxcd/flux2/pull/5349](https://redirect.github.com/fluxcd/flux2/pull/5349) - Fix e2e workflow by [@​makkes](https://redirect.github.com/makkes) in [https://github.com/fluxcd/flux2/pull/5351](https://redirect.github.com/fluxcd/flux2/pull/5351) - \[RFC-0010] Update RFC to include opt-in feature gate by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5354](https://redirect.github.com/fluxcd/flux2/pull/5354) - \[RFC-0010] Update RFC feature gate behavior by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5355](https://redirect.github.com/fluxcd/flux2/pull/5355) - Upgrade fluxcd/pkg packages by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5356](https://redirect.github.com/fluxcd/flux2/pull/5356) - Upgrade fluxcd/pkg packages by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5357](https://redirect.github.com/fluxcd/flux2/pull/5357) - Set Kubernetes 1.31 as min supported version by [@​stefanprodan](https://redirect.github.com/stefanprodan) in [https://github.com/fluxcd/flux2/pull/5364](https://redirect.github.com/fluxcd/flux2/pull/5364) - Update dependencies by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5366](https://redirect.github.com/fluxcd/flux2/pull/5366) - Update toolkit components by [@​fluxcdbot](https://redirect.github.com/fluxcdbot) in [https://github.com/fluxcd/flux2/pull/5368](https://redirect.github.com/fluxcd/flux2/pull/5368) - Promote artifact commands to stable by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5369](https://redirect.github.com/fluxcd/flux2/pull/5369) - Add --interval and --reflect-digest flags to flux create image policy by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [https://github.com/fluxcd/flux2/pull/5345](https://redirect.github.com/fluxcd/flux2/pull/5345) - Update CLI to OCIRepository v1 (GA) by [@​stefanprodan](https://redirect.github.com/stefanprodan) in [https://github.com/fluxcd/flux2/pull/5371](https://redirect.github.com/fluxcd/flux2/pull/5371) - Update dependabot config by [@​stefanprodan](https://redirect.github.com/stefanprodan) in [https://github.com/fluxcd/flux2/pull/5373](https://redirect.github.com/fluxcd/flux2/pull/5373) - Update toolkit components by [@​fluxcdbot](https://redirect.github.com/fluxcdbot) in [https://github.com/fluxcd/flux2/pull/5370](https://redirect.github.com/fluxcd/flux2/pull/5370) #### New Contributors - [@​NotAwar](https://redirect.github.com/NotAwar) made their first contribution in [https://github.com/fluxcd/flux2/pull/5202](https://redirect.github.com/fluxcd/flux2/pull/5202) - [@​laiminhtrung1997](https://redirect.github.com/laiminhtrung1997) made their first contribution in [https://github.com/fluxcd/flux2/pull/5038](https://redirect.github.com/fluxcd/flux2/pull/5038) - [@​y-eight](https://redirect.github.com/y-eight) made their first contribution in [https://github.com/fluxcd/flux2/pull/5284](https://redirect.github.com/fluxcd/flux2/pull/5284) - [@​piontec](https://redirect.github.com/piontec) made their first contribution in [https://github.com/fluxcd/flux2/pull/5282](https://redirect.github.com/fluxcd/flux2/pull/5282) - [@​mottetm](https://redirect.github.com/mottetm) made their first contribution in [https://github.com/fluxcd/flux2/pull/5299](https://redirect.github.com/fluxcd/flux2/pull/5299) - [@​maboehm](https://redirect.github.com/maboehm) made their first contribution in [https://github.com/fluxcd/flux2/pull/5302](https://redirect.github.com/fluxcd/flux2/pull/5302) - [@​niveau0](https://redirect.github.com/niveau0) made their first contribution in [https://github.com/fluxcd/flux2/pull/5219](https://redirect.github.com/fluxcd/flux2/pull/5219) - [@​dgunzy](https://redirect.github.com/dgunzy) made their first contribution in [https://github.com/fluxcd/flux2/pull/5338](https://redirect.github.com/fluxcd/flux2/pull/5338) **Full Changelog**: https://github.com/fluxcd/flux2/compare/v2.5.0...v2.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This is a kubernetes cluster Powered by TrueCharts ClusterTool