Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading