[DO NOT MERGE] Pin the GCP examples to pulumi-gcp v10.0.0-alpha.1 - #3002
Open
pose wants to merge 1 commit into
Open
[DO NOT MERGE] Pin the GCP examples to pulumi-gcp v10.0.0-alpha.1#3002pose wants to merge 1 commit into
pose wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
pose
force-pushed
the
pose/gcp-v10-alpha-1
branch
from
September 11, 2026 16:47
98ea9a3 to
33ff839
Compare
pose
marked this pull request as ready for review
September 11, 2026 17:02
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.
Pins every GCP example to
pulumi-gcpv10.0.0-alpha.1to exercise the v10 prerelease ahead of GA.Exact literal pins in every language rather than ranges, because a NuGet floating wildcard, a Maven range and a PEP 440 range all refuse to resolve a prerelease.
misc/scripts/update_requirements_txt.pyis updated to match so it does not rewrite the Python pins back.The alpha's own module requires
go 1.26.6andpulumi/sdk/v3 v3.261.0, sogo mod tidymoves all five Go examples forward accordingly.Verified before opening: all 34 manifests resolve in npm, PyPI, the Go module proxy, NuGet and Maven Central; Go and .NET build with no warnings; every
pulumi_gcpsymbol the Python examples reference resolves against the alpha; andpulumi previewruns clean for 21 of the 25 previewable programs. The four that do not are blocked on a local Docker daemon, not on the provider. No v10 breakage surfaced in any language.Part of pulumi/pulumi-gcp#3941