From 9b7ddf472c7f1e72395fb0967ac5e25612c077f5 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 28 Nov 2023 11:05:53 +0100 Subject: [PATCH] Release v0.7.0 (#41) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Release v0.7.0 * Update CHANGELOG.md --------- Co-authored-by: Paweł Kopiczko --- CHANGELOG.md | 7 +++++-- helm/teleport-operator/Chart.yaml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8776e6e..83889207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2023-11-28 + ### Changed -- Remove `-bot` suffix from tbot token name. +- Replace `-bot` suffix with `bot-` rpefix in tbot token name. ## [0.6.0] - 2023-11-21 @@ -61,7 +63,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.6.0...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/giantswarm/teleport-operator/compare/v0.6.0...v0.7.0 [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 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index a52aad1a..e91deff4 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.6.0 +version: 0.7.0 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1