From 74fb22d9ee2cffc9bbc4c16f8f928a4fa090a0a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 17:10:48 +0200 Subject: [PATCH] Release v2.3.0 (#206) 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 d790c2f9..732af7e7 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] +## [2.3.0] - 2021-07-19 + ### Changed - Disabled etcd v2 backup for Azure and AWS. @@ -95,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. -[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v2.2.1...HEAD +[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v2.2.1...v2.3.0 [2.2.1]: https://github.com/giantswarm/etcd-backup-operator/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v2.0.1...v2.1.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index b2489ec4..4ec67a32 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "etcd-backup-operator" source = "https://github.com/giantswarm/etcd-backup-operator" - version = "2.2.2-dev" + version = "2.3.0" ) func Description() string {