Skip to content

Commit 28f54ad

Browse files
authored
Merge pull request #910 from fluxcd/release-v1.2.1
Release v1.2.1
2 parents c9555d3 + 72569e0 commit 28f54ad

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

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

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.0
8+
newTag: v1.2.1

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.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

0 commit comments

Comments
 (0)