Pin dependencies#4422
Merged
Merged
Conversation
Contributor
Author
|
Contributor
Does the PR have any schema changes?Looking good! No breaking changes found. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4422 +/- ##
==========================================
- Coverage 59.44% 59.43% -0.01%
==========================================
Files 91 91
Lines 11478 11478
==========================================
- Hits 6823 6822 -1
- Misses 4019 4020 +1
Partials 636 636 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
22dda13 to
77c8746
Compare
This was referenced Nov 20, 2025
Closed
EronWright
added a commit
that referenced
this pull request
Nov 25, 2025
) Regression from #4422 inadvertently downgraded `provider-version-action` from v1.6 to v1.0, causing versions to be generated with `+hash` suffix incompatible with PyPI. ### Changes - Updated `.github/workflows/version.yml` to use `provider-version-action@f96d032a2758fdda7939e5728eff6c0d980ae894` (v1.6.0) Fixes #4427 <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > ## Problem > > Issue #4427 occurred due to a regression caused by #4422. The root cause has been identified as an inadvertent downgrade of `provider-version-action` from v1.6 to v1.0, which is causing version generation issues with a `+hash` suffix (e.g., `3.11.0a1764123456`) and subsequent Python SDK upload failures to PyPI. > > ## Solution > > Update `.github/workflows/version.yml` to pin `provider-version-action` to v1.6.0, which includes the PyPI fix. > > ## Files to Modify > > 1. `.github/workflows/version.yml` > > ## Implementation > > Change: > ```yaml > uses: pulumi/provider-version-action@7c54f13 # v1 > ``` > > To: > ```yaml > uses: pulumi/provider-version-action@f96d032 # v1.6.0 > ``` > > ## Verification > > After the fix: > 1. Push to master will trigger the workflow > 2. Version should be generated WITHOUT the `+hash` suffix (e.g., `3.11.0a1764123456`) > 3. Python SDK should upload successfully to PyPI > > ## References > > - Fixes #4427 > - Regression introduced in #4422 > - Pinning to SHA `f96d032a2758fdda7939e5728eff6c0d980ae894` (v1.6.0 - latest release as of Jan 2025) </details> *This pull request was created as a result of the following prompt from Copilot chat.* > ## Problem > > Issue #4427 occurred due to a regression caused by #4422. The root cause has been identified as an inadvertent downgrade of `provider-version-action` from v1.6 to v1.0, which is causing version generation issues with a `+hash` suffix (e.g., `3.11.0a1764123456`) and subsequent Python SDK upload failures to PyPI. > > ## Solution > > Update `.github/workflows/version.yml` to pin `provider-version-action` to v1.6.0, which includes the PyPI fix. > > ## Files to Modify > > 1. `.github/workflows/version.yml` > > ## Implementation > > Change: > ```yaml > uses: pulumi/provider-version-action@7c54f13 # v1 > ``` > > To: > ```yaml > uses: pulumi/provider-version-action@f96d032 # v1.6.0 > ``` > > ## Verification > > After the fix: > 1. Push to master will trigger the workflow > 2. Version should be generated WITHOUT the `+hash` suffix (e.g., `3.11.0a1764123456`) > 3. Python SDK should upload successfully to PyPI > > ## References > > - Fixes #4427 > - Regression introduced in #4422 > - Pinning to SHA `f96d032a2758fdda7939e5728eff6c0d980ae894` (v1.6.0 - latest release as of Jan 2025) <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: EronWright <1775518+EronWright@users.noreply.github.com>
Contributor
|
This caused a regression, due to "v1" floating tag referring to 1.0.0 rather than 1.6.0. Fixed: |
Contributor
|
This PR has been shipped in release v3.11.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.0->3.10.1^3.0.0->3.207.0^3.113.0->3.207.0^4.0.0->4.18.49f1d92c->e2ef52dv0.1.5->v0.4.0v3.0.0->v3.10.1v3.0.0->v3.10.1v3.0.0->v3.10.1v3.0.0->v3.11.0-alpha.1763062140v3.0.0->v3.11.0-alpha.1763062140v3.0.0->v3.11.0-alpha.1763062140v3.0.0->v3.11.0-alpha.1763062140v3.0.0->v3.11.0-alpha.1763062140v3.0.0->v3.11.0-alpha.1763062140v1.0.0->v1.1.3v1.16.0->v1.17.0v4.16.3->v4.18.4v5.0.4->v5.2.3v1.21.2->v1.25.0v3.160.0->v3.207.08582a9e9d648577c54f13Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
pulumi/providertest (github.com/pulumi/providertest)
v0.4.0Compare Source
v0.3.1Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/providertest@v0.3.0...v0.3.1
v0.3.0Compare Source
What's Changed
Full Changelog: pulumi/providertest@v0.2.0...v0.3.0
v0.2.0Compare Source
What's Changed
Full Changelog: pulumi/providertest@v0.1.7...v0.2.0
v0.1.7Compare Source
What's Changed
Full Changelog: pulumi/providertest@v0.1.6...v0.1.7
v0.1.6Compare Source
What's Changed
Full Changelog: pulumi/providertest@v0.1.5...v0.1.6
pulumi/pulumi-azure-native-sdk (github.com/pulumi/pulumi-azure-native-sdk/authorization/v3)
v3.10.1Compare Source
v3.10.0Compare Source
pulumi/pulumi-command (github.com/pulumi/pulumi-command/sdk)
v1.1.3Compare Source
v1.1.2Compare Source
v1.1.1Compare Source
v1.1.0Compare Source
v1.0.5Compare Source
v1.0.4Compare Source
v1.0.3Compare Source
v1.0.2Compare Source
v1.0.1Compare Source
pulumi/pulumi-java (github.com/pulumi/pulumi-java/pkg)
v1.17.0Compare Source
Improvements
Bug Fixes
Chore
v1.16.3Compare Source
Improvements
Bug Fixes
Chore
Language.Linkv1.16.2Compare Source
Improvements
hideDiffsas a new resource option. See https://github.com/pulumi/pulumi/issues/20591 for detailsBug Fixes
v1.16.1Compare Source
Improvements
Bug Fixes
pulumi/pulumi-random (github.com/pulumi/pulumi-random/sdk/v4)
v4.18.4Compare Source
Does the PR have any schema changes?
Found 1 breaking change:
Functions
🟡"pulumi:providers:random/terraformConfig": inputs: "self" type changed from "#/resources/pulumi:providers:random" to "#/provider"No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-random@v4.18.3...v4.18.4
v4.18.3Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
New functions:
pulumi.providers.random/terraformConfigWhat's Changed
New Contributors
Full Changelog: pulumi/pulumi-random@v4.18.2...v4.18.3
v4.18.2Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-random@v4.18.1...v4.18.2
v4.18.1Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-random@v4.18.0...v4.18.1
v4.18.0Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-random@v4.17.0...v4.18.0
v4.17.0Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
make upstreamfrompreTestby @blampe in https://github.com/pulumi/pulumi-random/pull/1463preTestaction as unit tests are run by default by @iwahbe in https://github.com/pulumi/pulumi-random/pull/1552New Contributors
Full Changelog: pulumi/pulumi-random@v4.16.8...v4.17.0
v4.16.8Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
mainoddness onsimple/tsby @iwahbe in https://github.com/pulumi/pulumi-random/pull/1442New Contributors
Full Changelog: pulumi/pulumi-random@v4.16.7...v4.16.8
v4.16.7Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-random@v4.16.6...v4.16.7
v4.16.6Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-random@v4.16.5...v4.16.6
v4.16.5Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-random@v4.16.4...v4.16.5
v4.16.4Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.