From a56699c17b08eb258feeff05852bb712bf5e2928 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 19 Aug 2024 14:17:00 +0300 Subject: [PATCH] Release v0.10.0 (#148) --- 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 b77a2744..dc243494 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.10.0] - 2024-08-19 + ### Added - Added tbot feature flag, enabled with `--tbot` flag @@ -130,7 +132,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.3...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/giantswarm/teleport-operator/compare/v0.9.3...v0.10.0 [0.9.3]: https://github.com/giantswarm/teleport-operator/compare/v0.9.2...v0.9.3 [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 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index 89a09aad..53508f39 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.9.3 +version: 0.10.0 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1