Skip to content

Commit

Permalink
Merge pull request #355 from fluxcd/release-0.26.0
Browse files Browse the repository at this point in the history
Release v0.26.0
  • Loading branch information
hiddeco authored Mar 8, 2023
2 parents e635af0 + ec6b0b4 commit 5194800
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.26.0

**Release date:** 2023-03-08

This prerelease re-instantiates the `--aws-autologin-for-ecr`,
`--gcp-autologin-for-gcr` and `--azure-autologin-for-acr` flags which became
deprecated in [`v0.25.0`](#0250), after receiving feedback of it complicating
upgrading gradually. The flags will now be removed in the future, and at least
one minor version after this release. We are sorry for any inconvenience this
may have caused.

In addition, `klog` is now configured to log using the same logger as the rest
of the controller (providing a consistent log format).

Lastly, the controller is now built with Go 1.20, and the dependencies have
been updated to their latest versions.

Improvements:
- Update Go to 1.20
[#347](https://github.com/fluxcd/image-reflector-controller/pull/347)
- Update dependencies
[#349](https://github.com/fluxcd/image-reflector-controller/pull/349)
[#351](https://github.com/fluxcd/image-reflector-controller/pull/351)
- Use `logger.SetLogger` to also configure `klog`
[#350](https://github.com/fluxcd/image-reflector-controller/pull/350)
- Fallback to autologin flags if no provider is specified
[#353](https://github.com/fluxcd/image-reflector-controller/pull/353)


## 0.25.0

**Release date:** 2023-02-16
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-reflector-controller
newName: fluxcd/image-reflector-controller
newTag: v0.25.0
newTag: v0.26.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.0
github.com/fluxcd/image-reflector-controller/api v0.26.0
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
Expand Down

0 comments on commit 5194800

Please sign in to comment.