From 1190cbc769e8a28482cc93b02585f289554419b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 13:48:28 +0100 Subject: [PATCH] Release v2.0.3 (#317) 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 39f50294..8da5eccf 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.0.3] - 2023-03-03 + ## [2.0.3] - 2023-03-02 - Changed the DrainingConfig status to `Drained` instead of `Timeout` @@ -94,7 +96,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Push `node-operator` chart into `control-plane` catalog instead of quay.io. - Push `node-operator` app CRs into `-app-collection` repository. -[Unreleased]: https://github.com/giantswarm/node-operator/compare/v2.0.2...HEAD +[Unreleased]: https://github.com/giantswarm/node-operator/compare/v2.0.3...HEAD +[2.0.3]: https://github.com/giantswarm/node-operator/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/giantswarm/node-operator/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/giantswarm/node-operator/compare/v1.4.2...v2.0.1 [1.4.2]: https://github.com/giantswarm/node-operator/compare/v1.4.1...v1.4.2 diff --git a/pkg/project/project.go b/pkg/project/project.go index d080620b..a665fabd 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "node-operator" source = "https://github.com/giantswarm/node-operator" - version = "2.0.3-dev" + version = "2.0.3" ) func Description() string {