From c06977cf0a999a74305c507deaab375734e032f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:13:19 +0100 Subject: [PATCH] Release v2.0.1 (#311) 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 184e5150..503732dd 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.1] - 2023-03-02 + ### Added - Use Kubernetes Events on `AWSCluster` CR for draining status updates. @@ -86,7 +88,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/v1.4.2...HEAD +[Unreleased]: https://github.com/giantswarm/node-operator/compare/v2.0.1...HEAD +[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 [1.4.1]: https://github.com/giantswarm/node-operator/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/giantswarm/node-operator/compare/v1.3.0...v1.4.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 45763745..0b69f071 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.0" + version = "2.0.1" ) func Description() string {