Skip to content

Remove explicit dependencies on pu/pu versions#3616

Merged
mikhailshilkov merged 1 commit into
masterfrom
mikhailshilkov/remove-explicit-dep-versions
Oct 2, 2024
Merged

Remove explicit dependencies on pu/pu versions#3616
mikhailshilkov merged 1 commit into
masterfrom
mikhailshilkov/remove-explicit-dep-versions

Conversation

@mikhailshilkov

Copy link
Copy Markdown
Contributor

Here is how codegen calculates the version of pulumi packages:

  1. If the dependency is set in the provider schema, it uses that one.
  2. If not, it uses the requirement from pu/pu itself.

Pulumi has recently bumped the minimal required version of SDKs to a very fresh one due to invoke output API changes: pulumi/pulumi#17390 and pulumi/pulumi#17316

Therefore, we want to give up a (smaller) version in the provider and rely on the core version again.

@github-actions

github-actions Bot commented Oct 2, 2024

Copy link
Copy Markdown
Contributor

Does the PR have any schema changes?

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

@codecov

codecov Bot commented Oct 2, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.80%. Comparing base (41b96dd) to head (a51f79f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3616      +/-   ##
==========================================
- Coverage   59.83%   59.80%   -0.03%     
==========================================
  Files          69       69              
  Lines        8786     8780       -6     
==========================================
- Hits         5257     5251       -6     
  Misses       3037     3037              
  Partials      492      492              

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

@mikhailshilkov mikhailshilkov merged commit 256f320 into master Oct 2, 2024
@mikhailshilkov mikhailshilkov deleted the mikhailshilkov/remove-explicit-dep-versions branch October 2, 2024 15:12
@pulumi-bot

Copy link
Copy Markdown
Contributor

This PR has been shipped in release v2.64.3.

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