From cfde7af92df41634ba6637b8b664ef459fd063ff Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Mon, 31 Aug 2026 15:42:44 +0100 Subject: [PATCH] Add changelog entry for v1.9.5 Signed-off-by: Matheus Pimenta (cherry picked from commit 801a3c59238bd69df960bb08be123e55a73cba0f) --- 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