You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move every GCP template to v10.0.0 so pulumi new and pulumi policy new produce v10 projects.
Acceptance criteria
pulumi new on a GCP template installs a 10.x provider.
All 27 GCP-pinning files in pulumi/templates on v10, including the five go.mod files that generate-go-mod.sh does not touch.
gcp-java/pom.xml uses an exclusive upper bound, [10.0.0,11.0).
All 3 GCP-pinning files in pulumi/templates-policy on v10.
pulumi new run for every GCP template in every language, with pulumi up succeeding on each.
pulumi policy new run for every GCP policy template.
pulumi/compliance-policiesvendor-google bumped, or an issue filed and the dependent google-{cis,iso27001,pcidss}-* templates recorded as still on the older major.
Move every GCP template to v10.0.0 so
pulumi newandpulumi policy newproduce v10 projects.Acceptance criteria
pulumi newon a GCP template installs a 10.x provider.pulumi/templateson v10, including the fivego.modfiles thatgenerate-go-mod.shdoes not touch.gcp-java/pom.xmluses an exclusive upper bound,[10.0.0,11.0).pulumi/templates-policyon v10.pulumi newrun for every GCP template in every language, withpulumi upsucceeding on each.pulumi policy newrun for every GCP policy template.vendor-googlebumped, or an issue filed and the dependentgoogle-{cis,iso27001,pcidss}-*templates recorded as still on the older major.