Skip to content

Commit dd2a323

Browse files
authored
Merge pull request #395 from fluxcd/release-v0.23.3
Release v0.23.3
2 parents cb5f15b + 222e530 commit dd2a323

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## 0.23.3
4+
5+
**Release date:** 2022-06-22
6+
7+
This prerelease adds a new flag for configuring the SSH host key algorithms and
8+
updates the source-controller dependency to v0.25.7, which fixes a deadlock
9+
scenario in the SSH managed transport and some SSH connection leak issues.
10+
11+
Improvements:
12+
- Update source-controller to v0.25.7
13+
[#393](https://github.com/fluxcd/image-automation-controller/pull/393)
14+
- build: enable -race for go test
15+
[#389](https://github.com/fluxcd/image-automation-controller/pull/389)
16+
- Add new flag --ssh-hostkey-algos
17+
[#388](https://github.com/fluxcd/image-automation-controller/pull/388)
18+
319
## 0.23.2
420

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

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.23.2
8+
newTag: v0.23.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Masterminds/sprig/v3 v3.2.2
99
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b
1010
github.com/cyphar/filepath-securejoin v0.2.3
11-
github.com/fluxcd/image-automation-controller/api v0.23.2
11+
github.com/fluxcd/image-automation-controller/api v0.23.3
1212
github.com/fluxcd/image-reflector-controller/api v0.19.1
1313
github.com/fluxcd/pkg/apis/acl v0.0.3
1414
github.com/fluxcd/pkg/apis/meta v0.14.2

0 commit comments

Comments
 (0)