Skip to content

Commit dbb931d

Browse files
authored
Merge pull request #1701 from fluxcd/release-v1.9.2
Release v1.9.2
2 parents 13ac79f + 87286b1 commit dbb931d

3 files changed

Lines changed: 22 additions & 2 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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v1.9.1
8+
newTag: v1.9.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/cyphar/filepath-securejoin v0.6.1
2020
github.com/dimchansky/utfbom v1.1.1
2121
github.com/fluxcd/cli-utils v1.2.2
22-
github.com/fluxcd/kustomize-controller/api v1.9.1
22+
github.com/fluxcd/kustomize-controller/api v1.9.2
2323
github.com/fluxcd/pkg/apis/acl v0.10.0
2424
github.com/fluxcd/pkg/apis/event v0.27.1
2525
github.com/fluxcd/pkg/apis/kustomize v1.19.1

0 commit comments

Comments
 (0)