From 36a801f6a27203702af0b588b5b4057e2ee3e878 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 09:34:59 +0200 Subject: [PATCH] release v8.7.9 (#2762) 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 a17132e259..b3303b6e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.7.9] - 2020-09-23 + ### Fixed - Update flatcar AMI for China @@ -229,7 +231,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.8...HEAD +[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v8.7.9...HEAD +[8.7.9]: https://github.com/giantswarm/aws-operator/compare/v8.7.8...v8.7.9 [8.7.8]: https://github.com/giantswarm/aws-operator/compare/v8.7.7...v8.7.8 [8.7.7]: https://github.com/giantswarm/aws-operator/compare/v8.7.6...v8.7.7 [8.7.6]: https://github.com/giantswarm/aws-operator/compare/v8.7.5...v8.7.6 diff --git a/pkg/project/project.go b/pkg/project/project.go index 0ad09d9216..47c5b4417a 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.9-dev" + version = "8.7.9" ) func Description() string {