File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.23.1
4
+
5
+ ** Release date:** 2022-06-07
6
+
7
+ This prerelease fixes a regression when accessing Gitlab via HTTPS
8
+ when the URL does not have the '.git' suffix and updates dependencies.
9
+
10
+ Improvements:
11
+ - Update dependencies and source-controller to v0.25.4
12
+ [ #380 ] ( https://github.com/fluxcd/image-automation-controller/pull/380 )
13
+ - Update source-controller/api to v0.25.2
14
+ [ #377 ] ( https://github.com/fluxcd/image-automation-controller/pull/377 )
15
+
3
16
## 0.23.0
4
17
5
18
** Release date:** 2022-06-02
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.23.0
8
+ newTag : v0.23.1
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-20220517143526-88bb52951d5b
10
10
github.com/cyphar/filepath-securejoin v0.2.3
11
- github.com/fluxcd/image-automation-controller/api v0.23.0
11
+ github.com/fluxcd/image-automation-controller/api v0.23.1
12
12
github.com/fluxcd/image-reflector-controller/api v0.19.0
13
13
github.com/fluxcd/pkg/apis/acl v0.0.3
14
14
github.com/fluxcd/pkg/apis/meta v0.14.1
You can’t perform that action at this time.
0 commit comments