From ab68da6cceeb85c78da98ce47a3544feb2757abb Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:10:31 -0500 Subject: [PATCH] fix(github-release): update flux group to v2.2.2 (patch) (#3863) 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://togithub.com/fluxcd/flux2) | Kustomization | patch | `v2.2.1` -> `v2.2.2` | | ghcr.io/fluxcd/flux-manifests | | patch | `v2.2.1` -> `v2.2.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
fluxcd/flux2 (fluxcd/flux2) ### [`v2.2.2`](https://togithub.com/fluxcd/flux2/releases/tag/v2.2.2) [Compare Source](https://togithub.com/fluxcd/flux2/compare/v2.2.1...v2.2.2) #### Highlights Flux v2.2.2 is a patch release that addresses an issue with the label selector sharding functionality in the helm-controller. Users are encouraged to upgrade for the best experience. :bulb: For upgrading to Flux v2.2, please see [the procedure documented in 2.2.0](https://togithub.com/fluxcd/flux2/releases/tag/v2.2.0). #### Components changelog - helm-controller [v0.37.2](https://togithub.com/fluxcd/helm-controller/blob/v0.37.2/CHANGELOG.md) #### CLI Changelog - PR [#​4505](https://togithub.com/fluxcd/flux2/issues/4505) - [@​hiddeco](https://togithub.com/hiddeco) - Update helm-controller to v0.37.2 in tests - PR [#​4501](https://togithub.com/fluxcd/flux2/issues/4501) - [@​fluxcdbot](https://togithub.com/fluxcdbot) - Update toolkit components - PR [#​4499](https://togithub.com/fluxcd/flux2/issues/4499) - [@​stuebingerb](https://togithub.com/stuebingerb) - Fix typo in Git bootstrap - PR [#​4495](https://togithub.com/fluxcd/flux2/issues/4495) - [@​dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /tests/integration - PR [#​4494](https://togithub.com/fluxcd/flux2/issues/4494) - [@​dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 - PR [#​4493](https://togithub.com/fluxcd/flux2/issues/4493) - [@​dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /tests/azure - PR [#​4491](https://togithub.com/fluxcd/flux2/issues/4491) - [@​dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump the ci group with 3 updates
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- kubernetes/bootstrap/flux/kustomization.yaml | 2 +- kubernetes/cobra/flux/config/flux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/bootstrap/flux/kustomization.yaml b/kubernetes/bootstrap/flux/kustomization.yaml index 3901698dc1..db4d3fd8d6 100644 --- a/kubernetes/bootstrap/flux/kustomization.yaml +++ b/kubernetes/bootstrap/flux/kustomization.yaml @@ -5,4 +5,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/fluxcd/flux2/manifests/install?ref=v2.2.1 + - github.com/fluxcd/flux2/manifests/install?ref=v2.2.2 diff --git a/kubernetes/cobra/flux/config/flux.yaml b/kubernetes/cobra/flux/config/flux.yaml index e9a171405f..b950376d7f 100644 --- a/kubernetes/cobra/flux/config/flux.yaml +++ b/kubernetes/cobra/flux/config/flux.yaml @@ -9,7 +9,7 @@ spec: interval: 10m url: oci://ghcr.io/fluxcd/flux-manifests ref: - tag: v2.2.1 + tag: v2.2.2 --- # yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/kustomize.toolkit.fluxcd.io/kustomization_v1.json apiVersion: kustomize.toolkit.fluxcd.io/v1