Skip to content

Commit 7889652

Browse files
authored
Merge pull request #497 from fluxcd/release-0.31.0
Release v0.31.0
2 parents 08598bb + e556517 commit 7889652

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.31.0
4+
5+
**Release date:** 2023-03-08
6+
7+
This release updates to Go version the controller is build with to 1.20, and
8+
updates the dependencies to their latest versions.
9+
10+
In addition, `klog` is now configured to log using the same logger as the rest
11+
of the controller (providing a consistent log format).
12+
13+
Improvements:
14+
- Update Go to 1.20
15+
[#492](https://github.com/fluxcd/image-automation-controller/pull/492)
16+
- Update dependencies
17+
[#494](https://github.com/fluxcd/image-automation-controller/pull/494)
18+
[#496](https://github.com/fluxcd/image-automation-controller/pull/496)
19+
- Use `logger.SetLogger` to also configure `klog`
20+
[#495](https://github.com/fluxcd/image-automation-controller/pull/495)
21+
322
## 0.30.0
423

524
**Release date:** 2023-02-16

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.30.0
8+
newTag: v0.31.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8
1111
github.com/cyphar/filepath-securejoin v0.2.3
1212
github.com/fluxcd/go-git/v5 v5.0.0-20221219190809-2e5c9d01cfc4
13-
github.com/fluxcd/image-automation-controller/api v0.30.0
13+
github.com/fluxcd/image-automation-controller/api v0.31.0
1414
github.com/fluxcd/image-reflector-controller/api v0.26.0
1515
github.com/fluxcd/pkg/apis/acl v0.1.0
1616
github.com/fluxcd/pkg/apis/event v0.4.1

0 commit comments

Comments
 (0)