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 11# Changelog
22
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+
316## 0.23.0
417
518** Release date:** 2022-06-02
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 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 (
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.0
11+ github.com/fluxcd/image-automation-controller/api v0.23.1
1212 github.com/fluxcd/image-reflector-controller/api v0.19.0
1313 github.com/fluxcd/pkg/apis/acl v0.0.3
1414 github.com/fluxcd/pkg/apis/meta v0.14.1
You can’t perform that action at this time.
0 commit comments