File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 0.32.1
6
+
7
+ ** Release date:** 2022-11-18
8
+
9
+ This prerelease rectifies the ` v0.32.0 ` release by retracting the previous Go
10
+ version, bumping the controller api version and the controller deployment.
11
+
5
12
## 0.32.0
6
13
7
14
** Release date:** 2022-11-17
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
newName : fluxcd/source-controller
9
- newTag : v0.31.0
9
+ newTag : v0.32.1
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
45
45
github.com/fluxcd/pkg/testserver v0.4.0
46
46
github.com/fluxcd/pkg/untar v0.2.0
47
47
github.com/fluxcd/pkg/version v0.2.0
48
- github.com/fluxcd/source-controller/api v0.31.0
48
+ github.com/fluxcd/source-controller/api v0.32.1
49
49
github.com/go-git/go-billy/v5 v5.3.1
50
50
github.com/go-logr/logr v1.2.3
51
51
github.com/google/go-containerregistry v0.12.1
@@ -404,3 +404,7 @@ require (
404
404
sigs.k8s.io/release-utils v0.7.3 // indirect
405
405
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
406
406
)
407
+
408
+ retract (
409
+ v0.32.0 // Refers to incorrect ./api version.
410
+ )
You can’t perform that action at this time.
0 commit comments