fix(github-release): update release fluxcd/flux2 ( v2.7.0 ➔ v2.7.2 )#3441
Merged
binaryn3xus merged 1 commit intomainfrom Oct 9, 2025
Merged
fix(github-release): update release fluxcd/flux2 ( v2.7.0 ➔ v2.7.2 )#3441binaryn3xus merged 1 commit intomainfrom
binaryn3xus merged 1 commit intomainfrom
Conversation
Contributor
Author
--- 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 |
1530c8e to
0c0fa34
Compare
0c0fa34 to
ed7e864
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.7.0->v2.7.2Release Notes
fluxcd/flux2 (fluxcd/flux2)
v2.7.2Compare 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
--storage-adv-addrand--events-addrflags by @github-actions[bot] in #5575Full Changelog: fluxcd/flux2@v2.7.1...v2.7.2
v2.7.1Compare 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:
Fixes:
flux migratecommand to handle managed fields properly.Readycondition patching in helm-controller.Components changelog
CLI changelog
flux push artifactnot working with--providerby @github-actions[bot] in #5553flux migrateto work with local files by @github-actions[bot] in #5557flux migratefor live cluster migrations by @github-actions[bot] in #5559flux migrate -fcommand to work with comments by @github-actions[bot] in #5561flux migrate -fnot considering kind comments by @github-actions[bot] in #5564Full 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.
This PR has been generated by Renovate Bot.