9802dd5ed4a8e42589bf26e309d95ebf1a8173e8
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.243.0` -> `3.244.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.243.0/3.244.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/pulumi (@​pulumi/pulumi)</summary> ### [`v3.244.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.244.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.243.0...v3.244.0) ##### 3.244.0 (2026-05-28) ##### Bug Fixes - \[cli/do] Fix top level flags like `--logtostderr` being recognized when using `pulumi do` [#​23355](https://redirect.github.com/pulumi/pulumi/pull/23355) - \[cli/install] Distinguish multiple packages with the same plugin - \[engine] Fix snapshot integrity issue with `up --refresh` - \[engine] Forward all provider errors to error hooks for retry [#​23347](https://redirect.github.com/pulumi/pulumi/pull/23347) - \[engine] Trace cancel RPCs sent to plugins during shutdown as children of the active operation instead of emitting separate root spans [#​23362](https://redirect.github.com/pulumi/pulumi/pull/23362) - \[sdk/python] Merge requirements.txt into pyproject.toml when using uv without a project section [#​23340](https://redirect.github.com/pulumi/pulumi/pull/23340) </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%