Skip to content

Commit

Permalink
Merge pull request #512 from fluxcd/release-v0.33.0
Browse files Browse the repository at this point in the history
Release v0.33.0
  • Loading branch information
stefanprodan authored May 9, 2023
2 parents 6e4174e + da9c442 commit 0ef6f98
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# Changelog

## 0.33.0

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

This prerelease comes with support for signing commits using password protected OpenPGP keys.

In addition, the controller dependencies have been updated to their latest
versions.

Improvements:
- Add support for commit signing PGP key passphrases
[#510](https://github.com/fluxcd/image-automation-controller/pull/510)
- Update dependencies
[#511](https://github.com/fluxcd/image-automation-controller/pull/511)

## 0.32.0

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

This release updates the dependencies to their latest versions.
This prerelease updates the dependencies to their latest versions.

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

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.32.0
newTag: v0.33.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756
github.com/cyphar/filepath-securejoin v0.2.3
github.com/fluxcd/go-git/v5 v5.0.0-20221219190809-2e5c9d01cfc4
github.com/fluxcd/image-automation-controller/api v0.32.0
github.com/fluxcd/image-automation-controller/api v0.33.0
github.com/fluxcd/image-reflector-controller/api v0.27.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.4.1
Expand Down

0 comments on commit 0ef6f98

Please sign in to comment.