From a905da3c9c3af6bf77bb19977afcd0cb2170d12c Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 25 Apr 2024 11:55:52 +0100 Subject: [PATCH] Release v1.38.0 (#270) Co-authored-by: Mario Nitchev --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 710825e2..a8bb0eb9 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.38.0] - 2024-04-25 + ### Changed - CAPZ: Change Helm values structure where root-level properties are moved to `.Values.global`. @@ -505,7 +507,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Example common tests - Dockerfile for running tests in CI -[Unreleased]: https://github.com/giantswarm/cluster-test-suites/compare/v1.37.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-test-suites/compare/v1.38.0...HEAD +[1.38.0]: https://github.com/giantswarm/cluster-test-suites/compare/v1.37.0...v1.38.0 [1.37.0]: https://github.com/giantswarm/cluster-test-suites/compare/v1.36.0...v1.37.0 [1.36.0]: https://github.com/giantswarm/cluster-test-suites/compare/v1.35.0...v1.36.0 [1.35.0]: https://github.com/giantswarm/cluster-test-suites/compare/v1.34.0...v1.35.0