File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.2
4+
5+ ** Release date:** 2026-07-07
6+
7+ This patch release disables Flux variable substitution on the image-reflector
8+ CRDs. The CRDs are now annotated with
9+ ` kustomize.toolkit.fluxcd.io/substitute: disabled ` so that Kustomizations with
10+ post-build substitution enabled no longer corrupt the CRD schemas when they
11+ contain ` ${...} ` sequences.
12+
13+ Fixes:
14+ - Disable variable substitution in CRDs
15+ [ #913 ] ( https://github.com/fluxcd/image-reflector-controller/pull/913 )
16+
317## 1.2.1
418
519** Release date:** 2026-06-30
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/image-reflector-controller
77 newName : fluxcd/image-reflector-controller
8- newTag : v1.2.1
8+ newTag : v1.2.2
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/Masterminds/semver/v3 v3.5.0
1010 github.com/dgraph-io/badger/v4 v4.9.1
1111 github.com/elazarl/goproxy v1.8.4
12- github.com/fluxcd/image-reflector-controller/api v1.2.1
12+ github.com/fluxcd/image-reflector-controller/api v1.2.2
1313 github.com/fluxcd/pkg/apis/acl v0.10.0
1414 github.com/fluxcd/pkg/apis/event v0.27.1
1515 github.com/fluxcd/pkg/apis/meta v1.30.1
You can’t perform that action at this time.
0 commit comments