Skip to content

feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.5 ) - #356

Open
flkr-23[bot] wants to merge 1 commit into
mainfrom
renovate/controlplaneio-fluxcd-distribution-2.x
Open

feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.5 )#356
flkr-23[bot] wants to merge 1 commit into
mainfrom
renovate/controlplaneio-fluxcd-distribution-2.x

Conversation

@flkr-23

@flkr-23 flkr-23 Bot commented May 29, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
controlplaneio-fluxcd/distribution minor 2.5.12.9.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.9.5: Flux v2.9.5

Compare Source

See the distribution release notes for more details.

v2.9.4: Flux v2.9.4

Compare Source

See the distribution release notes for more details.

v2.9.3: Flux v2.9.3

Compare Source

See the distribution release notes for more details.

v2.9.2: Flux v2.9.2

Compare Source

See the distribution release notes for more details.

v2.9.1: Flux v2.9.1

Compare Source

See the distribution release notes for more details.

v2.9.0: Flux v2.9.0

Compare Source

See the distribution release notes for more details.

v2.8.8: Flux v2.8.8

Compare Source

See the distribution release notes for more details.

v2.8.7: Flux v2.8.7

Compare Source

See the distribution release notes for more details.

v2.8.6: Flux v2.8.6

Compare Source

See the distribution release notes for more details.

v2.8.5: Flux v2.8.5

Compare Source

See the distribution release notes for more details.

v2.8.4: Flux v2.8.4

Compare Source

See the distribution release notes for more details.

v2.8.3: Flux v2.8.3

Compare Source

See the distribution release notes for more details.

v2.8.2: Flux v2.8.2

Compare Source

See the distribution release notes for more details.

v2.8.1: Flux v2.8.1

Compare Source

See the distribution release notes for more details.

v2.8.0: Flux v2.8.0

Compare Source

See the distribution release notes for more details.

v2.7.5: Flux v2.7.5

Compare Source

See the distribution release notes for more details.

v2.7.4: Flux v2.7.4

Compare Source

See the distribution release notes for more details.

v2.7.3: Flux v2.7.3

Compare Source

See the distribution release notes for more details.

v2.7.2: Flux v2.7.2

Compare Source

See the distribution release notes for more details.

v2.7.1: Flux v2.7.1

Compare Source

See the distribution release notes for more details.

v2.7.0: Flux v2.7.0

Compare Source

See the distribution release notes for more details.

v2.6.4: Flux v2.6.4

Compare Source

See the distribution release notes for more details.

v2.6.3: Flux v2.6.3

Compare Source

See the distribution release notes for more details.

v2.6.2: Flux v2.6.2

Compare Source

See the distribution release notes for more details.

v2.6.1: Flux v2.6.1

Compare Source

See the distribution release notes for more details.

v2.6.0: Flux v2.6.0

Compare Source

See the distribution release notes for more details.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • 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 Mend Renovate CLI.

@flkr-23

flkr-23 Bot commented May 29, 2025

Copy link
Copy Markdown
Contributor Author
--- 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.5.1
+    version: 2.9.5
     registry: ghcr.io/fluxcd
     artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:latest
   components:
   - source-controller
   - kustomize-controller
   - helm-controller

@flkr-23

flkr-23 Bot commented May 29, 2025

Copy link
Copy Markdown
Contributor Author
--- kubernetes/apps/flux-system/flux-operator/instance Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance

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

@@ -28,8 +28,8 @@

     cleanupOnFail: true
     remediation:
       retries: 3
       strategy: rollback
   valuesFrom:
   - kind: ConfigMap
-    name: flux-instance-helm-values-tdd8k8b5ft
+    name: flux-instance-helm-values-tc9956t9d6
 
--- kubernetes/apps/flux-system/flux-operator/instance Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-tdd8k8b5ft

+++ kubernetes/apps/flux-system/flux-operator/instance Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-tdd8k8b5ft

@@ -1,117 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |
-    ---
-    instance:
-      distribution:
-        # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
-        version: 2.5.1
-      cluster:
-        networkPolicy: false
-      components:
-        - source-controller
-        - kustomize-controller
-        - helm-controller
-        - notification-controller
-      sync:
-        kind: GitRepository
-        url: https://github.com/unleashurgeek/home-ops
-        ref: refs/heads/main
-        path: kubernetes/flux/cluster
-        interval: 1h
-      commonMetadata:
-        labels:
-          app.kubernetes.io/name: flux
-      kustomize:
-        patches:
-          # Add Sops decryption to 'flux-system' Kustomization
-          - patch: |
-              - op: add
-                path: /spec/decryption
-                value:
-                  provider: sops
-                  secretRef:
-                    name: sops-age
-            target:
-              group: kustomize.toolkit.fluxcd.io
-              kind: Kustomization
-          # Increase the number of workers
-          - patch: |
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --concurrent=10
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --requeue-dependency=5s
-            target:
-              kind: Deployment
-              name: (kustomize-controller|helm-controller|source-controller)
-          # Increase the memory limits
-          - patch: |
-              apiVersion: apps/v1
-              kind: Deployment
-              metadata:
-                name: all
-              spec:
-                template:
-                  spec:
-                    containers:
-                      - name: manager
-                        resources:
-                          limits:
-                            memory: 2Gi
-            target:
-              kind: Deployment
-              name: (kustomize-controller|helm-controller|source-controller)
-          # Enable in-memory kustomize builds
-          - patch: |
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --concurrent=20
-              - op: replace
-                path: /spec/template/spec/volumes/0
-                value:
-                  name: temp
-                  emptyDir:
-                    medium: Memory
-            target:
-              kind: Deployment
-              name: kustomize-controller
-          # Enable Helm repositories caching
-          - patch: |
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --helm-cache-max-size=10
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --helm-cache-ttl=60m
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --helm-cache-purge-interval=5m
-            target:
-              kind: Deployment
-              name: source-controller
-          # Flux near OOM detection for Helm
-          - patch: |
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --feature-gates=OOMWatch=true
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --oom-watch-memory-threshold=95
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --oom-watch-interval=500ms
-            target:
-              kind: Deployment
-              name: helm-controller
-kind: ConfigMap
-metadata:
-  labels:
-    app.kubernetes.io/name: flux-instance
-    kustomize.toolkit.fluxcd.io/name: flux-instance
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: flux-instance-helm-values-tdd8k8b5ft
-  namespace: flux-system
-
--- kubernetes/apps/flux-system/flux-operator/instance Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-tc9956t9d6

+++ kubernetes/apps/flux-system/flux-operator/instance Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-tc9956t9d6

@@ -0,0 +1,117 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |
+    ---
+    instance:
+      distribution:
+        # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
+        version: 2.9.5
+      cluster:
+        networkPolicy: false
+      components:
+        - source-controller
+        - kustomize-controller
+        - helm-controller
+        - notification-controller
+      sync:
+        kind: GitRepository
+        url: https://github.com/unleashurgeek/home-ops
+        ref: refs/heads/main
+        path: kubernetes/flux/cluster
+        interval: 1h
+      commonMetadata:
+        labels:
+          app.kubernetes.io/name: flux
+      kustomize:
+        patches:
+          # Add Sops decryption to 'flux-system' Kustomization
+          - patch: |
+              - op: add
+                path: /spec/decryption
+                value:
+                  provider: sops
+                  secretRef:
+                    name: sops-age
+            target:
+              group: kustomize.toolkit.fluxcd.io
+              kind: Kustomization
+          # Increase the number of workers
+          - patch: |
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --concurrent=10
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --requeue-dependency=5s
+            target:
+              kind: Deployment
+              name: (kustomize-controller|helm-controller|source-controller)
+          # Increase the memory limits
+          - patch: |
+              apiVersion: apps/v1
+              kind: Deployment
+              metadata:
+                name: all
+              spec:
+                template:
+                  spec:
+                    containers:
+                      - name: manager
+                        resources:
+                          limits:
+                            memory: 2Gi
+            target:
+              kind: Deployment
+              name: (kustomize-controller|helm-controller|source-controller)
+          # Enable in-memory kustomize builds
+          - patch: |
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --concurrent=20
+              - op: replace
+                path: /spec/template/spec/volumes/0
+                value:
+                  name: temp
+                  emptyDir:
+                    medium: Memory
+            target:
+              kind: Deployment
+              name: kustomize-controller
+          # Enable Helm repositories caching
+          - patch: |
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --helm-cache-max-size=10
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --helm-cache-ttl=60m
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --helm-cache-purge-interval=5m
+            target:
+              kind: Deployment
+              name: source-controller
+          # Flux near OOM detection for Helm
+          - patch: |
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --feature-gates=OOMWatch=true
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --oom-watch-memory-threshold=95
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --oom-watch-interval=500ms
+            target:
+              kind: Deployment
+              name: helm-controller
+kind: ConfigMap
+metadata:
+  labels:
+    app.kubernetes.io/name: flux-instance
+    kustomize.toolkit.fluxcd.io/name: flux-instance
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: flux-instance-helm-values-tc9956t9d6
+  namespace: flux-system
+

@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from bd6664e to f7abfef Compare June 2, 2025 08:04
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.6.0 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.6.1 ) Jun 2, 2025
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from f7abfef to 72c0125 Compare June 16, 2025 14:04
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.6.1 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.6.2 ) Jun 16, 2025
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 72c0125 to da46826 Compare June 27, 2025 12:04
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.6.2 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.6.3 ) Jun 27, 2025
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.6.3 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.6.4 ) Jul 8, 2025
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from da46826 to b5f838e Compare July 8, 2025 12:04
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from b5f838e to af55044 Compare September 30, 2025 11:04
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.6.4 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.0 ) Sep 30, 2025
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.0 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.1 ) Oct 6, 2025
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch 2 times, most recently from 156b50b to be9cb9a Compare October 8, 2025 19:03
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.1 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.2 ) Oct 8, 2025
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.2 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.3 ) Oct 28, 2025
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from be9cb9a to 4c43006 Compare October 28, 2025 17:03
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 4c43006 to 0da9918 Compare November 24, 2025 18:04
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.3 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.4 ) Nov 24, 2025
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 0da9918 to 9247114 Compare November 27, 2025 12:04
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.4 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.5 ) Nov 27, 2025
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 9247114 to 1e6e4dc Compare February 24, 2026 15:18
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.7.5 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.0 ) Feb 24, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 1e6e4dc to a01a9df Compare February 27, 2026 13:24
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.0 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.1 ) Feb 27, 2026
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.1 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.2 ) Mar 12, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch 2 times, most recently from 8f3fe2d to e7e9bbf Compare March 16, 2026 14:27
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.2 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.3 ) Mar 16, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from e7e9bbf to 13488ea Compare April 7, 2026 16:22
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.3 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.4 ) Apr 7, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 13488ea to c070394 Compare April 7, 2026 18:18
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.4 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.5 ) Apr 7, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from c070394 to 3f85405 Compare April 21, 2026 12:17
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.5 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.6 ) Apr 21, 2026
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.6 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.7 ) May 12, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 3f85405 to ac42334 Compare May 12, 2026 13:35
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from ac42334 to e82c51b Compare May 20, 2026 13:13
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.7 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.8 ) May 20, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from e82c51b to 6b1f859 Compare June 30, 2026 16:42
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.8.8 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.0 ) Jun 30, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 6b1f859 to 0a47921 Compare July 7, 2026 16:18
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.0 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.1 ) Jul 7, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 0a47921 to 1cd0554 Compare July 13, 2026 14:04
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.1 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.2 ) Jul 13, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 1cd0554 to b165149 Compare July 23, 2026 16:39
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.2 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.3 ) Jul 23, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from b165149 to 411ee90 Compare August 7, 2026 15:44
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.3 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.4 ) Aug 7, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from 411ee90 to 1f6d72c Compare August 31, 2026 21:13
@flkr-23 flkr-23 Bot changed the title feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.4 ) feat(github-release): update release controlplaneio-fluxcd/distribution ( v2.5.1 → v2.9.5 ) Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants