Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Release v3.2.1-patch1
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot committed Apr 17, 2024
1 parent 5cdfe7c commit 89b6b93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.1-patch1] - 2024-04-17

### Added

- Add global.podSecurityStandards.enforced value for PSS migration.
Expand Down Expand Up @@ -152,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release.

[Unreleased]: https://github.com/giantswarm/cert-operator/compare/v3.2.1...HEAD
[Unreleased]: https://github.com/giantswarm/cert-operator/compare/v3.2.1-patch1...HEAD
[3.2.1-patch1]: https://github.com/giantswarm/cert-operator/compare/v3.2.1...v3.2.1-patch1
[3.2.1]: https://github.com/giantswarm/cert-operator/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/giantswarm/cert-operator/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/giantswarm/cert-operator/compare/v3.0.1...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name string = "cert-operator"
source string = "https://github.com/giantswarm/cert-operator"
//version = "3.2.1"
//version = "3.2.1-patch1"
)

func Description() string {
Expand Down

0 comments on commit 89b6b93

Please sign in to comment.