Skip to content

Commit 5194800

Browse files
authored
Merge pull request #355 from fluxcd/release-0.26.0
Release v0.26.0
2 parents e635af0 + ec6b0b4 commit 5194800

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 0.26.0
4+
5+
**Release date:** 2023-03-08
6+
7+
This prerelease re-instantiates the `--aws-autologin-for-ecr`,
8+
`--gcp-autologin-for-gcr` and `--azure-autologin-for-acr` flags which became
9+
deprecated in [`v0.25.0`](#0250), after receiving feedback of it complicating
10+
upgrading gradually. The flags will now be removed in the future, and at least
11+
one minor version after this release. We are sorry for any inconvenience this
12+
may have caused.
13+
14+
In addition, `klog` is now configured to log using the same logger as the rest
15+
of the controller (providing a consistent log format).
16+
17+
Lastly, the controller is now built with Go 1.20, and the dependencies have
18+
been updated to their latest versions.
19+
20+
Improvements:
21+
- Update Go to 1.20
22+
[#347](https://github.com/fluxcd/image-reflector-controller/pull/347)
23+
- Update dependencies
24+
[#349](https://github.com/fluxcd/image-reflector-controller/pull/349)
25+
[#351](https://github.com/fluxcd/image-reflector-controller/pull/351)
26+
- Use `logger.SetLogger` to also configure `klog`
27+
[#350](https://github.com/fluxcd/image-reflector-controller/pull/350)
28+
- Fallback to autologin flags if no provider is specified
29+
[#353](https://github.com/fluxcd/image-reflector-controller/pull/353)
30+
31+
332
## 0.25.0
433

534
**Release date:** 2023-02-16

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

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.25.0
11+
github.com/fluxcd/image-reflector-controller/api v0.26.0
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)