Skip to content

Commit a40b6df

Browse files
author
Paulo Gomes
committed
Release v0.32.1
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 3095675 commit a40b6df

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project are documented in this file.
44

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+
512
## 0.32.0
613

714
**Release date:** 2022-11-17

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.31.0
9+
newTag: v0.32.1

go.mod

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/fluxcd/pkg/testserver v0.4.0
4646
github.com/fluxcd/pkg/untar v0.2.0
4747
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
4949
github.com/go-git/go-billy/v5 v5.3.1
5050
github.com/go-logr/logr v1.2.3
5151
github.com/google/go-containerregistry v0.12.1
@@ -404,3 +404,7 @@ require (
404404
sigs.k8s.io/release-utils v0.7.3 // indirect
405405
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
406406
)
407+
408+
retract (
409+
v0.32.0 // Refers to incorrect ./api version.
410+
)

0 commit comments

Comments
 (0)