Skip to content

Commit

Permalink
Merge pull request #310 from fluxcd/release-v0.21.0
Browse files Browse the repository at this point in the history
Release v0.21.0
  • Loading branch information
stefanprodan authored Sep 9, 2022
2 parents 8cd9d54 + 47e9ee0 commit 51caa7f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.21.0

**Release date:** 2022-09-09

This prerelease comes with improvements to fuzzing.
In addition, the controller dependencies have been updated
to Kubernetes controller-runtime v0.12.

:warning: **Breaking change:** The controller logs have been aligned
with the Kubernetes structured logging. For more details on the new logging
structure please see: [fluxcd/flux2#3051](https://github.com/fluxcd/flux2/issues/3051).

Improvements:
* Align controller logs to Kubernetes structured logging
[#306](https://github.com/fluxcd/image-reflector-controller/pull/306)
* Refactor Fuzzers based on Go native fuzzing
[#308](https://github.com/fluxcd/image-reflector-controller/pull/308)
* Fuzz optimisations
[#307](https://github.com/fluxcd/image-reflector-controller/pull/307)

## 0.20.1

**Release date:** 2022-08-29
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.20.1
newTag: v0.21.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-20220903154154-e8044f6e4c72
github.com/Masterminds/semver/v3 v3.1.1
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/fluxcd/image-reflector-controller/api v0.20.1
github.com/fluxcd/image-reflector-controller/api v0.21.0
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/meta v0.15.0
github.com/fluxcd/pkg/oci v0.8.0
Expand Down

0 comments on commit 51caa7f

Please sign in to comment.