Skip to content

Commit b2eb601

Browse files
author
Paulo Gomes
authored
Merge pull request #962 from pjbgf/release-0.32.1
Release v0.32.1
2 parents 3095675 + a40b6df commit b2eb601

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 1 deletion
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)