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 backward incompatible change of VPC endpoint names #231

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

pierretr
Copy link
Contributor

The commit 2094dfc introduced a backward incompatible change as VPC endpoints names cannot be changed easily when redeploying a stack. Redeployment failed with the following kind of errors:

"private-dns-enabled cannot be set because there is already a conflicting DNS domain for email-smtp.eu-west-1.amazonaws.com"

This change reverts default VPC endpoint names and add an option to prefix them by the name of the VPC.

@pierretr pierretr requested a review from enzbang October 19, 2023 08:17
@pierretr pierretr changed the title Fix backward incompatible change of VPC endpoints names Fix backward incompatible change of VPC endpoint names Oct 19, 2023
The commit 2094dfc introduced a
backward incompatible change as VPC endpoints names cannot be changed
easily when redeploying a stack. Redeployment failed with the
following kind of errors:

"private-dns-enabled cannot be set because there is already a
conflicting DNS domain for email-smtp.eu-west-1.amazonaws.com"

This change reverts default VPC endpoint names and add an option to
prefix them by the name of the VPC.
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (90d1bac) 83.70% compared to head (12a4d8b) 83.72%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
+ Coverage   83.70%   83.72%   +0.02%     
==========================================
  Files          47       47              
  Lines        3841     3847       +6     
==========================================
+ Hits         3215     3221       +6     
  Misses        626      626              
Files Coverage Δ
src/e3/aws/troposphere/ec2/__init__.py 95.18% <100.00%> (+0.10%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pierretr pierretr merged commit 7f43e23 into AdaCore:master Oct 19, 2023
6 checks passed
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.

2 participants