From 90bc60f3495928852678e3db141207068788005e Mon Sep 17 00:00:00 2001 From: Jose Armesto Date: Tue, 21 Jan 2025 12:07:46 +0100 Subject: [PATCH] Tags defined in subnet spec should be applied --- CHANGELOG.md | 4 ++++ helm/cluster-api-provider-aws/values.yaml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8711144..c96ea49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Tags defined in subnet spec should be applied to the subnet resource on AWS. + ## [2.26.0] - 2024-12-05 ### Added diff --git a/helm/cluster-api-provider-aws/values.yaml b/helm/cluster-api-provider-aws/values.yaml index 95f1b51..2cf3f13 100644 --- a/helm/cluster-api-provider-aws/values.yaml +++ b/helm/cluster-api-provider-aws/values.yaml @@ -9,7 +9,8 @@ name: cluster-api-provider-aws # * S3 user data support for AWSMachinePools (https://github.com/giantswarm/cluster-api-provider-aws/pull/607/commits/905c44ab2afde5e2d4e983066ab9856859a0de47) # * Filter out AWS internal tags when reconciling (https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/5181/commits/4c61f2b5a01e0b67e647868a066dda1947b97d4c) # * Support EC2 lifecycle hooks for machine pools (https://github.com/giantswarm/cluster-api-provider-aws/pull/613) -tag: v2.7.1-gs-09d96748c +# * Tags defined in subnet spec should be applied (https://github.com/giantswarm/cluster-api-provider-aws/pull/615) +tag: v2.7.1-gs-5ffc044f4 registry: domain: gsoci.azurecr.io