From 52b8876b67be4e5c0994cad4ddfb7714aa34479f Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 7 May 2024 12:02:55 +0200 Subject: [PATCH] Release v0.9.2 (#86) --- CHANGELOG.md | 5 ++++- helm/teleport-operator/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4df198c..2330179f 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] +## [0.9.2] - 2024-05-07 + ### Added - Added affinity and tolerations for operators' deployments to run on control-plane @@ -117,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2023-08-09 -[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.9.2...HEAD +[0.9.2]: https://github.com/giantswarm/teleport-operator/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/giantswarm/teleport-operator/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/giantswarm/teleport-operator/compare/v0.8.4...v0.9.0 [0.8.4]: https://github.com/giantswarm/teleport-operator/compare/v0.8.3...v0.8.4 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index c153caa9..df4ffdad 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.9.1 +version: 0.9.2 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1