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.0.1
4+
5+ ** Release date:** 2025-09-20
6+
7+ This patch release fixes the ImagePolicy controller not watching
8+ reconcile requests performed by adding the reconcile annotation
9+ to the object.
10+
11+ Fixes:
12+ - Fix controllers not watching reconcile requests from annotations
13+ [ #824 ] ( https://github.com/fluxcd/image-reflector-controller/pull/824 )
14+
315## 1.0.0
416
517** Release date:** 2025-09-15
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.0.0
8+ newTag : v1.0.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/Masterminds/semver/v3 v3.4.0
1010 github.com/dgraph-io/badger/v4 v4.8.0
1111 github.com/elazarl/goproxy v1.7.2
12- github.com/fluxcd/image-reflector-controller/api v1.0.0
12+ github.com/fluxcd/image-reflector-controller/api v1.0.1
1313 github.com/fluxcd/pkg/apis/acl v0.9.0
1414 github.com/fluxcd/pkg/apis/event v0.19.0
1515 github.com/fluxcd/pkg/apis/meta v1.21.0
You can’t perform that action at this time.
0 commit comments