From 83d69924644d03447ec7d8bd44632dd136d230c1 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 6 Nov 2023 19:21:12 +0100 Subject: [PATCH] Release v4.4.2 (#417) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1867cf..c1a605f7 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.4.2] - 2023-11-06 + - Add PolicyException to `etcd-backup-operator-scheduler`. ## [4.4.1] - 2023-10-23 @@ -259,7 +261,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.4.1...HEAD +[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.2...HEAD +[4.4.2]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.1...v4.4.2 [4.4.1]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.0...v4.4.1 [4.4.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.3.1...v4.4.0 [4.3.1]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.3.0...v4.3.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 9c0cf213..4d1ce07b 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.4.2-dev" + version = "4.4.2" ) func Description() string {