Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill AWSManagedControlPlane.spec.network.subnets[*].id field for managed subnets for compatibility with CAPA v2.3.0 #43

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

AndiDog
Copy link
Contributor

@AndiDog AndiDog commented Nov 28, 2023

What this PR does / why we need it

Towards giantswarm/roadmap#2870

Same as giantswarm/cluster-aws#439 does for cluster-aws.

Must be merged after giantswarm/cluster-api-provider-aws-app#192 is deployed.

Checklist

  • Update changelog in CHANGELOG.md.

Trigger e2e tests

Let's trigger these later since this requires newer CAPA version.

…naged subnets for compatibility with CAPA v2.3.0
@AndiDog AndiDog marked this pull request as ready for review December 6, 2023 09:25
@AndiDog AndiDog requested a review from a team as a code owner December 6, 2023 09:25
Copy link

github-actions bot commented Dec 6, 2023

(helm/cluster-eks/ci/test-wc-minimal-values.yaml) rendered manifest diff
/spec/network/subnets/cidrBlock=10.0.0.0/20  (AWSManagedControlPlane/org-giantswarm/test-wc-minimal)
  - one map entry removed:     + one map entry added:
    tags: null                   id: test-wc-minimal-subnet-public-a

/spec/network/subnets/cidrBlock=10.0.16.0/20  (AWSManagedControlPlane/org-giantswarm/test-wc-minimal)
  - one map entry removed:     + one map entry added:
    tags: null                   id: test-wc-minimal-subnet-public-b

/spec/network/subnets/cidrBlock=10.0.32.0/20  (AWSManagedControlPlane/org-giantswarm/test-wc-minimal)
  - one map entry removed:     + one map entry added:
    tags: null                   id: test-wc-minimal-subnet-public-c

/spec/network/subnets/cidrBlock=10.0.64.0/18  (AWSManagedControlPlane/org-giantswarm/test-wc-minimal)
  - one map entry removed:     + one map entry added:
    tags: null                   id: test-wc-minimal-subnet-private-a

/spec/network/subnets/cidrBlock=10.0.128.0/18  (AWSManagedControlPlane/org-giantswarm/test-wc-minimal)
  - one map entry removed:     + one map entry added:
    tags: null                   id: test-wc-minimal-subnet-private-b

/spec/network/subnets/cidrBlock=10.0.192.0/18  (AWSManagedControlPlane/org-giantswarm/test-wc-minimal)
  - one map entry removed:     + one map entry added:
    tags: null                   id: test-wc-minimal-subnet-private-c

@AndiDog AndiDog merged commit db552bf into main Dec 6, 2023
12 of 14 checks passed
@AndiDog AndiDog deleted the subnet-id branch December 6, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants