From 395efcf1c716ffe0d0ceb99145092765e144397f Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 13 Jun 2024 16:19:50 +0300 Subject: [PATCH] Release v1.1.0 (#203) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41012d..81f2d60 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] +## [1.1.0] - 2024-06-13 + ### Fixed - Switched to using `sigs.k8s.io/yaml` for yaml parsing. @@ -381,7 +383,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added initial framework layout - Added Kubernetes client extended from controller-runtime client -[Unreleased]: https://github.com/giantswarm/clustertest/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/giantswarm/clustertest/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/giantswarm/clustertest/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/giantswarm/clustertest/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/giantswarm/clustertest/compare/v0.22.0...v1.0.0 [0.22.0]: https://github.com/giantswarm/clustertest/compare/v0.21.0...v0.22.0