Skip to content

Commit

Permalink
Merge pull request #385 from pjbgf/release-v0.23.2
Browse files Browse the repository at this point in the history
Release v0.23.2
  • Loading branch information
Paulo Gomes authored Jun 8, 2022
2 parents 8d5ae79 + cb10164 commit 9f24443
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.23.2

**Release date:** 2022-06-08

This prerelease fixes a regression for SSH host key verification and
updates some dependencies.

In addition, the controller was updated to Kubernetes v1.24.1.

Fixes:
- Update github.com/fluxcd/source-controller v0.25.5
[#384](https://github.com/fluxcd/image-automation-controller/pull/384)

Improvements:
- Update dependencies
[#383](https://github.com/fluxcd/image-automation-controller/pull/383)

## 0.23.1

**Release date:** 2022-06-07
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.23.1
newTag: v0.23.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b
github.com/cyphar/filepath-securejoin v0.2.3
github.com/fluxcd/image-automation-controller/api v0.23.1
github.com/fluxcd/image-automation-controller/api v0.23.2
github.com/fluxcd/image-reflector-controller/api v0.19.1
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.14.2
Expand Down

0 comments on commit 9f24443

Please sign in to comment.