Skip to content

Commit 1563970

Browse files
authored
Merge pull request #436 from fluxcd/release-v0.25.0
Release v0.25.0
2 parents b7ac0fc + 9d12550 commit 1563970

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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

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-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.24.2
8+
newTag: v0.25.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)