From 73db033913ec0e994c586962b3cfa7974015749d Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 8 May 2024 13:31:55 +0200 Subject: [PATCH] Release v0.9.3 (#90) --- 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 eb2a3b45..f00f39f0 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.3] - 2024-05-08 + ### Changed - Increase token validity for node and kube agents @@ -123,7 +125,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.2...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.9.3...HEAD +[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 [0.9.0]: https://github.com/giantswarm/teleport-operator/compare/v0.8.4...v0.9.0 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index df4ffdad..89a09aad 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.9.2 +version: 0.9.3 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1