Skip to content

Commit

Permalink
Release v1.3.0 (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Jan 3, 2022
1 parent be2bc67 commit 70aa7c1
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]

## [1.3.0] - 2022-01-03

### Changed

- Use `RenewSelf` instead of `LookupSelf` to prevent expiration of `Vault token`.
Expand Down Expand Up @@ -83,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release.

[Unreleased]: https:/giantswarm/cert-operator/compare/v1.2.0...HEAD
[Unreleased]: https:/giantswarm/cert-operator/compare/v1.3.0...HEAD
[1.3.0]: https:/giantswarm/cert-operator/compare/v1.2.0...v1.3.0
[1.2.0]: https:/giantswarm/cert-operator/compare/v1.1.0...v1.2.0
[1.1.0]: https:/giantswarm/cert-operator/compare/v1.0.1...v1.1.0
[1.0.1]: https:/giantswarm/cert-operator/compare/v1.0.0...v1.0.1
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:/giantswarm/cert-operator"
version = "1.2.1-dev"
version = "1.3.0"
)

func Description() string {
Expand Down

0 comments on commit 70aa7c1

Please sign in to comment.