File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.26.1
4+
5+ ** Release date:** 2023-03-20
6+
7+ This prerelease fixes a bug in the reconcilers due to which an error log due to
8+ some failure may contain previous successful reconciliation message.
9+
10+ Fixes:
11+ - Fix error logs with stale success message
12+ [ #357 ] ( https://github.com/fluxcd/image-reflector-controller/pull/357 )
13+
14+ Improvements:
15+ - chore: migrate from k8s.gcr.io to registry.k8s.io
16+ [ #358 ] ( https://github.com/fluxcd/image-reflector-controller/pull/358 )
17+
318## 0.26.0
419
520** Release date:** 2023-03-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 : v0.26.0
8+ newTag : v0.26.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
99 github.com/Masterminds/semver/v3 v3.2.0
1010 github.com/dgraph-io/badger/v3 v3.2103.5
11- github.com/fluxcd/image-reflector-controller/api v0.26.0
11+ github.com/fluxcd/image-reflector-controller/api v0.26.1
1212 github.com/fluxcd/pkg/apis/acl v0.1.0
1313 github.com/fluxcd/pkg/apis/event v0.4.1
1414 github.com/fluxcd/pkg/apis/meta v0.19.1
You can’t perform that action at this time.
0 commit comments