From 1eb0a3d8a369643252cca46be2d3ebeb05540520 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 13:58:18 +0100 Subject: [PATCH] Release v1.4.2 (#301) 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 5c160352..d73427d6 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] +## [1.4.2] - 2022-12-06 + ### Fixed - Ignore `cert-exporter-deployment.` @@ -74,7 +76,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.1...HEAD +[Unreleased]: https://github.com/giantswarm/node-operator/compare/v1.4.2...HEAD +[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 [1.3.0]: https://github.com/giantswarm/node-operator/compare/v1.2.1...v1.3.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 84dc05f7..3c4f365e 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 = "1.4.2-dev" + version = "1.4.2" ) func Description() string {