From 801a3c59238bd69df960bb08be123e55a73cba0f Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Mon, 31 Aug 2026 15:42:44 +0100 Subject: [PATCH 1/2] Add changelog entry for v1.9.5 Signed-off-by: Matheus Pimenta --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb26af93..c153d853e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project are documented in this file. +## 1.9.5 + +**Release date:** 2026-08-31 + +This patch release upgrades Helm to v4.2.4 to stay in sync with helm-controller +1.6, which moved back from the Flux fork of Helm to upstream. It also updates +the fluxcd/pkg dependencies, which bring Kubernetes to 1.36.4. + +Improvements: +- Upgrade helm to 4.2.4 (sync with HC 1.6) + [#2140](https://github.com/fluxcd/source-controller/pull/2140) +- Update fluxcd/pkg dependencies + [#2141](https://github.com/fluxcd/source-controller/pull/2141) + [#2142](https://github.com/fluxcd/source-controller/pull/2142) + ## 1.9.4 **Release date:** 2026-08-07 From 4a608b1dcd44254f1529f9e46be1311dd87e24c4 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Mon, 31 Aug 2026 15:42:44 +0100 Subject: [PATCH 2/2] Release v1.9.5 Signed-off-by: Matheus Pimenta --- config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 429e4f482..a2961d745 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v1.9.4 + newTag: v1.9.5 diff --git a/go.mod b/go.mod index ab3e83d32..f68c0bc7d 100644 --- a/go.mod +++ b/go.mod @@ -40,7 +40,7 @@ require ( github.com/fluxcd/pkg/tar v1.2.0 github.com/fluxcd/pkg/testserver v0.14.0 github.com/fluxcd/pkg/version v0.16.0 - github.com/fluxcd/source-controller/api v1.9.4 + github.com/fluxcd/source-controller/api v1.9.5 github.com/go-git/go-billy/v5 v5.9.0 github.com/go-git/go-git/v5 v5.19.1 github.com/go-logr/logr v1.4.3