From aeda4e70a606e0927ef48af97b0c6e9f834814ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 12:58:12 +0200 Subject: [PATCH] release v8.8.0 (#2675) Co-authored-by: github-actions Co-authored-by: calvix --- CHANGELOG.md | 7 ++++++- pkg/project/project.go | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 222fc837d9..c43e8d3448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.8.0] - 2020-08-14 + +- New version for a new kubernetes release. + ## [8.7.6] - 2020-08-14 ### Added @@ -212,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v8.7.6...HEAD +[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v8.8.0...HEAD +[8.8.0]: https://github.com/giantswarm/aws-operator/compare/v8.7.6...v8.8.0 [8.7.6]: https://github.com/giantswarm/aws-operator/compare/v8.7.5...v8.7.6 [8.7.5]: https://github.com/giantswarm/aws-operator/compare/v8.7.4...v8.7.5 [8.7.4]: https://github.com/giantswarm/aws-operator/compare/v8.7.3...v8.7.4 diff --git a/pkg/project/project.go b/pkg/project/project.go index 20fe70f76c..49da9501ee 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name string = "aws-operator" source string = "https://github.com/giantswarm/aws-operator" - version = "8.7.6" + version = "8.8.0" ) func Description() string {