File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.25.0
4+
5+ ** Release date:** 2022-09-12
6+
7+ This prerelease comes with improvements to fuzzing.
8+ In addition, the controller dependencies have been updated
9+ to Kubernetes controller-runtime v0.12.
10+
11+ :warning : ** Breaking change:** The controller logs have been aligned
12+ with the Kubernetes structured logging. For more details on the new logging
13+ structure please see: [ fluxcd/flux2 #3051 ] ( https://github.com/fluxcd/flux2/issues/3051 ) .
14+
15+ Improvements:
16+ - Align controller logs to Kubernetes structured logging
17+ [ #429 ] ( https://github.com/fluxcd/image-automation-controller/pull/429 )
18+ - Align output with source-controller on no-ops
19+ [ #431 ] ( https://github.com/fluxcd/image-automation-controller/pull/431 )
20+ - Refactor Fuzzers based on Go native fuzzing
21+ [ #432 ] ( https://github.com/fluxcd/image-automation-controller/pull/432 )
22+ - Update dependencies
23+ [ #434 ] ( https://github.com/fluxcd/image-automation-controller/pull/434 )
24+
325## 0.24.2
426
527** Release date:** 2022-08-29
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 newName : fluxcd/image-automation-controller
8- newTag : v0.24.2
8+ newTag : v0.25.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/Masterminds/sprig/v3 v3.2.2
2020 github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
2121 github.com/cyphar/filepath-securejoin v0.2.3
22- github.com/fluxcd/image-automation-controller/api v0.24.2
22+ github.com/fluxcd/image-automation-controller/api v0.25.0
2323 github.com/fluxcd/image-reflector-controller/api v0.21.0
2424 github.com/fluxcd/pkg/apis/acl v0.1.0
2525 github.com/fluxcd/pkg/apis/meta v0.15.0
You can’t perform that action at this time.
0 commit comments