Skip to content

Comments

fix(github-release): update release fluxcd/flux2 ( v2.7.0 ➔ v2.7.2 )#3441

Merged
binaryn3xus merged 1 commit intomainfrom
renovate/fluxcd-flux2-2.x
Oct 9, 2025
Merged

fix(github-release): update release fluxcd/flux2 ( v2.7.0 ➔ v2.7.2 )#3441
binaryn3xus merged 1 commit intomainfrom
renovate/fluxcd-flux2-2.x

Conversation

@unsc-oni-ancilla
Copy link
Contributor

@unsc-oni-ancilla unsc-oni-ancilla bot commented Oct 6, 2025

This PR contains the following updates:

Package Update Change
fluxcd/flux2 patch v2.7.0 -> v2.7.2

Release Notes

fluxcd/flux2 (fluxcd/flux2)

v2.7.2

Compare Source

Highlights

Flux v2.7.2 is a patch release that comes with security fixes. Users are encouraged to upgrade for the best experience.

ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.

All Flux components are now built with Go 1.25.2 which includes fixes for vulnerabilities in the Go stdlib that could lead to denial of service. The list of security fixes can be found in the Go 1.25.2 release notes.

Components changelog

CLI changelog

Full Changelog: fluxcd/flux2@v2.7.1...v2.7.2

v2.7.1

Compare Source

Highlights

Flux v2.7.1 is a patch release that comes with various improvements and fixes. Users are encouraged to upgrade for the best experience.

ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.

Improvements:

  • Extend flux migrate with support for migrating manifests in Git repositories to the latest API versions.
  • Add recommendations for configuring HelmReleases on production environments.

Fixes:

  • Fix flux migrate command to handle managed fields properly.
  • Fix self-signed TLS cert handling for public Helm repositories in source-controller.
  • Fix the default API versions used by receivers in notification-controller.
  • Fix redundant Ready condition patching in helm-controller.
  • Fix workload identity configuration examples for kubeconfig in helm-controller and kustomize-controller.

Components changelog

CLI changelog

Full Changelog: fluxcd/flux2@v2.7.0...v2.7.1


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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot added renovate/github-release type/patch area/kubernetes Changes made in the kubernetes directory labels Oct 6, 2025
@unsc-oni-ancilla
Copy link
Contributor Author

unsc-oni-ancilla bot commented Oct 6, 2025

--- kubernetes/flux/cluster Kustomization: flux-system/flux-system Deployment: flux-system/source-controller

+++ kubernetes/flux/cluster Kustomization: flux-system/flux-system Deployment: flux-system/source-controller

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

         app.kubernetes.io/component: source-controller
         app.kubernetes.io/instance: flux-system
         app.kubernetes.io/part-of: flux
     spec:
       containers:
       - args:
-        - --events-addr=http://notification-controller.flux-system.svc.cluster.local./
+        - --events-addr=http://notification-controller.$(RUNTIME_NAMESPACE).svc.cluster.local./
         - --watch-all-namespaces=true
         - --log-level=info
         - --log-encoding=json
         - --enable-leader-election
         - --storage-path=/data
         - --storage-adv-addr=source-controller.$(RUNTIME_NAMESPACE).svc.cluster.local.
@@ -47,13 +47,13 @@

           value: /tmp/.sigstore
         - name: GOMEMLIMIT
           valueFrom:
             resourceFieldRef:
               containerName: manager
               resource: limits.memory
-        image: ghcr.io/fluxcd/source-controller:v1.7.0
+        image: ghcr.io/fluxcd/source-controller:v1.7.2
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: healthz
         name: manager
--- kubernetes/flux/cluster Kustomization: flux-system/flux-system Deployment: flux-system/kustomize-controller

+++ kubernetes/flux/cluster Kustomization: flux-system/flux-system Deployment: flux-system/kustomize-controller

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

         app.kubernetes.io/component: kustomize-controller
         app.kubernetes.io/instance: flux-system
         app.kubernetes.io/part-of: flux
     spec:
       containers:
       - args:
-        - --events-addr=http://notification-controller.flux-system.svc.cluster.local./
+        - --events-addr=http://notification-controller.$(RUNTIME_NAMESPACE).svc.cluster.local./
         - --watch-all-namespaces=true
         - --log-level=info
         - --log-encoding=json
         - --enable-leader-election
         env:
         - name: RUNTIME_NAMESPACE
@@ -41,13 +41,13 @@

               fieldPath: metadata.namespace
         - name: GOMEMLIMIT
           valueFrom:
             resourceFieldRef:
               containerName: manager
               resource: limits.memory
-        image: ghcr.io/fluxcd/kustomize-controller:v1.7.0
+        image: ghcr.io/fluxcd/kustomize-controller:v1.7.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: healthz
         name: manager
--- kubernetes/flux/cluster Kustomization: flux-system/flux-system Deployment: flux-system/helm-controller

+++ kubernetes/flux/cluster Kustomization: flux-system/flux-system Deployment: flux-system/helm-controller

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

         app.kubernetes.io/component: helm-controller
         app.kubernetes.io/instance: flux-system
         app.kubernetes.io/part-of: flux
     spec:
       containers:
       - args:
-        - --events-addr=http://notification-controller.flux-system.svc.cluster.local./
+        - --events-addr=http://notification-controller.$(RUNTIME_NAMESPACE).svc.cluster.local./
         - --watch-all-namespaces=true
         - --log-level=info
         - --log-encoding=json
         - --enable-leader-election
         env:
         - name: RUNTIME_NAMESPACE
@@ -41,13 +41,13 @@

               fieldPath: metadata.namespace
         - name: GOMEMLIMIT
           valueFrom:
             resourceFieldRef:
               containerName: manager
               resource: limits.memory
-        image: ghcr.io/fluxcd/helm-controller:v1.4.0
+        image: ghcr.io/fluxcd/helm-controller:v1.4.2
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: healthz
         name: manager
--- kubernetes/flux/cluster Kustomization: flux-system/flux-system Deployment: flux-system/notification-controller

+++ kubernetes/flux/cluster Kustomization: flux-system/flux-system Deployment: flux-system/notification-controller

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

               fieldPath: metadata.namespace
         - name: GOMEMLIMIT
           valueFrom:
             resourceFieldRef:
               containerName: manager
               resource: limits.memory
-        image: ghcr.io/fluxcd/notification-controller:v1.7.1
+        image: ghcr.io/fluxcd/notification-controller:v1.7.3
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: healthz
         name: manager

@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/fluxcd-flux2-2.x branch from 1530c8e to 0c0fa34 Compare October 8, 2025 19:10
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title fix(github-release): update release fluxcd/flux2 ( v2.7.0 ➔ v2.7.1 ) fix(github-release): update release fluxcd/flux2 ( v2.7.0 ➔ v2.7.2 ) Oct 8, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/fluxcd-flux2-2.x branch from 0c0fa34 to ed7e864 Compare October 9, 2025 01:22
@binaryn3xus binaryn3xus merged commit 3462c21 into main Oct 9, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/fluxcd-flux2-2.x branch October 9, 2025 03:14
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