From f09e469706f0ec15394d98bed68bcc64f9b8c828 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 7 Jul 2026 11:38:12 +0100 Subject: [PATCH] Add changelog entry for v1.6.2 Signed-off-by: Matheus Pimenta (cherry picked from commit 6104719f047ad429af9b5e7a55f39dc2910b4514) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e996e31..b4e2ee18f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.6.2 + +**Release date:** 2026-07-07 + +This patch release disables Flux variable substitution on the HelmRelease CRD. +The CRD is now annotated with `kustomize.toolkit.fluxcd.io/substitute: disabled` +so that Kustomizations with post-build substitution enabled no longer corrupt +the CRD schema when it contains `${...}` sequences. + +Fixes: +- Disable variable substitution in CRDs + [#1538](https://github.com/fluxcd/helm-controller/pull/1538) + ## 1.6.1 **Release date:** 2026-06-30