pulumi/Upgrade provider

An action to upgrade bridged providers

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
kindThe kind of upgrade to perform; valid options are ["all", "provider", "bridge"]yesall
usernameThe username for git configurationno${{ github.actor }}
emailThe email for git configurationno
automergeIf the created PR should be auto-mergednofalse
pr-reviewersHandles of reviewers to assign the created PRs to. If empty, default reviewers are assigned. no""
pr-descriptionExtra description to insert in the auto-generated pull request. no""
pr-title-prefixPrefix to add to the title of the auto-generated pull request. no""
target-bridge-versionInforms which version of pulumi-terraform-bridge to target for updating the bridge; valid options are "latest", a version like "1.2.3", or a Git commit hash reference like "cad926a2d". nolatest
target-pulumi-versionSet the version of `pulumi/pkg` and `pulumi/sdk` to depend on for bridged providers. Currently, these versions inform the linked runtime and SDK generation in all languages except Java. Valid options are: - "", "follow": Use the same version as pulumi-terraform-bridge - A go version such as "v3.90.1" - A commit SHA in pulumi/pulumi such as "ac71ebc1d34e5ccfd1a7fed61e6ff43a3160f3cb" no""
target-java-versionExplicitly set the version pf pulumi/pulumi-java to generate the java sdk with. no""
target-versionExplicitly set the version of the provider to upgrade to. no""
go-versionThe version of golang to useno1.21.x
go-version-fileThe path to a file that specifies which version of golang to useno""
allow-missing-docsIf true, allow missing docs in the provider. nofalse
patch-releaseIf true, the provider will release a patch version with the resulting upgrade PR. nofalse

no outputs