Skip to content

fix(github-release): update release controlplaneio-fluxcd/distribution (v2.8.3 → v2.8.4)#5224

Merged
drag0n141 merged 1 commit intomasterfrom
renovate/controlplaneio-fluxcd-distribution-2.x
Apr 7, 2026
Merged

fix(github-release): update release controlplaneio-fluxcd/distribution (v2.8.3 → v2.8.4)#5224
drag0n141 merged 1 commit intomasterfrom
renovate/controlplaneio-fluxcd-distribution-2.x

Conversation

@drag0n141-bot
Copy link
Copy Markdown
Contributor

@drag0n141-bot drag0n141-bot Bot commented Apr 7, 2026

This PR contains the following updates:

Package Update Change
controlplaneio-fluxcd/distribution patch 2.8.32.8.4

Release Notes

controlplaneio-fluxcd/distribution (controlplaneio-fluxcd/distribution)

v2.8.4: Flux v2.8.4

Compare Source

See the distribution release notes for more details.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

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

@drag0n141-bot drag0n141-bot Bot added renovate/github-release type/patch area/kubernetes Changes made in the kubernetes directory labels Apr 7, 2026
@drag0n141-bot
Copy link
Copy Markdown
Contributor Author

drag0n141-bot Bot commented Apr 7, 2026

--- HelmRelease: flux-system/flux-instance FluxInstance: flux-system/flux

+++ HelmRelease: flux-system/flux-instance FluxInstance: flux-system/flux

@@ -7,13 +7,13 @@

   labels:
     app.kubernetes.io/name: flux-instance
     app.kubernetes.io/instance: flux-instance
     app.kubernetes.io/managed-by: Helm
 spec:
   distribution:
-    version: 2.8.3
+    version: 2.8.4
     registry: ghcr.io/fluxcd
     artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:latest
   components:
   - source-controller
   - kustomize-controller
   - helm-controller

@drag0n141-bot
Copy link
Copy Markdown
Contributor Author

drag0n141-bot Bot commented Apr 7, 2026

--- kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance

+++ kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance

@@ -35,13 +35,13 @@

       components:
       - source-controller
       - kustomize-controller
       - helm-controller
       - notification-controller
       distribution:
-        version: 2.8.3
+        version: 2.8.4
       kustomize:
         patches:
         - patch: |
             - op: add
               path: /spec/template/spec/containers/0/args/-
               value: --concurrent=10

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

controlplaneio-fluxcd/distribution: 2.8.3 → 2.8.4

Verdict: Safe to merge

Breaking changes: None.

Deprecations: None.

New features worth adopting: None — this is a patch release containing only bug fixes.

Research summary: This distribution upgrade wraps three Flux controller patch updates:

Controller Old New Change
source-controller v1.8.1 v1.8.2 Azure ACR auth fix; improved error message for encrypted SSH keys
kustomize-controller v1.8.2 v1.8.3 Fix requeue on cancellation to avoid stale cache race condition
notification-controller v1.8.2 v1.8.3 Same race condition fix as kustomize-controller
helm-controller v1.5.3 v1.5.3 No change
image-reflector-controller v1.1.1 v1.1.1 No change
image-automation-controller v1.1.1 v1.1.1 No change

The kustomize-controller race fix (GH fluxcd/kustomize-controller#1625) is particularly relevant: cancelled reconciliations could leave stale cache data, causing Kustomizations to get stuck. Given this repo applies multiple concurrent patches to the controllers, this fix is beneficial.

Sources consulted:

@drag0n141 drag0n141 merged commit e71972a into master Apr 7, 2026
13 checks passed
@drag0n141 drag0n141 deleted the renovate/controlplaneio-fluxcd-distribution-2.x branch April 7, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/github-release type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant