From 454e68234d182c62fa2d954166e5ee4e22830bd4 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 1 Apr 2024 15:22:13 +0300 Subject: [PATCH] Release v0.9.0 (#78) Co-authored-by: Puru <5674762+tuladhar@users.noreply.github.com> --- 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 91aeccce..7bc4eb38 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.0] - 2024-03-21 + ### Changed - Updated `tbot` deployment to use standalone `tbot` image (smaller image size) @@ -105,7 +107,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.8.4...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.9.0...HEAD +[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 [0.8.3]: https://github.com/giantswarm/teleport-operator/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/giantswarm/teleport-operator/compare/v0.8.1...v0.8.2 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index 9562756a..725e11d2 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.8.4 +version: 0.9.0 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1