From a6fa7488cfe694d90040608f2dd362b37f913e0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 11:34:55 +0200 Subject: [PATCH] release v9.1.0 (#2756) 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 6ed9a29a8c..bd8ff8053c 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] +## [9.1.0] - 2020-09-22 + - Update AWS CNI manifests - Disable Calico CNI binaries installation @@ -258,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v9.0.1...HEAD +[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v9.1.0...HEAD +[9.1.0]: https://github.com/giantswarm/aws-operator/compare/v9.0.1...v9.1.0 [9.0.1]: https://github.com/giantswarm/aws-operator/compare/v9.0.0...v9.0.1 [9.0.0]: https://github.com/giantswarm/aws-operator/compare/v8.8.0...v9.0.0 [8.8.0]: https://github.com/giantswarm/aws-operator/compare/v8.7.6...v8.8.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index f0919c99e4..83af0a957d 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 = "9.0.2-dev" + version = "9.1.0" ) func Description() string {