Skip to content

Commit 0ef6f98

Browse files
authored
Merge pull request #512 from fluxcd/release-v0.33.0
Release v0.33.0
2 parents 6e4174e + da9c442 commit 0ef6f98

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Changelog
22

3+
## 0.33.0
4+
5+
**Release date:** 2023-05-09
6+
7+
This prerelease comes with support for signing commits using password protected OpenPGP keys.
8+
9+
In addition, the controller dependencies have been updated to their latest
10+
versions.
11+
12+
Improvements:
13+
- Add support for commit signing PGP key passphrases
14+
[#510](https://github.com/fluxcd/image-automation-controller/pull/510)
15+
- Update dependencies
16+
[#511](https://github.com/fluxcd/image-automation-controller/pull/511)
17+
318
## 0.32.0
419

520
**Release date:** 2023-03-31
621

7-
This release updates the dependencies to their latest versions.
22+
This prerelease updates the dependencies to their latest versions.
823

924
In addition, the controller now supports horizontal scaling using sharding based on a label selector.
1025

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.32.0
8+
newTag: v0.33.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-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.32.0
13+
github.com/fluxcd/image-automation-controller/api v0.33.0
1414
github.com/fluxcd/image-reflector-controller/api v0.27.1
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)