From 1d045c71c20dbb30f25a531fce87b15e4c456121 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 25 Jan 2024 16:47:16 +0300 Subject: [PATCH] Release v0.14.0 (#145) --- CHANGELOG.md | 5 ++++- helm/aws-resolver-rules-operator/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e9dfe3..087a3a7a 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.14.0] - 2024-01-25 + ### Changed - Do not reconcile bastion machines anymore. They were removed in [cluster-aws v0.53.0](https://github.com/giantswarm/cluster-aws/blob/master/CHANGELOG.md#0530---2023-12-13) in favor of Teleport. On such newer clusters without a bastion host, the controller would retry unnecessary Route53 calls every minute, leading to a rate limit – this is fixed by removing the whole logic. @@ -170,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - changed: `app.giantswarm.io` label group was changed to `application.giantswarm.io` -[Unreleased]: https://github.com/giantswarm/aws-resolver-rules-operator/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/giantswarm/aws-resolver-rules-operator/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/giantswarm/aws-resolver-rules-operator/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/giantswarm/aws-resolver-rules-operator/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/giantswarm/aws-resolver-rules-operator/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/giantswarm/aws-resolver-rules-operator/compare/v0.10.1...v0.11.0 diff --git a/helm/aws-resolver-rules-operator/Chart.yaml b/helm/aws-resolver-rules-operator/Chart.yaml index 2c52d908..4826759b 100644 --- a/helm/aws-resolver-rules-operator/Chart.yaml +++ b/helm/aws-resolver-rules-operator/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: aws-resolver-rules-operator description: Please add description home: https://github.com/giantswarm/aws-resolver-rules-operator -version: "0.13.0" +version: "0.14.0" annotations: application.giantswarm.io/team: "phoenix"