Skip to content

Commit

Permalink
Filter out AWS internal tags from subnet tags (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiunchinho authored Nov 11, 2024
1 parent 1ed0fde commit f5abc01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Filter out AWS internal tags from subnet tags

## [2.24.0] - 2024-10-17

### Added
Expand Down
3 changes: 2 additions & 1 deletion helm/cluster-api-provider-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ name: cluster-api-provider-aws
# * support adding custom secondary VPC CIDR blocks in `AWSCluster` (https://github.com/giantswarm/cluster-api-provider-aws/pull/607/commits/ae00674b1ed47e0e939f44d4712507839df97106)
# * S3 user data support for AWSMachinePools (https://github.com/giantswarm/cluster-api-provider-aws/pull/607/commits/905c44ab2afde5e2d4e983066ab9856859a0de47)
# * Support setting maxHealthyPercentage to configure ASG instance refresh (https://github.com/giantswarm/cluster-api-provider-aws/commit/65159d8609a24802a34800b0c054a4b788a03d6d)
tag: v2.5.2-gs-65159d860
# * Filter out AWS internal tags when reconciling (https://github.com/giantswarm/cluster-api-provider-aws/commit/8ed9e3e04780caa4cf333e1e992c54319d648ffb)
tag: v2.5.2-gs-8ed9e3e04

registry:
domain: gsoci.azurecr.io
Expand Down

0 comments on commit f5abc01

Please sign in to comment.