File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.3
4+
5+ ** Release date:** 2025-10-28
6+
7+ This patch release fixes support for SOCKS5 proxy in the controller APIs
8+ and implements automated retries for ` ImagePolicy ` when no image tags
9+ are found in the database.
10+
11+ Fixes:
12+ - Retry policy resolution when no tags found in database
13+ [ #845 ] ( https://github.com/fluxcd/image-reflector-controller/pull/845 )
14+ - Restore SOCKS5 proxy support
15+ [ #840 ] ( https://github.com/fluxcd/image-reflector-controller/pull/840 )
16+
317## 1.0.2
418
519** Release date:** 2025-10-08
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.2
8+ newTag : v1.0.3
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.2
12+ github.com/fluxcd/image-reflector-controller/api v1.0.3
1313 github.com/fluxcd/pkg/apis/acl v0.9.0
1414 github.com/fluxcd/pkg/apis/event v0.20.0
1515 github.com/fluxcd/pkg/apis/meta v1.22.0
You can’t perform that action at this time.
0 commit comments