onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(github-release): update flux group ( v2.3.0 → v2.4.0 ) (minor) #8148

Closed bot-ross[bot] closed 1 week ago

bot-ross[bot] commented 1 week ago

This PR contains the following updates:

Package Type Update Change
fluxcd/flux2 Kustomization minor v2.3.0 -> v2.4.0
ghcr.io/fluxcd/flux-manifests minor v2.3.0 -> v2.4.0

Release Notes

fluxcd/flux2 (fluxcd/flux2) ### [`v2.4.0`](https://redirect.github.com/fluxcd/flux2/releases/tag/v2.4.0) [Compare Source](https://redirect.github.com/fluxcd/flux2/compare/v2.3.0...v2.4.0) #### Highlights Flux v2.4.0 is a feature release. Users are encouraged to upgrade for the best experience. This release marks the General Availability (GA) of Flux Bucket API. The `Bucket` v1 API comes with new features including: proxy support, mTLS and custom STS configuration for AWS S3 and MinIO LDAP authentication. The `GitRepository` v1 API gains support for OIDC authentication. Starting with this version, you can authenticate against Azure DevOps repositories using AKS Workload Identity. The `OCIRepository` v1beta2 API gains support for proxy configuration thus allowing dedicated HTTP/S Proxy authentication on multi-tenant Kubernetes clusters. The `HelmRelease` v2 API gains support for disabling JSON schema validation of the Helm release values during installation and upgrade. And allows adopting existing Kubernetes resources during Helm release installation. ❤️ 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.29` | `>= 1.29.0` | | `v1.30` | `>= 1.30.0` | | `v1.31` | `>= 1.31.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. #### API changes ##### Bucket v1 The [Bucket](https://fluxcd.io/flux/components/source/buckets/) kind was promoted from v1beta2 to v1 (GA). The v1 API is backwards compatible with v1beta2. New fields: - `.spec.proxySecretRef` allows configuring HTTP/S Proxy authentication for the S3-compatible storage service. - `.spec.certSecretRef` allows custom TLS client certificate and CA for secure communication with the S3-compatible storage service. - `.spec.sts` allows custom STS configuration for AWS S3 and MinIO LDAP authentication. ##### GitRepository v1 The [GitRepository](https://fluxcd.io/flux/components/source/gitrepositoies/) kind gains new optional fields with no breaking changes. New fields: - `.spec.provider` allows specifying an OIDC provider used for authentication purposes. Currently, only the `azure` provider is supported. ##### OCIRepository v1beta2 The [OCIRepository](https://fluxcd.io/flux/components/source/ocirepositoies/) kind gains new optional fields with no breaking changes. New fields: - `.spec.proxySecretRef` allows configuring HTTP/S Proxy authentication for the container registry service. ##### HelmRelease v2 The [HelmRelease](https://fluxcd.io/flux/components/helm/helmreleases/) kind gains new optional fields with no breaking changes. New fields: - `.spec.install.disableSchemaValidation` allows disabling the JSON schema validation of the Helm release values during installation. - `.spec.upgrade.disableSchemaValidation` allows disabling the JSON schema validation of the Helm release values during upgrade. #### Upgrade procedure Upgrade Flux from `v2.3.0` to `v2.4.0` either by [rerunning bootstrap](https://fluxcd.io/flux/installation/#bootstrap-upgrade) or by using the [Flux GitHub Action](https://redirect.github.com/fluxcd/flux2/tree/main/action). 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 `Bucket` definitions. 2. 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.4.0](https://redirect.github.com/fluxcd/source-controller/blob/v1.4.0/CHANGELOG.md) [v1.4.1](https://redirect.github.com/fluxcd/source-controller/blob/v1.4.1/CHANGELOG.md) - kustomize-controller [v1.4.0](https://redirect.github.com/fluxcd/kustomize-controller/blob/v1.4.0/CHANGELOG.md) - notification-controller [v1.4.0](https://redirect.github.com/fluxcd/notification-controller/blob/v1.4.0/CHANGELOG.md) - helm-controller [v1.1.0](https://redirect.github.com/fluxcd/helm-controller/blob/v1.1.0/CHANGELOG.md) - image-reflector-controller [v0.33.0](https://redirect.github.com/fluxcd/image-reflector-controller/blob/v0.33.0/CHANGELOG.md) - image-automation-controller [v0.39.0](https://redirect.github.com/fluxcd/image-automation-controller/blob/v0.39.0/CHANGELOG.md) ##### New Documentation - [Bucket v1 specification](https://fluxcd.io/flux/components/source/buckets/) - [Azure DevOps OIDC auth configuration](https://fluxcd.io/flux/components/source/gitrepositories/#provider) #### CLI Changelog - PR [#​5014](https://redirect.github.com/fluxcd/flux2/issues/5014) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update Kubernetes dependencies to v1.31.1 - PR [#​5011](https://redirect.github.com/fluxcd/flux2/issues/5011) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Remove TLS deprecated flags from `flux create secret` - PR [#​5010](https://redirect.github.com/fluxcd/flux2/issues/5010) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Add `flux create secret proxy` command - PR [#​5009](https://redirect.github.com/fluxcd/flux2/issues/5009) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Add `--proxy-secret-ref` to `flux create source` commands - PR [#​5008](https://redirect.github.com/fluxcd/flux2/issues/5008) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Promote `bucket` commands to GA - PR [#​5007](https://redirect.github.com/fluxcd/flux2/issues/5007) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Run conformance tests for Kubernetes 1.29-1.31 - PR [#​5005](https://redirect.github.com/fluxcd/flux2/issues/5005) - [@​fluxcdbot](https://redirect.github.com/fluxcdbot) - Update toolkit components - PR [#​5004](https://redirect.github.com/fluxcd/flux2/issues/5004) - [@​fluxcdbot](https://redirect.github.com/fluxcdbot) - Update source-controller to v1.4.1 - PR [#​4986](https://redirect.github.com/fluxcd/flux2/issues/4986) - [@​dipti-pai](https://redirect.github.com/dipti-pai) - \[RFC-0007] Add `--provider` flag to `flux create source git` - PR [#​4970](https://redirect.github.com/fluxcd/flux2/issues/4970) - [@​JasonTheDeveloper](https://redirect.github.com/JasonTheDeveloper) - Update notaryproject/notation-go to 1.2.1 - PR [#​4967](https://redirect.github.com/fluxcd/flux2/issues/4967) - [@​mxtw](https://redirect.github.com/mxtw) - tests: use tempdir to avoid manual gc - PR [#​4959](https://redirect.github.com/fluxcd/flux2/issues/4959) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Fix GitHub bootstrap for repositories with custom properties - PR [#​4948](https://redirect.github.com/fluxcd/flux2/issues/4948) - [@​harshitasao](https://redirect.github.com/harshitasao) - fix: fixed GHA token-permission and pinned dependencies issue - PR [#​4939](https://redirect.github.com/fluxcd/flux2/issues/4939) - [@​bkreitch](https://redirect.github.com/bkreitch) - Recursively diff Kustomizations - PR [#​4936](https://redirect.github.com/fluxcd/flux2/issues/4936) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Build with Go 1.23 - PR [#​4934](https://redirect.github.com/fluxcd/flux2/issues/4934) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update dependencies to Kubernetes v1.31.0 - PR [#​4922](https://redirect.github.com/fluxcd/flux2/issues/4922) - [@​bkreitch](https://redirect.github.com/bkreitch) - Stop spinner on cancel of flux diff kustomization - PR [#​4918](https://redirect.github.com/fluxcd/flux2/issues/4918) - [@​matheuscscp](https://redirect.github.com/matheuscscp) - Fix reconcile helmrelease command description - PR [#​4892](https://redirect.github.com/fluxcd/flux2/issues/4892) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Run conformance tests for Kubernetes v1.31 - PR [#​4871](https://redirect.github.com/fluxcd/flux2/issues/4871) - [@​harshitasao](https://redirect.github.com/harshitasao) - changed the scorecard badge link to the standard format - PR [#​4866](https://redirect.github.com/fluxcd/flux2/issues/4866) - [@​nagyv](https://redirect.github.com/nagyv) - Introduce visibility flag for bootstrap gitlab - PR [#​4863](https://redirect.github.com/fluxcd/flux2/issues/4863) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update conformance tests to Kubernetes v1.30.2 - PR [#​4845](https://redirect.github.com/fluxcd/flux2/issues/4845) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Run ARM64 e2e tests on GitHub runners - PR [#​4842](https://redirect.github.com/fluxcd/flux2/issues/4842) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Add `part-of` label to controllers base - PR [#​4835](https://redirect.github.com/fluxcd/flux2/issues/4835) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - ci: Adapt config to GoRelease v2 - PR [#​4806](https://redirect.github.com/fluxcd/flux2/issues/4806) - [@​dipti-pai](https://redirect.github.com/dipti-pai) - \[RFC] Passwordless authentication for Git repositories

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 1 week ago
--- kubernetes/main/flux Kustomization: flux-system/cluster OCIRepository: flux-system/flux-manifests

+++ kubernetes/main/flux Kustomization: flux-system/cluster OCIRepository: flux-system/flux-manifests

@@ -7,9 +7,9 @@

     kustomize.toolkit.fluxcd.io/namespace: flux-system
   name: flux-manifests
   namespace: flux-system
 spec:
   interval: 10m
   ref:
-    tag: v2.3.0
+    tag: v2.4.0
   url: oci://ghcr.io/fluxcd/flux-manifests