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.1
4+
5+ ** Release date:** 2026-06-30
6+
7+ This patch release fixes a bug where the ` .spec.timeout ` was applied twice when
8+ reconciling ImageRepositories. As a result the effective timeout could be up to
9+ nearly double the configured value, and the context for setting up registry
10+ authentication could be canceled before the credentials were fetched, causing
11+ authentication to fail. It also updates Kubernetes to 1.36.2 and the fluxcd/pkg
12+ dependencies, adds kubectl categories to the image-reflector CRDs and documents
13+ the controller's command-line options.
14+
15+ Fixes:
16+ - Fix timeout created more than once
17+ [ #901 ] ( https://github.com/fluxcd/image-reflector-controller/pull/901 )
18+
19+ Improvements:
20+ - Add categories to image-reflector CRDs
21+ [ #904 ] ( https://github.com/fluxcd/image-reflector-controller/pull/904 )
22+ - Document controller options
23+ [ #908 ] ( https://github.com/fluxcd/image-reflector-controller/pull/908 )
24+ - Update fluxcd/pkg dependencies
25+ [ #906 ] ( https://github.com/fluxcd/image-reflector-controller/pull/906 )
26+
327## 1.2.0
428
529** Release date:** 2026-06-17
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.0
8+ newTag : v1.2.1
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.0
12+ github.com/fluxcd/image-reflector-controller/api v1.2.1
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