Skip to content

Commit 0f32b00

Browse files
committed
Add changelog entry for v1.9.2
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 parent 13ac79f commit 0f32b00

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 1.9.2
6+
7+
**Release date:** 2026-07-07
8+
9+
This patch release fixes three bugs. Flux variable substitution is now disabled
10+
on the Kustomization CRD by annotating it with
11+
`kustomize.toolkit.fluxcd.io/substitute: disabled`, preventing post-build
12+
substitution from corrupting the CRD schema when it contains `${...}` sequences.
13+
The SOPS dependency was updated to fix decryption of `.ini` files. Finally, the
14+
fluxcd/pkg dependencies were updated to fix a dry-run error where applying a
15+
resource with a strategic merge patch could fail with `<resource> is invalid`.
16+
17+
Fixes:
18+
- Fix CRD going through variable substitution
19+
[#1694](https://github.com/fluxcd/kustomize-controller/pull/1694)
20+
- Update SOPS dependency to fix `.ini` file decryption
21+
[#1699](https://github.com/fluxcd/kustomize-controller/pull/1699)
22+
- Update fluxcd/pkg dependencies
23+
[#1697](https://github.com/fluxcd/kustomize-controller/pull/1697)
24+
525
## 1.9.1
626

727
**Release date:** 2026-06-30

0 commit comments

Comments
 (0)