Skip to content

Commit 7b8e6ba

Browse files
authored
Merge pull request #359 from fluxcd/release-0.26.1
Release v0.26.1
2 parents eab02e9 + 6819d7b commit 7b8e6ba

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

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: v0.26.0
8+
newTag: v0.26.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)