31065543d9a51c8f490a8ad859186b10f5f82d5f
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.208.0` -> `3.209.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.208.0/3.209.0) | --- ### Release Notes <details> <summary>pulumi/pulumi (@​pulumi/pulumi)</summary> ### [`v3.209.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.209.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.208.0...v3.209.0) ##### 3.209.0 (2025-11-26) ##### Features - \[cli] Add native support for OIDC token exchange when logging into Pulumi Cloud. Run `pulumi login --help` for more information. [#​20974](https://redirect.github.com/pulumi/pulumi/pull/20974) - \[sdk/python] Allow older grpcio and protobuf dependencies [#​21007](https://redirect.github.com/pulumi/pulumi/pull/21007) - \[sdkgen/{dotnet,go,nodejs,python}] Generate .gitignore and .gitattributes files for generated SDKs [#​21034](https://redirect.github.com/pulumi/pulumi/pull/21034) ##### Bug Fixes - \[cli/install] Correctly install non-standard plugins. See[https://github.com/pulumi/pulumi/issues/20953](https://redirect.github.com/pulumi/pulumi/issues/20953)3 for more information [#​20983](https://redirect.github.com/pulumi/pulumi/pull/20983) - \[cli/new] Create pyproject.toml for uv and poetry projects when using --generate-only [#​20979](https://redirect.github.com/pulumi/pulumi/pull/20979) - \[sdk/nodejs] Fix serialization errors due to SxS copies of the SDK [#​21029](https://redirect.github.com/pulumi/pulumi/pull/21029) - \[sdk/python] Add `PropertyValue` runtime validation checks [#​21058](https://redirect.github.com/pulumi/pulumi/pull/21058) ##### Miscellaneous - \[engine] Don't send root directory and runtime options to language plugins as command line arguments [#​21054](https://redirect.github.com/pulumi/pulumi/pull/21054) - \[sdk/{dotnet,java,yaml}] Bump language runtimes for yaml, dotnet and java </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
Docker-Build Resource Provider
A Pulumi provider for building modern Docker images with buildx and BuildKit.
Not to be confused with the earlier Docker provider, which is still appropriate for managing resources unrelated to building images.
| Provider | Use cases |
|---|---|
@pulumi/docker-build |
Anything related to building images with docker build. |
@pulumi/docker |
Everything else -- including running containers and creating networks. |
Reference
For more information, including examples and migration guidance, please see the Docker-Build provider's detailed API documentation.
Description
Languages
Go
94.8%
Makefile
4.6%
Shell
0.6%