Skip to content

Commit

Permalink
Release v0.14.1 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Jan 26, 2024
1 parent 24575bd commit b8c063b
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.1] - 2024-01-26

### Fixed

- Cache `GetHostedZoneIdByName` responses to avoid Route53 rate limit. The hosted zone IDs are unlikely to change so quickly. If reconciliation of an object (e.g. `AWSCluster`) permanently gets retriggered outside of this operator's control, it could previously lead to triggering the [account-wide AWS Route53 rate limit of five requests per second](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-requests).
Expand Down Expand Up @@ -176,7 +178,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.14.0...HEAD
[Unreleased]: https://github.com/giantswarm/aws-resolver-rules-operator/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/giantswarm/aws-resolver-rules-operator/compare/v0.14.0...v0.14.1
[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
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.14.0"
version: "0.14.1"
annotations:
application.giantswarm.io/team: "phoenix"

0 comments on commit b8c063b

Please sign in to comment.