From cbc8e7607ce89e3489d57032552de305750876ef Mon Sep 17 00:00:00 2001 From: taylorbot Date: Tue, 21 Nov 2023 10:57:38 +0000 Subject: [PATCH] Release v0.6.0 --- 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 a4c73cfe..a3817a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2023-11-21 + ### Added - Adds support for Teleport Machine ID Bot for short-lived certificate for Teleport Cluster access. @@ -55,7 +57,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.5.0...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/giantswarm/teleport-operator/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/giantswarm/teleport-operator/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/giantswarm/teleport-operator/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/giantswarm/teleport-operator/compare/v0.2.1...v0.3.0 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index d20c450c..a52aad1a 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.5.0 +version: 0.6.0 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1