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

Use provider dependencies in schema #1487

Merged
merged 7 commits into from
Nov 14, 2024

Conversation

flostadler
Copy link
Contributor

This PR changes the schema generation to read provider dependency versions (AWS & Kube) from the package.json file (like in awsx).
This is the first step towards automating provider dependency upgrades.

To achieve the correct behavior, provider dependencies now need to use a fixed version instead of a semver range. I used the current versions form the lock file, except for the aws provider. Versions 6.42 - 6.46 of the aws provider are not present on mavencentral. To keep the diff of this PR as small as possible, I upgraded aws to the next possible version (6.47.0).

I'll update all provider versions to latest in a separate PR.

@flostadler flostadler requested review from t0yv0, corymhall and a team November 13, 2024 13:43
@flostadler flostadler self-assigned this Nov 13, 2024
Copy link

Does the PR have any schema changes?

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

@flostadler flostadler force-pushed the flostadler/auto-reference-provider-version branch from 121242d to 28f1a7c Compare November 13, 2024 15:29
@flostadler flostadler merged commit 2f95d29 into master Nov 14, 2024
34 checks passed
@flostadler flostadler deleted the flostadler/auto-reference-provider-version branch November 14, 2024 16:25
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.1.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