commit
b2eb601ba7
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
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
|
## 0.32.0
|
||||||
|
|
||||||
**Release date:** 2022-11-17
|
**Release date:** 2022-11-17
|
||||||
|
|
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/source-controller
|
- name: fluxcd/source-controller
|
||||||
newName: fluxcd/source-controller
|
newName: fluxcd/source-controller
|
||||||
newTag: v0.31.0
|
newTag: v0.32.1
|
||||||
|
|
6
go.mod
6
go.mod
|
@ -45,7 +45,7 @@ require (
|
||||||
github.com/fluxcd/pkg/testserver v0.4.0
|
github.com/fluxcd/pkg/testserver v0.4.0
|
||||||
github.com/fluxcd/pkg/untar v0.2.0
|
github.com/fluxcd/pkg/untar v0.2.0
|
||||||
github.com/fluxcd/pkg/version 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-git/go-billy/v5 v5.3.1
|
||||||
github.com/go-logr/logr v1.2.3
|
github.com/go-logr/logr v1.2.3
|
||||||
github.com/google/go-containerregistry v0.12.1
|
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/release-utils v0.7.3 // indirect
|
||||||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
|
retract (
|
||||||
|
v0.32.0 // Refers to incorrect ./api version.
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue