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

fix: readd missed empty initializers after tagging removal #1947

Conversation

wotolom
Copy link
Contributor

@wotolom wotolom commented Nov 13, 2023

Description of your changes

Similar to #1942, this fixes - hopefully all - missed cases where the empty managed.WithInitializers() is needed.

My guess is that resources, that where only affected through #1938 and not through #1935, were missed in #1942

acm.Certificate, acmpca.CertificateAuthority, and iam.Policy are actually not working (not possible to create new claims) in v0.45.0, due to AWS validating/expecting ARNs in Describe/Get requests. iam.OpenIDConnectProvider probably also, did not manually test here.

failed to satisfy constraint: Member must satisfy regular expression pattern: arn:[\w+=/,.@-]+:acm:[\w+=/,.@-]:[0-9]+:[\w+=,.@-]+(/[\w+=,.@-]+)

ec2.TransitGatewayVPCAttachment and ec2.VPCPeeringConnection seem to be fine currently, as AWS is not validating IDs.

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Signed-off-by: Charel Baum (external expert on behalf of DB Netz AG) <charel.baum-extern@deutschebahn.com>
Copy link
Collaborator

@MisterMX MisterMX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you very much for this hotfix @wotolom!

@MisterMX MisterMX merged commit 5916da6 into crossplane-contrib:master Nov 13, 2023
9 checks passed
Copy link

Successfully created backport PR #1948 for release-0.45.

@wotolom wotolom deleted the fix-readd-empty-initializers-after-tagging-removal branch November 13, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants