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

[v3] Make PULUMI_FORCE_NEW_FROM_SUBTYPES the default #3771

Merged
merged 3 commits into from
Dec 10, 2024
Merged

Conversation

EronWright
Copy link
Contributor

@EronWright EronWright commented Dec 10, 2024

Enables the functionality of PULUMI_FORCE_NEW_FROM_SUBTYPES by default in v3. In v2, behavior is unchanged. In any version, setting PULUMI_FORCE_NEW_FROM_SUBTYPES overrides the default behavior.

Closes #3006

Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes missing coverage. Please review.

Project coverage is 56.65%. Comparing base (b2e76de) to head (c392fbb).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
provider/pkg/provider/diff.go 57.14% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3771      +/-   ##
==========================================
+ Coverage   56.63%   56.65%   +0.02%     
==========================================
  Files          78       78              
  Lines       11969    11975       +6     
==========================================
+ Hits         6779     6785       +6     
+ Misses       4690     4689       -1     
- Partials      500      501       +1     

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

@EronWright EronWright merged commit fcdfe88 into master Dec 10, 2024
23 checks passed
@EronWright EronWright deleted the issue-3006 branch December 10, 2024 22:48
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.

Make PULUMI_FORCE_NEW_FROM_SUBTYPES the default
2 participants