From 28f5045ce4c53141c8717e453e7d4e4635704c6b Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Tue, 7 Jun 2022 16:54:45 +0100 Subject: [PATCH] Release v0.23.1 Signed-off-by: Paulo Gomes --- CHANGELOG.md | 13 +++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adec191..cef3a84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.23.1 + +**Release date:** 2022-06-07 + +This prerelease fixes a regression when accessing Gitlab via HTTPS +when the URL does not have the '.git' suffix and updates dependencies. + +Improvements: +- Update dependencies and source-controller to v0.25.4 + [#380](https://github.com/fluxcd/image-automation-controller/pull/380) +- Update source-controller/api to v0.25.2 + [#377](https://github.com/fluxcd/image-automation-controller/pull/377) + ## 0.23.0 **Release date:** 2022-06-02 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3575ccde..d8206ab9 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/image-automation-controller newName: fluxcd/image-automation-controller - newTag: v0.23.0 + newTag: v0.23.1 diff --git a/go.mod b/go.mod index 178d5639..d8642db8 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/Masterminds/sprig/v3 v3.2.2 github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b github.com/cyphar/filepath-securejoin v0.2.3 - github.com/fluxcd/image-automation-controller/api v0.23.0 + github.com/fluxcd/image-automation-controller/api v0.23.1 github.com/fluxcd/image-reflector-controller/api v0.19.0 github.com/fluxcd/pkg/apis/acl v0.0.3 github.com/fluxcd/pkg/apis/meta v0.14.1