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
You can’t perform that action at this time.
0 commit comments