pulumi/Upgrade provider
An action to upgrade bridged providers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kind | The kind of upgrade to perform; valid options are ["all", "provider", "bridge"] | yes | all |
| username | The username for git configuration | no | ${{ github.actor }} |
| The email for git configuration | no | — | |
| automerge | If the created PR should be auto-merged | no | false |
| pr-reviewers | Handles of reviewers to assign the created PRs to. If empty, default reviewers are assigned. | no | "" |
| pr-description | Extra description to insert in the auto-generated pull request. | no | "" |
| pr-title-prefix | Prefix to add to the title of the auto-generated pull request. | no | "" |
| target-bridge-version | Informs 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". | no | latest |
| target-pulumi-version | Set 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-version | Explicitly set the version pf pulumi/pulumi-java to generate the java sdk with. | no | "" |
| target-version | Explicitly set the version of the provider to upgrade to. | no | "" |
| go-version | The version of golang to use | no | 1.21.x |
| go-version-file | The path to a file that specifies which version of golang to use | no | "" |
| allow-missing-docs | If true, allow missing docs in the provider. | no | false |
| patch-release | If true, the provider will release a patch version with the resulting upgrade PR. | no | false |
Outputs
no outputs