Skip to content

Commit 8b869b2

Browse files
author
Paulo Gomes
authored
Merge pull request #381 from pjbgf/update-sc-0254
Release v0.23.1
2 parents c64147d + 28f5045 commit 8b869b2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

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.0
8+
newTag: v0.23.1

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.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

0 commit comments

Comments
 (0)