File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.21.2
4
+
5
+ ** Release date:** 2022-03-28
6
+
7
+ This prerelease improves on the experimental managed transport's overall
8
+ stability. Changes of note:
9
+ - SSH connections now being reused across git operations.
10
+ - Leaked HTTP connections are now fixed.
11
+ - The long-standing SSH intermittent errors are addressed by the cached connections.
12
+
13
+ Fixes:
14
+ - Update source controller to v0.22.4
15
+ [ #337 ] ( https://github.com/fluxcd/image-automation-controller/pull/337 )
16
+
3
17
## 0.21.1
4
18
5
19
** Release date:** 2022-03-23
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/image-automation-controller
7
7
newName : fluxcd/image-automation-controller
8
- newTag : v0.21.1
8
+ newTag : v0.21.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/Masterminds/sprig/v3 v3.2.2
9
9
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
10
10
github.com/cyphar/filepath-securejoin v0.2.3
11
- github.com/fluxcd/image-automation-controller/api v0.21.1
11
+ github.com/fluxcd/image-automation-controller/api v0.21.2
12
12
// If you bump this, change REFLECTOR_VER in the Makefile to match
13
13
github.com/fluxcd/image-reflector-controller/api v0.17.1
14
14
github.com/fluxcd/pkg/apis/acl v0.0.3
You can’t perform that action at this time.
0 commit comments