Merge pull request #962 from pjbgf/release-0.32.1

Release v0.32.1
This commit is contained in:
Paulo Gomes 2022-11-18 10:39:26 +00:00 committed by GitHub
commit b2eb601ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project are documented in this file.
## 0.32.1
**Release date:** 2022-11-18
This prerelease rectifies the `v0.32.0` release by retracting the previous Go
version, bumping the controller api version and the controller deployment.
## 0.32.0
**Release date:** 2022-11-17

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.31.0
newTag: v0.32.1

6
go.mod
View File

@ -45,7 +45,7 @@ require (
github.com/fluxcd/pkg/testserver v0.4.0
github.com/fluxcd/pkg/untar v0.2.0
github.com/fluxcd/pkg/version v0.2.0
github.com/fluxcd/source-controller/api v0.31.0
github.com/fluxcd/source-controller/api v0.32.1
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-logr/logr v1.2.3
github.com/google/go-containerregistry v0.12.1
@ -404,3 +404,7 @@ require (
sigs.k8s.io/release-utils v0.7.3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)
retract (
v0.32.0 // Refers to incorrect ./api version.
)