From 6819d7b83bfe76fca2d57c90cd35e0de3f19ff6d Mon Sep 17 00:00:00 2001 From: Sunny Date: Mon, 20 Mar 2023 15:33:12 +0000 Subject: [PATCH] Release v0.26.1 Signed-off-by: Sunny --- CHANGELOG.md | 15 +++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3dd549..c3a81d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.26.1 + +**Release date:** 2023-03-20 + +This prerelease fixes a bug in the reconcilers due to which an error log due to +some failure may contain previous successful reconciliation message. + +Fixes: +- Fix error logs with stale success message + [#357](https://github.com/fluxcd/image-reflector-controller/pull/357) + +Improvements: +- chore: migrate from k8s.gcr.io to registry.k8s.io + [#358](https://github.com/fluxcd/image-reflector-controller/pull/358) + ## 0.26.0 **Release date:** 2023-03-08 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index ca2818ca..4a45f7b3 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/image-reflector-controller newName: fluxcd/image-reflector-controller - newTag: v0.26.0 + newTag: v0.26.1 diff --git a/go.mod b/go.mod index 09ca050f..f2c4f97a 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 github.com/Masterminds/semver/v3 v3.2.0 github.com/dgraph-io/badger/v3 v3.2103.5 - github.com/fluxcd/image-reflector-controller/api v0.26.0 + github.com/fluxcd/image-reflector-controller/api v0.26.1 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/event v0.4.1 github.com/fluxcd/pkg/apis/meta v0.19.1