From 70aa7c14315d6b3ea74b221d06b21cd660c03058 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 16:14:03 +0100 Subject: [PATCH] Release v1.3.0 (#486) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac5be4f7..1679b4890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -83,7 +85,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/v1.2.0...HEAD +[Unreleased]: https://github.com/giantswarm/cert-operator/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/giantswarm/cert-operator/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/giantswarm/cert-operator/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/giantswarm/cert-operator/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/giantswarm/cert-operator/compare/v1.0.0...v1.0.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 60dfcb8bd..330a3a970 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name string = "cert-operator" source string = "https://github.com/giantswarm/cert-operator" - version = "1.2.1-dev" + version = "1.3.0" ) func Description() string {