From 0fe0ac9205dab23e19d1eb8c753618bacab701e5 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 13 Oct 2023 11:25:11 +0000 Subject: [PATCH] chore(deps): update dependency fluxcd/flux2 to v2.1.2 (#143) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fluxcd/flux2](https://github.com/fluxcd/flux2) | Kustomization | patch | `v2.1.1` -> `v2.1.2` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes
fluxcd/flux2 (fluxcd/flux2) ### [`v2.1.2`](https://github.com/fluxcd/flux2/releases/tag/v2.1.2) [Compare Source](https://github.com/fluxcd/flux2/compare/v2.1.1...v2.1.2) #### Highlights Flux `v2.1.2` is a patch release which comes with various fixes. Users are encouraged to upgrade for the best experience. ##### Fixes - Ensures faster recovery of `Kustomization` and `HelmRelease` resources when the source-controller has restarted and is working on restoring the storage. - Prevent source-controller from failing to reconcile `OCIRepositories` when artifacts contain symlinks. - Addresses issue with helm-controller miss-labeling Custom Resource Definitions. - Detect immutable field errors in Google Cloud resources managed by Flux `Kustomizations`. - Better error reporting for `flux bootstrap` when the owner doesn't match the identity associated with the given token. - Allow `flux pull artifact` to fetch OCI artifacts produced by other tools. #### Components changelog - source-controller [v1.1.2](https://github.com/fluxcd/source-controller/blob/v1.1.2/CHANGELOG.md) - kustomize-controller [v1.1.1](https://github.com/fluxcd/kustomize-controller/blob/v1.1.1/CHANGELOG.md) - helm-controller [v0.36.2](https://github.com/fluxcd/helm-controller/blob/v0.36.2/CHANGELOG.md) #### CLI Changelog - PR [#​4324](https://github.com/fluxcd/flux2/issues/4324) - [@​somtochiama](https://github.com/somtochiama) - bootstrap: Fix error msg when the Git token doesn't match the repo owner - PR [#​4323](https://github.com/fluxcd/flux2/issues/4323) - [@​stefanprodan](https://github.com/stefanprodan) - e2e: Update Go dependencies - PR [#​4313](https://github.com/fluxcd/flux2/issues/4313) - [@​fluxcdbot](https://github.com/fluxcdbot) - Update toolkit components - PR [#​4296](https://github.com/fluxcd/flux2/issues/4296) - [@​Skarlso](https://github.com/Skarlso) - fix: only wait for changeset if the result is not empty - PR [#​4285](https://github.com/fluxcd/flux2/issues/4285) - [@​matheuscscp](https://github.com/matheuscscp) - Add badge for SLSA Level 3 - PR [#​4284](https://github.com/fluxcd/flux2/issues/4284) - [@​errordeveloper](https://github.com/errordeveloper) - Make `flux pull` work for OCI artifacts produced by other tools
--- ### 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.home/nrdufour/home-ops/pulls/143 Co-authored-by: Renovate Co-committed-by: Renovate --- kubernetes/main/bootstrap/flux/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/bootstrap/flux/kustomization.yaml b/kubernetes/main/bootstrap/flux/kustomization.yaml index d9b25424..473f0e48 100644 --- a/kubernetes/main/bootstrap/flux/kustomization.yaml +++ b/kubernetes/main/bootstrap/flux/kustomization.yaml @@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/fluxcd/flux2/manifests/install?ref=v2.1.1 + - github.com/fluxcd/flux2/manifests/install?ref=v2.1.2