Skip to content

Commit eafea0d

Browse files
committed
Release v0.33.1
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 18f2156 commit eafea0d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## 0.33.1
4+
5+
**Release date:** 2023-05-12
6+
7+
This prerelease comes with updates to the controller dependencies
8+
to patch CVE-2023-1732.
9+
10+
In addition, the controller base image has been updated to Alpine 3.18.
11+
12+
Improvements:
13+
- Update Alpine to 3.18
14+
[#513](https://github.com/fluxcd/image-automation-controller/pull/513)
15+
- Update dependencies
16+
[#516](https://github.com/fluxcd/image-automation-controller/pull/516)
17+
- build(deps): bump github.com/cloudflare/circl from 1.3.2 to 1.3.3
18+
[#515](https://github.com/fluxcd/image-automation-controller/pull/515)
19+
320
## 0.33.0
421

522
**Release date:** 2023-05-09

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.33.0
8+
newTag: v0.33.1

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-20230426101702-58e86b294756
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.33.0
13+
github.com/fluxcd/image-automation-controller/api v0.33.1
1414
github.com/fluxcd/image-reflector-controller/api v0.27.2
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)