Skip to content

Conversation

@flowbie-bot
Copy link
Contributor

@flowbie-bot flowbie-bot bot commented Oct 5, 2025

This PR contains the following updates:

Package Update Change
flux-instance (source) minor 0.13.0 -> 0.33.0
flux-operator (source) minor 0.13.0 -> 0.33.0
ghcr.io/controlplaneio-fluxcd/charts/flux-instance (source) minor 0.13.0 -> 0.33.0
ghcr.io/controlplaneio-fluxcd/charts/flux-operator (source) minor 0.13.0 -> 0.33.0

Release Notes

controlplaneio-fluxcd/flux-operator (flux-instance)

v0.33.0

Compare Source

What's Changed
New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.32.0...v0.33.0

v0.32.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.31.0...v0.32.0

v0.31.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.30.0...v0.31.0

v0.30.0

Compare Source

This version comes with support for Flux v2.7 and the source-watcher controller.

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.29.0...v0.30.0

v0.29.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.28.0...v0.29.0

v0.28.0

Compare Source

What's Changed
New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.27.0...v0.28.0

v0.27.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.26.0...v0.27.0

v0.26.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.25.0...v0.26.0

v0.25.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.24.1...v0.25.0

v0.24.1

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.24.0...v0.24.1

v0.24.0

Compare Source

What's Changed
New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.23.0...v0.24.0

v0.23.0

Compare Source

What's Changed
New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.22.0...v0.23.0

v0.22.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.21.0...v0.22.0

v0.21.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.20.0...v0.21.0

v0.20.0

Compare Source

Starting with this version, the Flux Operator project includes an experimental Model Context Protocol Server for AI-assisted GitOps.
Check the Flux MCP Server documentation for more details.

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.19.0...v0.20.0

v0.19.0

Compare Source

What's Changed
New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.18.0...v0.19.0

v0.18.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.17.0...v0.18.0

v0.17.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.16.0...v0.17.0

v0.16.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.15.0...v0.16.0

v0.15.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.14.0...v0.15.0

v0.14.0

Compare Source

What's Changed
New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.13.0...v0.14.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2025

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

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

@@ -25,10 +25,11 @@

     tenantDefaultServiceAccount: default
     type: kubernetes
   kustomize:
     patches: []
   sync:
     kind: GitRepository
+    interval: 1m
     url: https://github.com/aumer-amr/labv2
     ref: refs/heads/main
     path: kubernetes/flux/cluster
 
--- HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator

+++ HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator

@@ -31,22 +31,24 @@

         - --log-level=info
         env:
         - name: RUNTIME_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
+        - name: REPORTING_INTERVAL
+          value: 5m
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.13.0
+        image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.33.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: http-metrics
           containerPort: 8080
           protocol: TCP
         - name: http
@@ -63,13 +65,13 @@

             path: /readyz
             port: 8081
           initialDelaySeconds: 5
           periodSeconds: 10
         resources:
           limits:
-            cpu: 1000m
+            cpu: 2000m
             memory: 1Gi
           requests:
             cpu: 100m
             memory: 64Mi
         volumeMounts:
         - name: temp
--- HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-operator-edit

+++ HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-operator-edit

@@ -0,0 +1,24 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+  name: flux-operator-edit
+  labels:
+    rbac.authorization.k8s.io/aggregate-to-edit: 'true'
+    rbac.authorization.k8s.io/aggregate-to-admin: 'true'
+    app.kubernetes.io/name: flux-operator
+    app.kubernetes.io/instance: flux-operator
+    app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+  - fluxcd.controlplane.io
+  resources:
+  - resourcesets
+  - resourcesetinputproviders
+  verbs:
+  - create
+  - delete
+  - deletecollection
+  - patch
+  - update
+
--- HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-operator-view

+++ HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-operator-view

@@ -0,0 +1,23 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+  name: flux-operator-view
+  labels:
+    rbac.authorization.k8s.io/aggregate-to-admin: 'true'
+    rbac.authorization.k8s.io/aggregate-to-edit: 'true'
+    rbac.authorization.k8s.io/aggregate-to-view: 'true'
+    app.kubernetes.io/name: flux-operator
+    app.kubernetes.io/instance: flux-operator
+    app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+  - fluxcd.controlplane.io
+  resources:
+  - resourcesets
+  - resourcesetinputproviders
+  verbs:
+  - get
+  - list
+  - watch
+

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2025

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

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

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

     spec:
       chart: flux-operator
       sourceRef:
         kind: HelmRepository
         name: controlplaneio
         namespace: flux-system
-      version: 0.13.0
+      version: 0.33.0
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true
--- 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

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

     spec:
       chart: flux-instance
       sourceRef:
         kind: HelmRepository
         name: controlplaneio
         namespace: flux-system
-      version: 0.13.0
+      version: 0.33.0
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@flowbie-bot flowbie-bot bot force-pushed the renovate/flux-operator branch from e9ebbff to c37c26b Compare October 6, 2025 18:11
@flowbie-bot flowbie-bot bot changed the title feat(container): update flux operator group ( 0.13.0 → 0.30.0 ) (minor) feat(container): update flux operator group ( 0.13.0 → 0.31.0 ) (minor) Oct 6, 2025
@flowbie-bot flowbie-bot bot force-pushed the renovate/flux-operator branch from c37c26b to d725fcc Compare October 8, 2025 20:09
@flowbie-bot flowbie-bot bot changed the title feat(container): update flux operator group ( 0.13.0 → 0.31.0 ) (minor) feat(container): update flux operator group ( 0.13.0 → 0.32.0 ) (minor) Oct 8, 2025
@flowbie-bot flowbie-bot bot force-pushed the renovate/flux-operator branch from d725fcc to 0c1fed8 Compare October 25, 2025 00:31
@flowbie-bot flowbie-bot bot force-pushed the renovate/flux-operator branch from 0c1fed8 to cba2c21 Compare October 28, 2025 18:12
@flowbie-bot flowbie-bot bot changed the title feat(container): update flux operator group ( 0.13.0 → 0.32.0 ) (minor) feat(container): update flux operator group ( 0.13.0 → 0.33.0 ) (minor) Oct 28, 2025
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.

1 participant