Skip to content

Commit

Permalink
Release v0.14.0 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Jan 25, 2024
1 parent 6f9c0fe commit 1d045c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/aws-resolver-rules-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1d045c7

Please sign in to comment.