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

Prepare v3 version files #3847

Merged
merged 17 commits into from
Jan 13, 2025
Merged

Prepare v3 version files #3847

merged 17 commits into from
Jan 13, 2025

Conversation

danielrbradley
Copy link
Member

@danielrbradley danielrbradley commented Jan 10, 2025

Extracted from the work on the v3 branch: #3846

This has no impact until the major version is changed in the makefile.

- Copy config from v2 as a starting point.
- Init all other files as empty.
The IdentityProperties type has changed between versions and is used by the resources:
    - CredentialSet
    - ExportPipeline
    - ImportPipeline
    - Registry
    - Task
    - TaskRun
Therefore we have to manually pick these in the spec.
Exclude ReportConfig types which only have a single version (2018-05-31) but conflicts with the View resource.

Remove old exclusion Go code for Budget and Report which doesn't actually have seemed to remove these resources in our v2 SDK.
- Exclude very old DatabaseAccount variations which are no longer used.
- Move MongoCluster to its own module to match the SDK and fix additional conflicts as it's versioned completely separately. It still seems to show up as an addition for DocumentDB too, but isn't actually generated as a resource there.
@danielrbradley danielrbradley self-assigned this Jan 10, 2025
Copy link

Does the PR have any schema changes?

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

@danielrbradley danielrbradley force-pushed the prepare-v3-version-files branch from 96b13e1 to aa1b3c1 Compare January 10, 2025 17:41
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 60.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 56.98%. Comparing base (896f531) to head (aa1b3c1).
Report is 18 commits behind head on master.

Files with missing lines Patch % Lines
provider/pkg/gen/properties.go 50.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3847      +/-   ##
==========================================
- Coverage   56.99%   56.98%   -0.02%     
==========================================
  Files          79       79              
  Lines       12284    12290       +6     
==========================================
+ Hits         7001     7003       +2     
- Misses       4758     4761       +3     
- Partials      525      526       +1     

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

@thomas11 thomas11 merged commit f4a80f0 into master Jan 13, 2025
23 checks passed
@thomas11 thomas11 deleted the prepare-v3-version-files branch January 13, 2025 09:19
@danielrbradley
Copy link
Member Author

This is the first bulk of work towards #3448

@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v2.83.0.

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