Skip to content

Commit ee1f677

Browse files
authored
Merge pull request #916 from fluxcd/release-v1.2.2
Release v1.2.2
2 parents e0a20d4 + 59c2dfe commit ee1f677

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

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/image-reflector-controller
77
newName: fluxcd/image-reflector-controller
8-
newTag: v1.2.1
8+
newTag: v1.2.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)