Skip to content

Commit

Permalink
fix(github-release): update flux group to v2.2.2 (patch) (#3863)
Browse files Browse the repository at this point in the history
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

<details>
<summary>fluxcd/flux2 (fluxcd/flux2)</summary>

### [`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 [#&#8203;4505](https://togithub.com/fluxcd/flux2/issues/4505) -
[@&#8203;hiddeco](https://togithub.com/hiddeco) - Update helm-controller
to v0.37.2 in tests
- PR [#&#8203;4501](https://togithub.com/fluxcd/flux2/issues/4501) -
[@&#8203;fluxcdbot](https://togithub.com/fluxcdbot) - Update toolkit
components
- PR [#&#8203;4499](https://togithub.com/fluxcd/flux2/issues/4499) -
[@&#8203;stuebingerb](https://togithub.com/stuebingerb) - Fix typo in
Git bootstrap
- PR [#&#8203;4495](https://togithub.com/fluxcd/flux2/issues/4495) -
[@&#8203;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 [#&#8203;4494](https://togithub.com/fluxcd/flux2/issues/4494) -
[@&#8203;dependabot](https://togithub.com/dependabot)\[bot] -
build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
- PR [#&#8203;4493](https://togithub.com/fluxcd/flux2/issues/4493) -
[@&#8203;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 [#&#8203;4491](https://togithub.com/fluxcd/flux2/issues/4491) -
[@&#8203;dependabot](https://togithub.com/dependabot)\[bot] -
build(deps): bump the ci group with 3 updates

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Dec 22, 2023
1 parent e90ab01 commit ab68da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/flux/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion kubernetes/cobra/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab68da6

Please sign in to comment.