Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.2.2

**Release date:** 2026-07-07

This patch release disables Flux variable substitution on the image-reflector
CRDs. The CRDs are now annotated with
`kustomize.toolkit.fluxcd.io/substitute: disabled` so that Kustomizations with
post-build substitution enabled no longer corrupt the CRD schemas when they
contain `${...}` sequences.

Fixes:
- Disable variable substitution in CRDs
[#913](https://github.com/fluxcd/image-reflector-controller/pull/913)

## 1.2.1

**Release date:** 2026-06-30
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-reflector-controller
newName: fluxcd/image-reflector-controller
newTag: v1.2.1
newTag: v1.2.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/Masterminds/semver/v3 v3.5.0
github.com/dgraph-io/badger/v4 v4.9.1
github.com/elazarl/goproxy v1.8.4
github.com/fluxcd/image-reflector-controller/api v1.2.1
github.com/fluxcd/image-reflector-controller/api v1.2.2
github.com/fluxcd/pkg/apis/acl v0.10.0
github.com/fluxcd/pkg/apis/event v0.27.1
github.com/fluxcd/pkg/apis/meta v1.30.1
Expand Down