From 18ce57fe8c3e59bc928e8a86ab77f5235ffa4b08 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 30 Jun 2026 12:24:12 +0100 Subject: [PATCH] Add changelog entry for v1.6.1 Signed-off-by: Matheus Pimenta (cherry picked from commit bc8a9b704b4cd863ee15ae83badcc95c35893ebe) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a5ad0d4..30e996e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.6.1 + +**Release date:** 2026-06-30 + +This patch release updates Kubernetes to 1.36.2, Helm to v4.2.2 and the +fluxcd/pkg dependencies. It also adds kubectl categories to the HelmRelease CRD +and documents the controller's command-line options. + +Improvements: +- Add categories to the HelmRelease CRD + [#1527](https://github.com/fluxcd/helm-controller/pull/1527) +- Document controller options + [#1531](https://github.com/fluxcd/helm-controller/pull/1531) +- Update fluxcd/pkg dependencies + [#1529](https://github.com/fluxcd/helm-controller/pull/1529) + ## 1.6.0 **Release date:** 2026-06-17