From 52b9f5e3fd29a1624342bcf54591cda1bfe8304a Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Fri, 11 Oct 2024 11:51:46 +0200 Subject: [PATCH] Release v0.11.1 (#164) --- 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 2d8c5ceb..0df936eb 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.11.1] - 2024-10-11 + ### Fixed - Set only `kube` by default to aviod issues when no apps are set. @@ -148,7 +150,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.11.0...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.11.1...HEAD +[0.11.1]: https://github.com/giantswarm/teleport-operator/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/giantswarm/teleport-operator/compare/v0.10.0...v0.11.0 [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 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index 2785b669..199397ed 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.11.0 +version: 0.11.1 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1