diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a0549a..c7cb83c5 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.68.0] - 2024-03-27 + ### Changed - Chart: Bump `cluster` to v0.16.0. @@ -1242,7 +1244,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.67.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.68.0...HEAD +[0.68.0]: https://github.com/giantswarm/cluster-aws/compare/v0.67.0...v0.68.0 [0.67.0]: https://github.com/giantswarm/cluster-aws/compare/v0.66.1...v0.67.0 [0.66.1]: https://github.com/giantswarm/cluster-aws/compare/v0.66.0...v0.66.1 [0.66.0]: https://github.com/giantswarm/cluster-aws/compare/v0.65.0...v0.66.0 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index a1b78c73..11f1a179 100644 --- a/helm/cluster-aws/Chart.yaml +++ b/helm/cluster-aws/Chart.yaml @@ -6,7 +6,7 @@ sources: description: A helm chart for creating Cluster API clusters with the AWS infrastructure provider (CAPA). icon: https://s.giantswarm.io/app-icons/aws/2/dark.svg type: application -version: 0.67.0 +version: 0.68.0 annotations: application.giantswarm.io/team: "phoenix" application.giantswarm.io/app-type: "cluster"