From 9e2a90460f94888558831a438079c1091827f191 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:54:54 +0200 Subject: [PATCH] Release v2.1.0 (#327) 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 695602b8..58d33566 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.1.0] - 2023-07-04 + ### Changed - Add Service Monitor. @@ -100,7 +102,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.3...HEAD +[Unreleased]: https://github.com/giantswarm/node-operator/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/giantswarm/node-operator/compare/v2.0.3...v2.1.0 [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 diff --git a/pkg/project/project.go b/pkg/project/project.go index a665fabd..6829c704 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" + version = "2.1.0" ) func Description() string {