From 1cb0c56f75a83b53c32f463480ca2a35962776b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 17:42:35 +0100 Subject: [PATCH] Release v4.1.0 (#358) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 994b6354..1c0599b4 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] +## [4.1.0] - 2022-11-02 + ### Changed - Added option to set pod's `priorityClassName`. @@ -210,7 +212,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/v4.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.0.0...v4.1.0 [4.0.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v3.2.0...v4.0.0 [3.2.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v3.0.1...v3.1.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index dd5cad1a..d5daff8f 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 = "4.0.1-dev" + version = "4.1.0" ) func Description() string {