Skip to content

Commit

Permalink
Merge pull request #962 from pjbgf/release-0.32.1
Browse files Browse the repository at this point in the history
Release v0.32.1
  • Loading branch information
Paulo Gomes authored Nov 18, 2022
2 parents 3095675 + a40b6df commit b2eb601
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.31.0
newTag: v0.32.1
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
)

0 comments on commit b2eb601

Please sign in to comment.