Skip to content

Commit

Permalink
Merge pull request #436 from fluxcd/release-v0.25.0
Browse files Browse the repository at this point in the history
Release v0.25.0
  • Loading branch information
stefanprodan authored Sep 12, 2022
2 parents b7ac0fc + 9d12550 commit 1563970
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.25.0

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

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
[#429](https://github.com/fluxcd/image-automation-controller/pull/429)
- Align output with source-controller on no-ops
[#431](https://github.com/fluxcd/image-automation-controller/pull/431)
- Refactor Fuzzers based on Go native fuzzing
[#432](https://github.com/fluxcd/image-automation-controller/pull/432)
- Update dependencies
[#434](https://github.com/fluxcd/image-automation-controller/pull/434)

## 0.24.2

**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-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.24.2
newTag: v0.25.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
github.com/cyphar/filepath-securejoin v0.2.3
github.com/fluxcd/image-automation-controller/api v0.24.2
github.com/fluxcd/image-automation-controller/api v0.25.0
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
Expand Down

0 comments on commit 1563970

Please sign in to comment.