c83bd015707d4a8c9151f83e11c42c0a0bd9376e
330 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
c83bd01570 |
Update pulumi/auth-actions action to v2 (#877)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pulumi/auth-actions](https://redirect.github.com/pulumi/auth-actions) | action | major | `v1.0.1` -> `v2.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/auth-actions (pulumi/auth-actions)</summary> ### [`v2.1.0`](https://redirect.github.com/pulumi/auth-actions/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/pulumi/auth-actions/compare/v2.0.0...v2.1.0) ##### Fixes - **fix: Build with rollup instead of ncc** to fix a load crash (`ReferenceError: require is not defined in ES module scope`) that broke v2.0.0 for all consumers ([#​63](https://redirect.github.com/pulumi/auth-actions/issues/63)). v2.0.0 failed to load on every run because the ncc-produced CommonJS bundle was loaded as ESM (`"type": "module"`), and the `@pulumi/actions-helpers` dependency could not be bundled by ncc. The build now uses rollup (true ESM output), mirroring `pulumi/esc-action`. A CI smoke-test was added that runs the built action on node24 to guard against this class of regression. **Anyone on v2.0.0 / `@v2` should upgrade — the `v2` tag now points here.** ### [`v2.0.0`](https://redirect.github.com/pulumi/auth-actions/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/pulumi/auth-actions/compare/v1.0.1...v2.0.0) ##### What's New - feat: Update action runtime to Node 24 (**breaking change**) ([#​59](https://redirect.github.com/pulumi/auth-actions/pull/59)) - chore: Use `@pulumi/actions-helpers` ([#​54](https://redirect.github.com/pulumi/auth-actions/pull/54)) - docs: Remove mention of old admin scope for org tokens on OIDC ([#​56](https://redirect.github.com/pulumi/auth-actions/pull/56)) - fix: oauth url on windows ([#​53](https://redirect.github.com/pulumi/auth-actions/pull/53)) **Breaking change:** the action now runs on the Node 24 runtime. **Full Changelog:** https://github.com/pulumi/auth-actions/compare/v1.0.1...v2.0.0 </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> |
||
|
|
9802dd5ed4 |
Update dependency @pulumi/pulumi to v3.244.0 (#875)
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> |
||
|
|
66b279ed02 |
Update GitHub Actions workflows. (#873)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[8433bb2b961b32a1d254ffd70972108451a08f33](
|
||
|
|
a5a7760dda |
Update first-party Pulumi dependencies (#868)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild](https://redirect.github.com/pulumi/pulumi-docker-build) | require | patch | `v0.0.17` -> `v0.0.18` | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.242.0` -> `v3.243.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/pulumi-docker-build (github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild)</summary> ### [`v0.0.18`](https://redirect.github.com/pulumi/pulumi-docker-build/compare/v0.0.17...v0.0.18) [Compare Source](https://redirect.github.com/pulumi/pulumi-docker-build/compare/v0.0.17...v0.0.18) </details> <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.243.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.243.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.242.0...v3.243.0) #### 3.243.0 (2026-05-22) ##### Features - \[cli] Make the `pulumi project new -y` command write a minimal project file with no template [#​22847](https://redirect.github.com/pulumi/pulumi/pull/22847) - \[cli] Allow coding agents to create claimable temporary accounts when not authenticated - \[cli] Suggest `pulumi neo` in `pulumi preview` and `pulumi up` diagnostics output [#​23326](https://redirect.github.com/pulumi/pulumi/pull/23326) - \[sdk] Add `List` to the Go `plugin.Provider` interface, wired to the streaming `ResourceProvider.List` RPC [#​23287](https://redirect.github.com/pulumi/pulumi/pull/23287) - \[sdkgen] Reserve the package names 'pulumi' and 'input' for internal use [#​23321](https://redirect.github.com/pulumi/pulumi/pull/23321) - \[cli/cloud] Prefer text/markdown over JSON in `pulumi api` when an endpoint produces both [#​22963](https://redirect.github.com/pulumi/pulumi/pull/22963) - \[cli/do] Add resource support to `pulumi do` [#​23215](https://redirect.github.com/pulumi/pulumi/pull/23215) - \[cli/neo] Pressing Esc in `pulumi neo` now clears the input box when it has text; with an empty box, Esc still cancels the agent's current turn [#​23299](https://redirect.github.com/pulumi/pulumi/pull/23299) - \[cli/new] Alias `pulumi new` to `pulumi project new` [#​23265](https://redirect.github.com/pulumi/pulumi/pull/23265) ##### Bug Fixes - \[cli] Require `--yes` to confirm `pulumi deployment cancel`, `pulumi stack schedule remove`, `pulumi org webhook remove`, and `pulumi stack webhook remove` when running non-interactively [#​23264](https://redirect.github.com/pulumi/pulumi/pull/23264) - \[pcl] Don't silently ignore `...` in function arguments [#​23309](https://redirect.github.com/pulumi/pulumi/pull/23309) - \[sdkgen/nodejs] Cache package references per-deployment in generated SDKs to fix concurrent inline programs [#​23068](https://redirect.github.com/pulumi/pulumi/pull/23068) - \[backend/service] Error out when setting up journaler fails [#​22671](https://redirect.github.com/pulumi/pulumi/pull/22671) ##### Miscellaneous - \[cli/package] Update the `pulumi package add --agent` documentation hint to use `<type-token>` as the placeholder for the `/docs/...` URL [#​23294](https://redirect.github.com/pulumi/pulumi/pull/23294) - \[cli/plugin] Rename plugin ls to list and rm to remove [#​23291](https://redirect.github.com/pulumi/pulumi/pull/23291) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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> Co-authored-by: pulumi-bot <bot@pulumi.com> |
||
|
|
d02195313f |
Restore .NET SDK target framework to net6.0 (#872)
## Summary - Restore the generated .NET SDK project target framework from `net8.0` to `net6.0`. - Keep the change scoped to the framework bump introduced by #857. ## Testing - `dotnet build sdk/dotnet/Pulumi.DockerBuild.csproj --source https://api.nuget.org/v3/index.json` Note: a plain `dotnet build sdk/dotnet/Pulumi.DockerBuild.csproj` first failed during restore because user-level NuGet sources point at missing local worktree paths. The command above restricts restore to nuget.org; the SDK build also needs the transient `sdk/dotnet/version.txt` that the repo's `sdk/dotnet` generation target creates before building. Co-authored-by: Codex <codex@openai.com>v0.0.18 |
||
|
|
5a648eeac2 |
Update GitHub Actions workflows. (#871)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[c608cd5027225fb54de6ba9788c5c8de381af069](
|
||
|
|
cbc23a6854 |
Update GitHub Actions workflows. (#870)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[8d6a40522db47cd4b958d1d61f039f802c8676c1](
|
||
|
|
23db6da099 |
Update GitHub Actions workflows. (#869)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[b6ab3f6c4b243c533f8bf4b992e3ff8a40c05b79](
|
||
|
|
5d1d3734e5 |
Update GitHub Actions workflows. (#867)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[afe9da8f781d2b3f817d03e6d092dc676c6b3fa4](
|
||
|
|
5028aaae3d |
Update dependency @pulumi/pulumi to v3.243.0 (#866)
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.242.0` -> `3.243.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.242.0/3.243.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.243.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.243.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.242.0...v3.243.0) #### 3.243.0 (2026-05-22) ##### Features - \[cli] Make the `pulumi project new -y` command write a minimal project file with no template [#​22847](https://redirect.github.com/pulumi/pulumi/pull/22847) - \[cli] Allow coding agents to create claimable temporary accounts when not authenticated - \[cli] Suggest `pulumi neo` in `pulumi preview` and `pulumi up` diagnostics output [#​23326](https://redirect.github.com/pulumi/pulumi/pull/23326) - \[sdk] Add `List` to the Go `plugin.Provider` interface, wired to the streaming `ResourceProvider.List` RPC [#​23287](https://redirect.github.com/pulumi/pulumi/pull/23287) - \[sdkgen] Reserve the package names 'pulumi' and 'input' for internal use [#​23321](https://redirect.github.com/pulumi/pulumi/pull/23321) - \[cli/cloud] Prefer text/markdown over JSON in `pulumi api` when an endpoint produces both [#​22963](https://redirect.github.com/pulumi/pulumi/pull/22963) - \[cli/do] Add resource support to `pulumi do` [#​23215](https://redirect.github.com/pulumi/pulumi/pull/23215) - \[cli/neo] Pressing Esc in `pulumi neo` now clears the input box when it has text; with an empty box, Esc still cancels the agent's current turn [#​23299](https://redirect.github.com/pulumi/pulumi/pull/23299) - \[cli/new] Alias `pulumi new` to `pulumi project new` [#​23265](https://redirect.github.com/pulumi/pulumi/pull/23265) ##### Bug Fixes - \[cli] Require `--yes` to confirm `pulumi deployment cancel`, `pulumi stack schedule remove`, `pulumi org webhook remove`, and `pulumi stack webhook remove` when running non-interactively [#​23264](https://redirect.github.com/pulumi/pulumi/pull/23264) - \[pcl] Don't silently ignore `...` in function arguments [#​23309](https://redirect.github.com/pulumi/pulumi/pull/23309) - \[sdkgen/nodejs] Cache package references per-deployment in generated SDKs to fix concurrent inline programs [#​23068](https://redirect.github.com/pulumi/pulumi/pull/23068) - \[backend/service] Error out when setting up journaler fails [#​22671](https://redirect.github.com/pulumi/pulumi/pull/22671) ##### Miscellaneous - \[cli/package] Update the `pulumi package add --agent` documentation hint to use `<type-token>` as the placeholder for the `/docs/...` URL [#​23294](https://redirect.github.com/pulumi/pulumi/pull/23294) - \[cli/plugin] Rename plugin ls to list and rm to remove [#​23291](https://redirect.github.com/pulumi/pulumi/pull/23291) </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> |
||
|
|
b6760addfc |
Update GitHub Actions workflows. (#865)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[1f1f66a893e6cfe901c30ce05c7d7536a04b624b](
|
||
|
|
601ca19a37 |
Update GitHub Actions workflows. (#863)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[030f4a40d6b74923fd2a23f84d947fd5ffc232ae](
|
||
|
|
cdcd44eeab |
Update first-party Pulumi dependencies (#861)
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.241.0` -> `3.242.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.241.0/3.242.0) | | [github.com/pulumi/pulumi-java](https://redirect.github.com/pulumi/pulumi-java) | require | minor | `v1.27.0` -> `v1.28.0` | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.241.0` -> `v3.242.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.242.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32420-2026-05-19) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.241.0...v3.242.0) ##### Features - \[cli] Add a `pulumi` package for npx support - \[cli] Add the `pulumi org member edit` command [#​23235](https://redirect.github.com/pulumi/pulumi/pull/23235) - \[cli] Add the `pulumi org member remove` command [#​23237](https://redirect.github.com/pulumi/pulumi/pull/23237) - \[cli/cloud] Add `pulumi deployment get` to retrieve details for a specific deployment [#​23238](https://redirect.github.com/pulumi/pulumi/pull/23238) - \[cli/cloud] Add `pulumi insights account scan get <account> <scan-id>` to show the full workflow run for a single Insights scan [#​23255](https://redirect.github.com/pulumi/pulumi/pull/23255) - \[cli/cloud] Add `pulumi insights account scan list <account>` to discover recent scan IDs to feed into `pulumi insights account scan log` [#​23255](https://redirect.github.com/pulumi/pulumi/pull/23255) - \[cli/deployment] Add dedicated flags for each deployment setting [#​23236](https://redirect.github.com/pulumi/pulumi/pull/23236) - \[cli/do] Add the start of `pulumi do` [#​23176](https://redirect.github.com/pulumi/pulumi/pull/23176) - \[cli/neo] Add `--print`/`-p` to `pulumi neo` to run a single prompt non-interactively and print the agent's final response to stdout [#​23245](https://redirect.github.com/pulumi/pulumi/pull/23245) ##### Bug Fixes - \[cli/cloud] Fix `pulumi insights account scan log --all` to follow the server's pagination cursor through the end of the log, and render `--job/--step` mode as structured lines instead of an empty raw-string blob [#​23256](https://redirect.github.com/pulumi/pulumi/pull/23256) - \[sdk] Close gzip.Writer in archiveTarGZIP to produce valid tar.gz output [#​23240](https://redirect.github.com/pulumi/pulumi/pull/23240) - \[sdkgen/python] Fix usage of ArgsDict types in typed dictionaries [#​23253](https://redirect.github.com/pulumi/pulumi/pull/23253) </details> <details> <summary>pulumi/pulumi-java (github.com/pulumi/pulumi-java)</summary> ### [`v1.28.0`](https://redirect.github.com/pulumi/pulumi-java/blob/HEAD/CHANGELOG.md#v1280---2026-05-19) [Compare Source](https://redirect.github.com/pulumi/pulumi-java/compare/v1.27.0...v1.28.0) ##### Improvements - \[codegen] Implement logical-not and negation unary operators correctly [#​2188](https://redirect.github.com/pulumi/pulumi-java/pull/2188) </details> <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.242.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.242.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.241.0...v3.242.0) #### 3.242.0 (2026-05-19) ##### Features - \[cli] Add a `pulumi` package for npx support - \[cli] Add the `pulumi org member edit` command [#​23235](https://redirect.github.com/pulumi/pulumi/pull/23235) - \[cli] Add the `pulumi org member remove` command [#​23237](https://redirect.github.com/pulumi/pulumi/pull/23237) - \[cli/cloud] Add `pulumi deployment get` to retrieve details for a specific deployment [#​23238](https://redirect.github.com/pulumi/pulumi/pull/23238) - \[cli/cloud] Add `pulumi insights account scan get <account> <scan-id>` to show the full workflow run for a single Insights scan [#​23255](https://redirect.github.com/pulumi/pulumi/pull/23255) - \[cli/cloud] Add `pulumi insights account scan list <account>` to discover recent scan IDs to feed into `pulumi insights account scan log` [#​23255](https://redirect.github.com/pulumi/pulumi/pull/23255) - \[cli/deployment] Add dedicated flags for each deployment setting [#​23236](https://redirect.github.com/pulumi/pulumi/pull/23236) - \[cli/do] Add the start of `pulumi do` [#​23176](https://redirect.github.com/pulumi/pulumi/pull/23176) - \[cli/neo] Add `--print`/`-p` to `pulumi neo` to run a single prompt non-interactively and print the agent's final response to stdout [#​23245](https://redirect.github.com/pulumi/pulumi/pull/23245) ##### Bug Fixes - \[cli/cloud] Fix `pulumi insights account scan log --all` to follow the server's pagination cursor through the end of the log, and render `--job/--step` mode as structured lines instead of an empty raw-string blob [#​23256](https://redirect.github.com/pulumi/pulumi/pull/23256) - \[sdk] Close gzip.Writer in archiveTarGZIP to produce valid tar.gz output [#​23240](https://redirect.github.com/pulumi/pulumi/pull/23240) - \[sdkgen/python] Fix usage of ArgsDict types in typed dictionaries [#​23253](https://redirect.github.com/pulumi/pulumi/pull/23253) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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> Co-authored-by: pulumi-bot <bot@pulumi.com> |
||
|
|
b90594a58d |
Update GitHub Actions workflows. (#860)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[67f164b40070c76a35f8f2650af615978cb4492d](
|
||
|
|
7cc2388992 |
Update first-party Pulumi dependencies to v3.241.0 (#859)
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.239.0` -> `3.241.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.239.0/3.241.0) | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.239.0` -> `v3.241.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.241.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32410-2026-05-18) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.239.0...v3.241.0) ##### Features - \[cli] Add `--output json` to `pulumi preview` for a structured JSON summary of the operation result [#​22927](https://redirect.github.com/pulumi/pulumi/pull/22927) - \[cli] Add `--output json` to `pulumi refresh` for a structured JSON summary of the operation result [#​22928](https://redirect.github.com/pulumi/pulumi/pull/22928) - \[cli] Add `--output json` to `pulumi destroy` for a structured JSON summary of the operation result [#​22875](https://redirect.github.com/pulumi/pulumi/pull/22875) - \[cli] Add `pulumi stack schedule get` to retrieve the configuration of a scheduled action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule list` to list all scheduled actions configured for a stack [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule new` to create a raw, drift, or TTL deployment schedule for a stack [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack webhook delivery list` to list recent deliveries for a stack webhook [#​23116](https://redirect.github.com/pulumi/pulumi/pull/23116) - \[cli] Add `pulumi stack webhook delivery redeliver` to redeliver a webhook event [#​23118](https://redirect.github.com/pulumi/pulumi/pull/23118) - \[cli] Add `pulumi stack webhook edit` to update an existing stack webhook [#​23139](https://redirect.github.com/pulumi/pulumi/pull/23139) - \[cli] Add `pulumi stack webhook new` to create a new stack webhook [#​23101](https://redirect.github.com/pulumi/pulumi/pull/23101) - \[cli] Add `pulumi stack webhook remove` to delete a stack webhook [#​23102](https://redirect.github.com/pulumi/pulumi/pull/23102) - \[cli] Add `pulumi org webhook delivery list` to list recent deliveries for an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook edit` to update an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook list` to list all webhooks configured for an organization [#​23174](https://redirect.github.com/pulumi/pulumi/pull/23174) - \[cli] Add `pulumi org webhook new` to create a new organization webhook [#​23172](https://redirect.github.com/pulumi/pulumi/pull/23172) - \[cli] Add `pulumi org webhook ping` to send a test ping to an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook remove` to delete an organization webhook [#​23177](https://redirect.github.com/pulumi/pulumi/pull/23177) - \[cli] Add `pulumi stack drift list` to list drift detection runs for a stack [#​23159](https://redirect.github.com/pulumi/pulumi/pull/23159) - \[cli] Add `pulumi stack drift status` to show the drift detection status for a stack [#​23161](https://redirect.github.com/pulumi/pulumi/pull/23161) - \[cli] Add `pulumi stack schedule edit` to update an existing scheduled deployment action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule remove` to delete a scheduled deployment action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi audit-log export` command [#​23212](https://redirect.github.com/pulumi/pulumi/pull/23212) - \[cli] Add `pulumi org audit-log list` [#​23211](https://redirect.github.com/pulumi/pulumi/pull/23211) - \[cli] Add `pulumi policy compliance list` to list compliance results grouped by entity [#​23209](https://redirect.github.com/pulumi/pulumi/pull/23209) - \[cli] Add `pulumi policy group new` command to allow creating new policy groups [#​23202](https://redirect.github.com/pulumi/pulumi/pull/23202) - \[cli] Add the `pulumi policy issue get` command [#​23200](https://redirect.github.com/pulumi/pulumi/pull/23200) - \[cli/cloud] Add `pulumi insights account list` to list Insights accounts in an organization [#​23091](https://redirect.github.com/pulumi/pulumi/pull/23091) - \[cli/cloud] Add `pulumi insights account new` to create a Pulumi Insights account [#​23093](https://redirect.github.com/pulumi/pulumi/pull/23093) - \[cli/cloud] Add `pulumi insights account scan log` to fetch log output for a Pulumi Insights scan [#​23092](https://redirect.github.com/pulumi/pulumi/pull/23092) - \[cli/cloud] Add `pulumi insights account scan` to trigger a resource discovery scan for an Insights account [#​23094](https://redirect.github.com/pulumi/pulumi/pull/23094) - \[cli/cloud] Implement `pulumi stack history events` to retrieve engine events for a Pulumi Cloud update [#​23109](https://redirect.github.com/pulumi/pulumi/pull/23109) - \[cli/cloud] Add `pulumi deployment cancel` to terminate an in-progress deployment [#​23164](https://redirect.github.com/pulumi/pulumi/pull/23164) - \[cli/cloud] Add `pulumi org member list` to list the members of an organization [#​23170](https://redirect.github.com/pulumi/pulumi/pull/23170) - \[cli/cloud] Add `pulumi org usage get` to fetch the resources-under-management summary for an organization [#​23166](https://redirect.github.com/pulumi/pulumi/pull/23166) - \[cli/cloud] Add `pulumi org role assign` to assign a custom role to a team [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role edit` to update a custom role's name, description, or permission tree [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role list` to list custom roles for an organization [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role new` to create a custom role from a permission descriptor JSON file [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role remove` to delete a custom role from an organization [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/env] Update esc to v0.24.0 [#​23213](https://redirect.github.com/pulumi/pulumi/pull/23213) - \[cli/neo] Show tool call arguments and results in `pulumi neo` via a `ctrl+o` overlay [#​23075](https://redirect.github.com/pulumi/pulumi/pull/23075) - \[cli/neo] Multi-line input in `pulumi neo` - Enter sends, Shift+Enter / Alt+Enter / Ctrl+J / trailing `\` insert a newline [#​23151](https://redirect.github.com/pulumi/pulumi/pull/23151) - \[cli/neo] Make `pulumi neo` visible by default; the `PULUMI_EXPERIMENTAL` gate has been removed [#​23228](https://redirect.github.com/pulumi/pulumi/pull/23228) - \[cli/policy] Add `pulumi policy group edit` to edit policy groups [#​23206](https://redirect.github.com/pulumi/pulumi/pull/23206) - \[cli/policy] Add `pulumi policy group remove` command to remove policies [#​23208](https://redirect.github.com/pulumi/pulumi/pull/23208) - \[cli/policy] Add the `pulumi policy group get` command [#​23203](https://redirect.github.com/pulumi/pulumi/pull/23203) ##### Bug Fixes - \[cli] Add `pulumi policy issue list` command [#​23198](https://redirect.github.com/pulumi/pulumi/pull/23198) - \[cli] Fix `pulumi org role list` to send the `uxPurpose` query parameter the service requires [#​23231](https://redirect.github.com/pulumi/pulumi/pull/23231) - \[engine] Fix `pulumi import` dropping map entries whose value matched the enum member of a `Union<Input<Enum<T>>, ...>` element type [#​23190](https://redirect.github.com/pulumi/pulumi/pull/23190) - \[cli/cloud] Surface a clear error when `pulumi api --all` is used against an endpoint whose response is not paginatable, instead of silently emitting an empty array [#​23191](https://redirect.github.com/pulumi/pulumi/pull/23191) [#​23128](https://redirect.github.com/pulumi/pulumi/pull/23128) - \[cli/cloud] `pulumi deployment settings edit` no longer clears fields that the patch does not mention [#​23217](https://redirect.github.com/pulumi/pulumi/pull/23217) - \[cli/import] Generate PCL for asset and archive inputs when importing resources, instead of returning a "NYI" error [#​22938](https://redirect.github.com/pulumi/pulumi/pull/22938) - \[cli/import] Preserve asset/archive/resource-reference values inside map and array inputs, and HCL-escape map keys containing `${` or `%{` template sequences [#​23222](https://redirect.github.com/pulumi/pulumi/pull/23222) - \[cli/install] Hint at adding a `.git` / `_git` when VCS URL resolution fails [#​22831](https://redirect.github.com/pulumi/pulumi/pull/22831) - \[cli/neo] Transparently reconnect the Neo event stream after a transient network drop, resuming from the last seen event ID [#​23134](https://redirect.github.com/pulumi/pulumi/pull/23134) - \[cli/neo] Show `preparing` in the live preview/up block until the first resource arrives [#​23155](https://redirect.github.com/pulumi/pulumi/pull/23155) - \[cli/new] Support specific versions when using registry-backed templates with `pulumi new` [#​22909](https://redirect.github.com/pulumi/pulumi/pull/22909) </details> <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.241.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.241.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.239.0...v3.241.0) ##### 3.241.0 (2026-05-18) ##### Features - \[cli] Add `--output json` to `pulumi preview` for a structured JSON summary of the operation result [#​22927](https://redirect.github.com/pulumi/pulumi/pull/22927) - \[cli] Add `--output json` to `pulumi refresh` for a structured JSON summary of the operation result [#​22928](https://redirect.github.com/pulumi/pulumi/pull/22928) - \[cli] Add `--output json` to `pulumi destroy` for a structured JSON summary of the operation result [#​22875](https://redirect.github.com/pulumi/pulumi/pull/22875) - \[cli] Add `pulumi stack schedule get` to retrieve the configuration of a scheduled action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule list` to list all scheduled actions configured for a stack [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule new` to create a raw, drift, or TTL deployment schedule for a stack [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack webhook delivery list` to list recent deliveries for a stack webhook [#​23116](https://redirect.github.com/pulumi/pulumi/pull/23116) - \[cli] Add `pulumi stack webhook delivery redeliver` to redeliver a webhook event [#​23118](https://redirect.github.com/pulumi/pulumi/pull/23118) - \[cli] Add `pulumi stack webhook edit` to update an existing stack webhook [#​23139](https://redirect.github.com/pulumi/pulumi/pull/23139) - \[cli] Add `pulumi stack webhook new` to create a new stack webhook [#​23101](https://redirect.github.com/pulumi/pulumi/pull/23101) - \[cli] Add `pulumi stack webhook remove` to delete a stack webhook [#​23102](https://redirect.github.com/pulumi/pulumi/pull/23102) - \[cli] Add `pulumi org webhook delivery list` to list recent deliveries for an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook edit` to update an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook list` to list all webhooks configured for an organization [#​23174](https://redirect.github.com/pulumi/pulumi/pull/23174) - \[cli] Add `pulumi org webhook new` to create a new organization webhook [#​23172](https://redirect.github.com/pulumi/pulumi/pull/23172) - \[cli] Add `pulumi org webhook ping` to send a test ping to an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook remove` to delete an organization webhook [#​23177](https://redirect.github.com/pulumi/pulumi/pull/23177) - \[cli] Add `pulumi stack drift list` to list drift detection runs for a stack [#​23159](https://redirect.github.com/pulumi/pulumi/pull/23159) - \[cli] Add `pulumi stack drift status` to show the drift detection status for a stack [#​23161](https://redirect.github.com/pulumi/pulumi/pull/23161) - \[cli] Add `pulumi stack schedule edit` to update an existing scheduled deployment action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule remove` to delete a scheduled deployment action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi audit-log export` command [#​23212](https://redirect.github.com/pulumi/pulumi/pull/23212) - \[cli] Add `pulumi org audit-log list` [#​23211](https://redirect.github.com/pulumi/pulumi/pull/23211) - \[cli] Add `pulumi policy compliance list` to list compliance results grouped by entity [#​23209](https://redirect.github.com/pulumi/pulumi/pull/23209) - \[cli] Add `pulumi policy group new` command to allow creating new policy groups [#​23202](https://redirect.github.com/pulumi/pulumi/pull/23202) - \[cli] Add the `pulumi policy issue get` command [#​23200](https://redirect.github.com/pulumi/pulumi/pull/23200) - \[cli/cloud] Add `pulumi insights account list` to list Insights accounts in an organization [#​23091](https://redirect.github.com/pulumi/pulumi/pull/23091) - \[cli/cloud] Add `pulumi insights account new` to create a Pulumi Insights account [#​23093](https://redirect.github.com/pulumi/pulumi/pull/23093) - \[cli/cloud] Add `pulumi insights account scan log` to fetch log output for a Pulumi Insights scan [#​23092](https://redirect.github.com/pulumi/pulumi/pull/23092) - \[cli/cloud] Add `pulumi insights account scan` to trigger a resource discovery scan for an Insights account [#​23094](https://redirect.github.com/pulumi/pulumi/pull/23094) - \[cli/cloud] Implement `pulumi stack history events` to retrieve engine events for a Pulumi Cloud update [#​23109](https://redirect.github.com/pulumi/pulumi/pull/23109) - \[cli/cloud] Add `pulumi deployment cancel` to terminate an in-progress deployment [#​23164](https://redirect.github.com/pulumi/pulumi/pull/23164) - \[cli/cloud] Add `pulumi org member list` to list the members of an organization [#​23170](https://redirect.github.com/pulumi/pulumi/pull/23170) - \[cli/cloud] Add `pulumi org usage get` to fetch the resources-under-management summary for an organization [#​23166](https://redirect.github.com/pulumi/pulumi/pull/23166) - \[cli/cloud] Add `pulumi org role assign` to assign a custom role to a team [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role edit` to update a custom role's name, description, or permission tree [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role list` to list custom roles for an organization [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role new` to create a custom role from a permission descriptor JSON file [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role remove` to delete a custom role from an organization [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/env] Update esc to v0.24.0 [#​23213](https://redirect.github.com/pulumi/pulumi/pull/23213) - \[cli/neo] Show tool call arguments and results in `pulumi neo` via a `ctrl+o` overlay [#​23075](https://redirect.github.com/pulumi/pulumi/pull/23075) - \[cli/neo] Multi-line input in `pulumi neo` - Enter sends, Shift+Enter / Alt+Enter / Ctrl+J / trailing `\` insert a newline [#​23151](https://redirect.github.com/pulumi/pulumi/pull/23151) - \[cli/neo] Make `pulumi neo` visible by default; the `PULUMI_EXPERIMENTAL` gate has been removed [#​23228](https://redirect.github.com/pulumi/pulumi/pull/23228) - \[cli/policy] Add `pulumi policy group edit` to edit policy groups [#​23206](https://redirect.github.com/pulumi/pulumi/pull/23206) - \[cli/policy] Add `pulumi policy group remove` command to remove policies [#​23208](https://redirect.github.com/pulumi/pulumi/pull/23208) - \[cli/policy] Add the `pulumi policy group get` command [#​23203](https://redirect.github.com/pulumi/pulumi/pull/23203) ##### Bug Fixes - \[cli] Add `pulumi policy issue list` command [#​23198](https://redirect.github.com/pulumi/pulumi/pull/23198) - \[cli] Fix `pulumi org role list` to send the `uxPurpose` query parameter the service requires [#​23231](https://redirect.github.com/pulumi/pulumi/pull/23231) - \[engine] Fix `pulumi import` dropping map entries whose value matched the enum member of a `Union<Input<Enum<T>>, ...>` element type [#​23190](https://redirect.github.com/pulumi/pulumi/pull/23190) - \[cli/cloud] Surface a clear error when `pulumi api --all` is used against an endpoint whose response is not paginatable, instead of silently emitting an empty array [#​23191](https://redirect.github.com/pulumi/pulumi/pull/23191) [#​23128](https://redirect.github.com/pulumi/pulumi/pull/23128) - \[cli/cloud] `pulumi deployment settings edit` no longer clears fields that the patch does not mention [#​23217](https://redirect.github.com/pulumi/pulumi/pull/23217) - \[cli/import] Generate PCL for asset and archive inputs when importing resources, instead of returning a "NYI" error [#​22938](https://redirect.github.com/pulumi/pulumi/pull/22938) - \[cli/import] Preserve asset/archive/resource-reference values inside map and array inputs, and HCL-escape map keys containing `${` or `%{` template sequences [#​23222](https://redirect.github.com/pulumi/pulumi/pull/23222) - \[cli/install] Hint at adding a `.git` / `_git` when VCS URL resolution fails [#​22831](https://redirect.github.com/pulumi/pulumi/pull/22831) - \[cli/neo] Transparently reconnect the Neo event stream after a transient network drop, resuming from the last seen event ID [#​23134](https://redirect.github.com/pulumi/pulumi/pull/23134) - \[cli/neo] Show `preparing` in the live preview/up block until the first resource arrives [#​23155](https://redirect.github.com/pulumi/pulumi/pull/23155) - \[cli/new] Support specific versions when using registry-backed templates with `pulumi new` [#​22909](https://redirect.github.com/pulumi/pulumi/pull/22909) </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 these updates 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> Co-authored-by: pulumi-bot <bot@pulumi.com> |
||
|
|
a748e088ca |
Add HCL Examples & Docs (#852)
Fixes https://github.com/pulumi/pulumi-docker-build/issues/844 |
||
|
|
55d6f8f216 |
Update first-party Pulumi dependencies (#855)
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.237.0` -> `3.239.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.237.0/3.239.0) | | [github.com/pulumi/esc](https://redirect.github.com/pulumi/esc) | indirect | minor | `v0.23.0` -> `v0.24.0` | | [github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild](https://redirect.github.com/pulumi/pulumi-docker-build) | require | patch | `v0.0.16` -> `v0.0.17` | | [github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3](https://redirect.github.com/pulumi/pulumi-dotnet) | require | patch | `v3.106.1` -> `v3.106.2` | | [github.com/pulumi/pulumi-java](https://redirect.github.com/pulumi/pulumi-java) | require | minor | `v1.26.1` -> `v1.27.0` | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.237.0` -> `v3.239.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.239.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32390-2026-05-14) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.238.0...v3.239.0) ##### Features - \[cli] Add `--output json` to `pulumi import` for a structured JSON summary of the operation result [#​22929](https://redirect.github.com/pulumi/pulumi/pull/22929) - \[cli] Add `pulumi stack get` to retrieve detailed information about a stack [#​23106](https://redirect.github.com/pulumi/pulumi/pull/23106) - \[cli] Add `pulumi stack webhook get` to inspect a single stack webhook [#​23088](https://redirect.github.com/pulumi/pulumi/pull/23088) - \[cli] Add `pulumi stack webhook ping` to send a test ping to a stack webhook - \[cli/cloud] Add `pulumi deployment list` to list deployment executions for a stack [#​23114](https://redirect.github.com/pulumi/pulumi/pull/23114) - \[sdkgen] Validate that schema names can't conflict with module paths [#​22956](https://redirect.github.com/pulumi/pulumi/pull/22956) ##### Bug Fixes - \[engine] Fix batch encrypt/decrypt errors being silently dropped [#​23149](https://redirect.github.com/pulumi/pulumi/pull/23149) - \[cli/cloud] Fix `pulumi api` help examples that referenced non-existent operation IDs and response fields [#​23125](https://redirect.github.com/pulumi/pulumi/pull/23125) ### [`v3.238.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32380-2026-05-13) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.237.0...v3.238.0) ##### Features - \[cli] Add a `--language` flag to `pulumi package add` to run outside a Pulumi project or plugin [#​22791](https://redirect.github.com/pulumi/pulumi/pull/22791) - \[cli] Add `--output json` to `pulumi up` for a structured JSON summary of the operation result [#​22870](https://redirect.github.com/pulumi/pulumi/pull/22870) - \[cli] Recommend `pulumi cloud api describe` in `pulumi cloud api --help` to verify operation parameters before calling [#​22881](https://redirect.github.com/pulumi/pulumi/pull/22881) - \[cli] Add `pulumi stack webhook list` to list all webhooks configured for a stack [#​23082](https://redirect.github.com/pulumi/pulumi/pull/23082) - \[cli/cloud] Rename `pulumi cloud api` to `pulumi api` [#​22970](https://redirect.github.com/pulumi/pulumi/pull/22970) - \[cli/cloud] Add `pulumi insights resource get` to look up a single resource discovered by Pulumi Insights [#​23077](https://redirect.github.com/pulumi/pulumi/pull/23077) - \[cli/cloud] Add `pulumi template list` to list registry-backed templates [#​23074](https://redirect.github.com/pulumi/pulumi/pull/23074) - \[cli/cloud] Rename the `--format` flag to `--output` on `pulumi api` and its subcommands [#​23072](https://redirect.github.com/pulumi/pulumi/pull/23072) - \[cli/cloud] Add `pulumi insights resource search` to search for resources discovered by Pulumi Insights [#​23087](https://redirect.github.com/pulumi/pulumi/pull/23087) - \[cli/engine] Add `--skip-plugin-pre-install` to skip up-front plugin installation - \[engine] Fail the deployment when an after hook fails [#​22935](https://redirect.github.com/pulumi/pulumi/pull/22935) - \[cli/neo] Render the agent's TODO list in the `pulumi neo` TUI [#​22864](https://redirect.github.com/pulumi/pulumi/pull/22864) - \[cli/neo] Add `--approval-mode` and `--permission-mode` flags to `pulumi neo`, with Ctrl+A and Ctrl+R hotkeys to switch modes mid-session [#​22950](https://redirect.github.com/pulumi/pulumi/pull/22950) - \[cli/package] When invoked by an AI coding agent, print `pulumi api` pointers after `pulumi package add` and `pulumi package gen-sdk` [#​22904](https://redirect.github.com/pulumi/pulumi/pull/22904) - \[pkg/testing] Recognize the `hcl` and `pcl` runtimes in `integration.ProgramTest` [#​23018](https://redirect.github.com/pulumi/pulumi/pull/23018) - \[pkg/testing] Add `l1-config-types-optional` conformance test for PCL's `optional` type constructor [#​23108](https://redirect.github.com/pulumi/pulumi/pull/23108) ##### Bug Fixes - \[backend/diy] Minify JSON persisted by the DIY backend for checkpoints, history, and stack tags [#​22245](https://redirect.github.com/pulumi/pulumi/pull/22245) - \[cli/import] Ignore property values that do not conform to the schema in maps [#​23076](https://redirect.github.com/pulumi/pulumi/pull/23076) - \[cli/import] Stop dropping map values whose element type is a union of Input-wrapped types during HCL2 import - \[cli/neo] Use the selected stack's organization when starting a `pulumi neo` task instead of the user's default organization [#​22951](https://redirect.github.com/pulumi/pulumi/pull/22951) - \[cli/neo] Include the failure reason in `pulumi_preview` and `pulumi_up` tool results when they fail, so the agent can react instead of seeing a blank error [#​22948](https://redirect.github.com/pulumi/pulumi/pull/22948) - \[cli/neo] Retry `pulumi neo` task creation without the attached stack when the backend rejects it with an "invalid entities" error [#​22945](https://redirect.github.com/pulumi/pulumi/pull/22945) - \[cli/neo] Surface the failure reason when a `filesystem` tool call fails, instead of returning an empty result to the agent [#​23019](https://redirect.github.com/pulumi/pulumi/pull/23019) - \[cli/package] Use `--output=markdown` (not the renamed-away `--format=markdown`) in the `pulumi api` pointers printed by `pulumi package add` and `pulumi package gen-sdk` [#​23098](https://redirect.github.com/pulumi/pulumi/pull/23098) - \[programgen/pcl] Stop reporting spurious circular references when an `ignoreChanges`, `hideDiffs`, `replaceOnChanges`, or `additionalSecretOutputs` entry shares a name with a top-level node [#​22931](https://redirect.github.com/pulumi/pulumi/pull/22931) - \[sdk/python] Speed up python program resolution by using a set instead of deque to track outputs [#​22946](https://redirect.github.com/pulumi/pulumi/pull/22946) ##### Miscellaneous - \[cli/neo] Tag Neo tasks created from the CLI with a `cli` source so the service can attribute their origin [#​23099](https://redirect.github.com/pulumi/pulumi/pull/23099) - \[sdk/nodejs] Add registerPackage helper to cache package references per deployment [#​23014](https://redirect.github.com/pulumi/pulumi/pull/23014) </details> <details> <summary>pulumi/esc (github.com/pulumi/esc)</summary> ### [`v0.24.0`](https://redirect.github.com/pulumi/esc/releases/tag/v0.24.0) [Compare Source](https://redirect.github.com/pulumi/esc/compare/v0.23.0...v0.24.0) ##### Improvements ##### Bug Fixes ##### Breaking changes </details> <details> <summary>pulumi/pulumi-docker-build (github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild)</summary> ### [`v0.0.17`](https://redirect.github.com/pulumi/pulumi-docker-build/compare/v0.0.16...v0.0.17) [Compare Source](https://redirect.github.com/pulumi/pulumi-docker-build/compare/v0.0.16...v0.0.17) </details> <details> <summary>pulumi/pulumi-dotnet (github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3)</summary> ### [`v3.106.2`](https://redirect.github.com/pulumi/pulumi-dotnet/blob/HEAD/CHANGELOG.md#v31062---2026-05-13) [Compare Source](https://redirect.github.com/pulumi/pulumi-dotnet/compare/v3.106.1...v3.106.2) ##### Bug Fixes - \[sdk] Fix programgen for arrays containing only null literals by generating explicit `new object?[]` type annotation [#​948](https://redirect.github.com/pulumi/pulumi-dotnet/pull/948) - \[runtime] Translate PCL `length()` on strings to `StringInfo.LengthInTextElements` so it returns Unicode grapheme clusters rather than UTF-16 code units [#​1000](https://redirect.github.com/pulumi/pulumi-dotnet/pull/1000) - \[runtime] Translate PCL `singleOrNone()` to `Enumerable.SingleOrDefault` so it returns null on an empty list instead of throwing [#​1001](https://redirect.github.com/pulumi/pulumi-dotnet/pull/1001) - \[runtime] Generate correct .NET property names when the schema version contains a hyphen [#​1005](https://redirect.github.com/pulumi/pulumi-dotnet/pull/1005) </details> <details> <summary>pulumi/pulumi-java (github.com/pulumi/pulumi-java)</summary> ### [`v1.27.0`](https://redirect.github.com/pulumi/pulumi-java/blob/HEAD/CHANGELOG.md#v1270---2026-05-13) [Compare Source](https://redirect.github.com/pulumi/pulumi-java/compare/v1.26.1...v1.27.0) ##### Bug Fixes - \[sdk] Fix child resources unable to override protect, retainOnDelete, and deleteBeforeReplace from parent [#​2156](https://redirect.github.com/pulumi/pulumi-java/pull/2156) ##### Improvements - \[codegen] Implement the PCL `fromBase64` and `toBase64` builtins in the Java program codegen [#​2171](https://redirect.github.com/pulumi/pulumi-java/pull/2171) - \[codegen] Fix l1-builtin-string by emitting a grapheme-cluster counter for PCL length() on strings, and wrapping split() results as List<String> so they serialize correctly through ctx.export [#​2170](https://redirect.github.com/pulumi/pulumi-java/pull/2170) - \[codegen] Fix l2-map-keys by fully qualifying generated Args types when their simple names collide across imported packages [#​2178](https://redirect.github.com/pulumi/pulumi-java/pull/2178) - \[sdk/java] Implement the PCL `rootDirectory` builtin and surface the project root directory on `Deployment` [#​2176](https://redirect.github.com/pulumi/pulumi-java/pull/2176) </details> <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.239.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.239.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.238.0...v3.239.0) #### 3.239.0 (2026-05-14) ##### Features - \[cli] Add `--output json` to `pulumi import` for a structured JSON summary of the operation result [#​22929](https://redirect.github.com/pulumi/pulumi/pull/22929) - \[cli] Add `pulumi stack get` to retrieve detailed information about a stack [#​23106](https://redirect.github.com/pulumi/pulumi/pull/23106) - \[cli] Add `pulumi stack webhook get` to inspect a single stack webhook [#​23088](https://redirect.github.com/pulumi/pulumi/pull/23088) - \[cli] Add `pulumi stack webhook ping` to send a test ping to a stack webhook - \[cli/cloud] Add `pulumi deployment list` to list deployment executions for a stack [#​23114](https://redirect.github.com/pulumi/pulumi/pull/23114) - \[sdkgen] Validate that schema names can't conflict with module paths [#​22956](https://redirect.github.com/pulumi/pulumi/pull/22956) ##### Bug Fixes - \[engine] Fix batch encrypt/decrypt errors being silently dropped [#​23149](https://redirect.github.com/pulumi/pulumi/pull/23149) - \[cli/cloud] Fix `pulumi api` help examples that referenced non-existent operation IDs and response fields [#​23125](https://redirect.github.com/pulumi/pulumi/pull/23125) ### [`v3.238.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.238.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.237.0...v3.238.0) #### 3.238.0 (2026-05-13) ##### Features - \[cli] Add a `--language` flag to `pulumi package add` to run outside a Pulumi project or plugin [#​22791](https://redirect.github.com/pulumi/pulumi/pull/22791) - \[cli] Add `--output json` to `pulumi up` for a structured JSON summary of the operation result [#​22870](https://redirect.github.com/pulumi/pulumi/pull/22870) - \[cli] Recommend `pulumi cloud api describe` in `pulumi cloud api --help` to verify operation parameters before calling [#​22881](https://redirect.github.com/pulumi/pulumi/pull/22881) - \[cli] Add `pulumi stack webhook list` to list all webhooks configured for a stack [#​23082](https://redirect.github.com/pulumi/pulumi/pull/23082) - \[cli/cloud] Rename `pulumi cloud api` to `pulumi api` [#​22970](https://redirect.github.com/pulumi/pulumi/pull/22970) - \[cli/cloud] Add `pulumi insights resource get` to look up a single resource discovered by Pulumi Insights [#​23077](https://redirect.github.com/pulumi/pulumi/pull/23077) - \[cli/cloud] Add `pulumi template list` to list registry-backed templates [#​23074](https://redirect.github.com/pulumi/pulumi/pull/23074) - \[cli/cloud] Rename the `--format` flag to `--output` on `pulumi api` and its subcommands [#​23072](https://redirect.github.com/pulumi/pulumi/pull/23072) - \[cli/cloud] Add `pulumi insights resource search` to search for resources discovered by Pulumi Insights [#​23087](https://redirect.github.com/pulumi/pulumi/pull/23087) - \[cli/engine] Add `--skip-plugin-pre-install` to skip up-front plugin installation - \[engine] Fail the deployment when an after hook fails [#​22935](https://redirect.github.com/pulumi/pulumi/pull/22935) - \[cli/neo] Render the agent's TODO list in the `pulumi neo` TUI [#​22864](https://redirect.github.com/pulumi/pulumi/pull/22864) - \[cli/neo] Add `--approval-mode` and `--permission-mode` flags to `pulumi neo`, with Ctrl+A and Ctrl+R hotkeys to switch modes mid-session [#​22950](https://redirect.github.com/pulumi/pulumi/pull/22950) - \[cli/package] When invoked by an AI coding agent, print `pulumi api` pointers after `pulumi package add` and `pulumi package gen-sdk` [#​22904](https://redirect.github.com/pulumi/pulumi/pull/22904) - \[pkg/testing] Recognize the `hcl` and `pcl` runtimes in `integration.ProgramTest` [#​23018](https://redirect.github.com/pulumi/pulumi/pull/23018) - \[pkg/testing] Add `l1-config-types-optional` conformance test for PCL's `optional` type constructor [#​23108](https://redirect.github.com/pulumi/pulumi/pull/23108) ##### Bug Fixes - \[backend/diy] Minify JSON persisted by the DIY backend for checkpoints, history, and stack tags [#​22245](https://redirect.github.com/pulumi/pulumi/pull/22245) - \[cli/import] Ignore property values that do not conform to the schema in maps [#​23076](https://redirect.github.com/pulumi/pulumi/pull/23076) - \[cli/import] Stop dropping map values whose element type is a union of Input-wrapped types during HCL2 import - \[cli/neo] Use the selected stack's organization when starting a `pulumi neo` task instead of the user's default organization [#​22951](https://redirect.github.com/pulumi/pulumi/pull/22951) - \[cli/neo] Include the failure reason in `pulumi_preview` and `pulumi_up` tool results when they fail, so the agent can react instead of seeing a blank error [#​22948](https://redirect.github.com/pulumi/pulumi/pull/22948) - \[cli/neo] Retry `pulumi neo` task creation without the attached stack when the backend rejects it with an "invalid entities" error [#​22945](https://redirect.github.com/pulumi/pulumi/pull/22945) - \[cli/neo] Surface the failure reason when a `filesystem` tool call fails, instead of returning an empty result to the agent [#​23019](https://redirect.github.com/pulumi/pulumi/pull/23019) - \[cli/package] Use `--output=markdown` (not the renamed-away `--format=markdown`) in the `pulumi api` pointers printed by `pulumi package add` and `pulumi package gen-sdk` [#​23098](https://redirect.github.com/pulumi/pulumi/pull/23098) - \[programgen/pcl] Stop reporting spurious circular references when an `ignoreChanges`, `hideDiffs`, `replaceOnChanges`, or `additionalSecretOutputs` entry shares a name with a top-level node [#​22931](https://redirect.github.com/pulumi/pulumi/pull/22931) - \[sdk/python] Speed up python program resolution by using a set instead of deque to track outputs [#​22946](https://redirect.github.com/pulumi/pulumi/pull/22946) ##### Miscellaneous - \[cli/neo] Tag Neo tasks created from the CLI with a `cli` source so the service can attribute their origin [#​23099](https://redirect.github.com/pulumi/pulumi/pull/23099) - \[sdk/nodejs] Add registerPackage helper to cache package references per deployment [#​23014](https://redirect.github.com/pulumi/pulumi/pull/23014) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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> Co-authored-by: pulumi-bot <bot@pulumi.com> |
||
|
|
cfadb02782 |
Update GitHub Actions workflows. (#858)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[17a365754b545672c6b27aad2cd4a0cab814afa4](
|
||
|
|
278187a0c2 |
Automated upgrade: bump pulumi/pulumi to 3.239.0 (#857)
Automated upgrade: bump pulumi/pulumi to 3.239.0v0.0.17 |
||
|
|
e4130f8f2e |
Update GitHub Actions workflows. (#856)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[c883c8df6276d935ea2aa3ca8a8a7cf8ffd5e8ed](
|
||
|
|
6082a91390 |
Update GitHub Actions workflows. (#854)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[cae837f93d8b6f38e281e84e045127160dd98d9c](
|
||
|
|
8cecb2fb4b |
Update module github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild to v0.0.16 (#853)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild](https://redirect.github.com/pulumi/pulumi-docker-build) | require | patch | `v0.0.15` -> `v0.0.16` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/pulumi-docker-build (github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild)</summary> ### [`v0.0.16`](https://redirect.github.com/pulumi/pulumi-docker-build/compare/v0.0.15...v0.0.16) [Compare Source](https://redirect.github.com/pulumi/pulumi-docker-build/compare/v0.0.15...v0.0.16) </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> |
||
|
|
df2dcca9a8 |
Fix 404 handling when deleting a manifest (#850)
Upstream was previously using an internal notFound error, and we were
relying on fragile string matching to detect it. This broke when we
upgraded to Docker v28.
v0.0.16
|
||
|
|
9048892848 |
Update GitHub Actions workflows. (#851)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[daf8aba035d6ed8919db6089c780f56cb7fefc69](
|
||
|
|
d8c7696758 |
Update GitHub Actions workflows. (#848)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[4cbd027aa555ac5a576d57358400a2e24e329c2c](
|
||
|
|
0d1a1b4fd3 |
Update GitHub Actions workflows. (#847)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[97b5e096a3ec277f7b970353d7b048d4800cdb61](
|
||
|
|
8dff8f0e21 |
Update first-party Pulumi dependencies (#846)
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.236.0` -> `3.237.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.236.0/3.237.0) | | [github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3](https://redirect.github.com/pulumi/pulumi-dotnet) | require | minor | `v3.105.0` -> `v3.106.1` | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.236.0` -> `v3.237.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.237.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.237.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.236.0...v3.237.0) ##### 3.237.0 (2026-05-08) ##### Features - \[cli] Include the running command name and detected AI agent (when present) in the User-Agent header on Pulumi Cloud API requests [#​22908](https://redirect.github.com/pulumi/pulumi/pull/22908) - \[engine] Include `result` on the summary engine event [#​22883](https://redirect.github.com/pulumi/pulumi/pull/22883) - \[sdkgen] Eagerly error on schemas with unconstructable types [#​22890](https://redirect.github.com/pulumi/pulumi/pull/22890) - \[cli/cloud] Auto-fill `lang` and `os` query parameters on `pulumi cloud api` GET/HEAD requests when the matched OpenAPI operation declares them and the caller hasn't supplied them [#​22726](https://redirect.github.com/pulumi/pulumi/pull/22726) - \[cli/package] Add `pulumi package new` to bootstrap a Pulumi package from a template [#​22837](https://redirect.github.com/pulumi/pulumi/pull/22837) ##### Bug Fixes - \[cli] Add blank-line gaps between `pulumi neo` TUI conversation blocks [#​22846](https://redirect.github.com/pulumi/pulumi/pull/22846) - \[cli/import] Preserve `__`-prefixed keys when generating PCL for imported resource state, so provider-defined payloads round-trip correctly [#​22856](https://redirect.github.com/pulumi/pulumi/pull/22856) - \[cli/neo] Render `ux__ask_user` clarifying questions as questions instead of approval prompts [#​22862](https://redirect.github.com/pulumi/pulumi/pull/22862) - \[cli/neo] Fix a panic when cancelling a `pulumi neo` session [#​22898](https://redirect.github.com/pulumi/pulumi/pull/22898) - \[cli/neo] Render every assistant message in the TUI scrollback so multi-turn commentary no longer disappears between tool calls - \[cli/neo] Return the bare stack name and canonical project name from `pulumi_preview` and `pulumi_up` tool results instead of echoing the raw input [#​22891](https://redirect.github.com/pulumi/pulumi/pull/22891) - \[codegen/pcl] Stop reporting spurious circular references when an `ignoreChanges`, `hideDiffs`, `replaceOnChanges`, or `additionalSecretOutputs` entry shares a name with a top-level node [#​22916](https://redirect.github.com/pulumi/pulumi/pull/22916) - \[programgen/pcl] Fix PCL binder panic when a conditional mixes a Promise-typed branch with a try() branch [#​22907](https://redirect.github.com/pulumi/pulumi/pull/22907) - \[sdk/python] Support `NotRequired`, `Required` and `total=False` in TypedDicts for component resource arg types [#​22858](https://redirect.github.com/pulumi/pulumi/pull/22858) ##### Miscellaneous - \[cli/cloud] Auto-fit `pulumi cloud api list` table to terminal width and replace the `tabular` table renderer with `go-pretty` [#​22874](https://redirect.github.com/pulumi/pulumi/pull/22874) - \[sdk/nodejs] Test on Node.js 26 and drop 20 [#​22872](https://redirect.github.com/pulumi/pulumi/pull/22872) </details> <details> <summary>pulumi/pulumi-dotnet (github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3)</summary> ### [`v3.106.1`](https://redirect.github.com/pulumi/pulumi-dotnet/blob/HEAD/CHANGELOG.md#v31061---2026-05-08) [Compare Source](https://redirect.github.com/pulumi/pulumi-dotnet/compare/v3.106.0...v3.106.1) ##### Bug Fixes - \[sdk] Revert [#​983](https://redirect.github.com/pulumi/pulumi-dotnet/issues/983), restoring the framework version to v6 [#​997](https://redirect.github.com/pulumi/pulumi-dotnet/pull/997) ### [`v3.106.0`](https://redirect.github.com/pulumi/pulumi-dotnet/blob/HEAD/CHANGELOG.md#v31060---2026-05-07) [Compare Source](https://redirect.github.com/pulumi/pulumi-dotnet/compare/v3.105.0...v3.106.0) ##### Bug Fixes - \[sdk] Bump minimum .NET version to 8.0, to help fix a security vulnerability [#​983](https://redirect.github.com/pulumi/pulumi-dotnet/pull/983) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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> Co-authored-by: pulumi-bot <bot@pulumi.com> |
||
|
|
b73395a7fa |
Update module github.com/pulumi/pulumi-java to v1.26.1 (#845)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi-java](https://redirect.github.com/pulumi/pulumi-java) | require | patch | `v1.26.0` -> `v1.26.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/pulumi-java (github.com/pulumi/pulumi-java)</summary> ### [`v1.26.1`](https://redirect.github.com/pulumi/pulumi-java/blob/HEAD/CHANGELOG.md#v1261---2026-05-07) [Compare Source](https://redirect.github.com/pulumi/pulumi-java/compare/v1.26.0...v1.26.1) ##### Bug Fixes - \[sdk] Fix inherited input properties missing from component schema when args class inherits from a base class [#​2129](https://redirect.github.com/pulumi/pulumi-java/pull/2129) - \[runtime] Wait for debugger attach only when it is requested [#​2161](https://redirect.github.com/pulumi/pulumi-java/pull/2161) - \[codegen] Generate `unsecret(...)` as `.asPlaintext()` and emit `config.requireSecret` for secret config variables in PCL programs [#​2155](https://redirect.github.com/pulumi/pulumi-java/pull/2155) </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> |
||
|
|
05962fcc01 |
Update first-party Pulumi dependencies to v3.236.0 (#842)
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.235.0` -> `3.236.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.235.0/3.236.0) | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.234.0` -> `v3.236.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.236.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32360-2026-05-06) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.235.0...v3.236.0) </details> <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.236.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.236.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.235.0...v3.236.0) #### 3.236.0 (2026-05-06) ### [`v3.235.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.235.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.234.0...v3.235.0) #### 3.235.0 (2026-05-05) ##### Features - \[cli] Add `pulumi logs decrypt` command for viewing logs [#​22523](https://redirect.github.com/pulumi/pulumi/pull/22523) - \[cli] Bundle the `hcl` language host (from pulumi-labs/pulumi-hcl) [#​22807](https://redirect.github.com/pulumi/pulumi/pull/22807) - \[cli] Automatically install the `hcl` converter from pulumi-labs/pulumi-hcl when running `pulumi convert --from hcl` [#​22816](https://redirect.github.com/pulumi/pulumi/pull/22816) - \[pcl] Add `read` blocks to PCL to read resources via ID and query instead of registering them [#​22641](https://redirect.github.com/pulumi/pulumi/pull/22641) - \[cli/cloud] Add `pulumi cloud api <op-or-path>` for calling any Pulumi Cloud API endpoint, with `--field`/`--header`/`--input`/`--body` flag handling, path template binding, content negotiation via `--format`, and `--dry-run` [#​22771](https://redirect.github.com/pulumi/pulumi/pull/22771) - \[cli/cloud] Add `--paginate` to `pulumi cloud api`: follow continuation cursors, accumulate items into a single JSON envelope, and surface progress events to stderr with `--emit-events` (page, complete, truncated, partial_failure, cancelled). [#​22772](https://redirect.github.com/pulumi/pulumi/pull/22772) ##### Bug Fixes - \[cli] Fix the `pulumi neo` shell tool to honor the agent-supplied `timeout` and to terminate the whole process tree (and unblock cmd.Wait) when the deadline fires, so commands like `kubectl logs -f` no longer hang Neo indefinitely. [#​22820](https://redirect.github.com/pulumi/pulumi/pull/22820) - \[cli] Surface the error and exit when `pulumi neo` fails to create the underlying task, instead of leaving the TUI stuck in `Thinking…` [#​22825](https://redirect.github.com/pulumi/pulumi/pull/22825) - \[codegen/go] Correctly generate `[]pulumi.Asset` & `[]pulumi.Archive` [#​22827](https://redirect.github.com/pulumi/pulumi/pull/22827) - \[cli/neo] Exit cleanly when the user presses Ctrl+C twice in `pulumi neo` instead of hanging until a third press [#​22821](https://redirect.github.com/pulumi/pulumi/pull/22821) - \[engine] The engine now caches schemas at `PULUMI_HOME/schemas`, and will cache for parameterised packages as well [#​22812](https://redirect.github.com/pulumi/pulumi/pull/22812) - \[sdk-python] Preserve `__`-prefixed keys (e.g. `__type` discriminators) across RPC deserialization, matching the behavior of the other language SDKs [#​22834](https://redirect.github.com/pulumi/pulumi/pull/22834) - \[programgen/{nodejs,python}] Fix programgen to emit the right `length` check for string length [#​22802](https://redirect.github.com/pulumi/pulumi/pull/22802) ##### Miscellaneous - \[cli] Replace the Pulumipus mascot in the `pulumi neo` welcome banner with new Neo-branded ASCII art. [#​22817](https://redirect.github.com/pulumi/pulumi/pull/22817) </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 these updates 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> Co-authored-by: pulumi-bot <bot@pulumi.com> |
||
|
|
766009ab42 |
Update GitHub Actions workflows. (#841)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[59779d0eefa4d7d6810a40f8190ef01a101acfe1](
|
||
|
|
0110626c42 |
Update first-party Pulumi dependencies (#819)
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.231.0` -> `3.235.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.231.0/3.235.0) | | [github.com/pulumi/providertest](https://redirect.github.com/pulumi/providertest) | require | minor | `v0.6.0` -> `v0.7.0` | | [github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3](https://redirect.github.com/pulumi/pulumi-dotnet) | require | minor | `v3.103.0` -> `v3.105.0` | | [github.com/pulumi/pulumi-go-provider](https://redirect.github.com/pulumi/pulumi-go-provider) | require | patch | `v1.3.1` -> `v1.3.2` | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.230.0` -> `v3.234.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.235.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.235.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.234.0...v3.235.0) ##### 3.235.0 (2026-05-05) ##### Features - \[cli] Add `pulumi logs decrypt` command for viewing logs [#​22523](https://redirect.github.com/pulumi/pulumi/pull/22523) - \[cli] Bundle the `hcl` language host (from pulumi-labs/pulumi-hcl) [#​22807](https://redirect.github.com/pulumi/pulumi/pull/22807) - \[cli] Automatically install the `hcl` converter from pulumi-labs/pulumi-hcl when running `pulumi convert --from hcl` [#​22816](https://redirect.github.com/pulumi/pulumi/pull/22816) - \[pcl] Add `read` blocks to PCL to read resources via ID and query instead of registering them [#​22641](https://redirect.github.com/pulumi/pulumi/pull/22641) - \[cli/cloud] Add `pulumi cloud api <op-or-path>` for calling any Pulumi Cloud API endpoint, with `--field`/`--header`/`--input`/`--body` flag handling, path template binding, content negotiation via `--format`, and `--dry-run` [#​22771](https://redirect.github.com/pulumi/pulumi/pull/22771) - \[cli/cloud] Add `--paginate` to `pulumi cloud api`: follow continuation cursors, accumulate items into a single JSON envelope, and surface progress events to stderr with `--emit-events` (page, complete, truncated, partial_failure, cancelled). [#​22772](https://redirect.github.com/pulumi/pulumi/pull/22772) ##### Bug Fixes - \[cli] Fix the `pulumi neo` shell tool to honor the agent-supplied `timeout` and to terminate the whole process tree (and unblock cmd.Wait) when the deadline fires, so commands like `kubectl logs -f` no longer hang Neo indefinitely. [#​22820](https://redirect.github.com/pulumi/pulumi/pull/22820) - \[cli] Surface the error and exit when `pulumi neo` fails to create the underlying task, instead of leaving the TUI stuck in `Thinking…` [#​22825](https://redirect.github.com/pulumi/pulumi/pull/22825) - \[codegen/go] Correctly generate `[]pulumi.Asset` & `[]pulumi.Archive` [#​22827](https://redirect.github.com/pulumi/pulumi/pull/22827) - \[cli/neo] Exit cleanly when the user presses Ctrl+C twice in `pulumi neo` instead of hanging until a third press [#​22821](https://redirect.github.com/pulumi/pulumi/pull/22821) - \[engine] The engine now caches schemas at `PULUMI_HOME/schemas`, and will cache for parameterised packages as well [#​22812](https://redirect.github.com/pulumi/pulumi/pull/22812) - \[sdk-python] Preserve `__`-prefixed keys (e.g. `__type` discriminators) across RPC deserialization, matching the behavior of the other language SDKs [#​22834](https://redirect.github.com/pulumi/pulumi/pull/22834) - \[programgen/{nodejs,python}] Fix programgen to emit the right `length` check for string length [#​22802](https://redirect.github.com/pulumi/pulumi/pull/22802) ##### Miscellaneous - \[cli] Replace the Pulumipus mascot in the `pulumi neo` welcome banner with new Neo-branded ASCII art. [#​22817](https://redirect.github.com/pulumi/pulumi/pull/22817) ### [`v3.234.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32340-2026-05-01) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.233.0...v3.234.0) ##### Features - \[cli/cloud] Add `pulumi cloud api describe` for inspecting the parameters, request body, and response schema of any Pulumi Cloud API operation, with text, markdown, and JSON output [#​22770](https://redirect.github.com/pulumi/pulumi/pull/22770) - \[cli/cloud] Add `pulumi cloud api list` for browsing every endpoint exposed by the Pulumi Cloud OpenAPI spec, with table and JSON output [#​22769](https://redirect.github.com/pulumi/pulumi/pull/22769) ##### Bug Fixes - \[engine] Revert changes to property path parsing that resulted in errors for currently valid paths ### [`v3.233.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32330-2026-04-30) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.232.0...v3.233.0) ##### Features - \[auto/python] Expose the auto-generated Pulumi CLI interface as `workspace.cli_api` [#​22638](https://redirect.github.com/pulumi/pulumi/pull/22638) - \[cli] Add encrypted logging to ~/.pulumi/logs; use the PULUMI_ENABLE_AUTOMATIC_LOGGING feature flag to turn it on [#​22494](https://redirect.github.com/pulumi/pulumi/pull/22494) - \[cli] Implement the `filesystem__grep` and `filesystem__content_replace` local tools for `pulumi neo`. `grep` runs a regex search across files in the project root with an optional `include` glob filter and returns results in `path:lineno: line` form. `content_replace` performs a literal multi-file search-and-replace with a `file_pattern` glob and `dry_run` preview mode. Both tools skip binary files, hidden directories, and `node_modules`, and reject paths outside the project root. Their input schemas match the cloud-side tool definitions. [#​22655](https://redirect.github.com/pulumi/pulumi/pull/22655) - \[cli] Add `pulumi_preview` and `pulumi_up` as local tools for the experimental `pulumi neo` agent. The Neo TUI renders a persistent bordered block for each operation that streams changed resources and diagnostics as the engine runs and finalizes with a summary of the op counts. Hidden behind PULUMI_EXPERIMENTAL. [#​22697](https://redirect.github.com/pulumi/pulumi/pull/22697) - \[engine] Add `List` to the provider protocol and schema [#​22693](https://redirect.github.com/pulumi/pulumi/pull/22693) ##### Bug Fixes - \[engine] Return a clear error when two installed plugins claim the same default provider package name (for example, a native `scaleway` provider alongside a `terraform-provider` bridge parameterized as `scaleway`) instead of panicking with "Should not have seen an older plugin if sorting is correct!" [#​22679](https://redirect.github.com/pulumi/pulumi/pull/22679) - \[programgen] Do not wrap a `call(...)` on a method whose return type is marked plain in an Output. Previously PCL bound every method call's return type as `Output<T>`, which caused downstream program-gen to emit broken `.apply(...)`/`.ApplyT(...)` traversals against plain struct returns (e.g. methods with `liftSingleValueMethodReturns=true` or `ReturnTypePlain=true`). [#​22696](https://redirect.github.com/pulumi/pulumi/pull/22696) - \[backend/diy] When using a backend url containing creds (e.g. PostgreSQL conn string), mask user:pass as in lock-related error messages [#​22701](https://redirect.github.com/pulumi/pulumi/pull/22701) - \[codegen/go] Generate unqualified `Provider` references for the package's own provider resource. Previously the Go codegen always emitted `<pkg>.Provider` even when the reference appeared inside `<pkg>` itself, producing identifiers that would not compile. Affects generated code for method return types (and other schema positions) that reference `pulumi:providers:<pkg>`. [#​22696](https://redirect.github.com/pulumi/pulumi/pull/22696) - \[codegen/nodejs] Generate unqualified `Provider` references for the package's own provider resource when emitting TypeScript code inside that package. Previously the generator always qualified the name as `<pkg>.Provider`, which does not resolve when no `<pkg>` namespace import is in scope. [#​22696](https://redirect.github.com/pulumi/pulumi/pull/22696) - \[codegen/nodejs] Import the correct class name for a provider resource. Imports for `pulumi:providers:<pkg>` used the title-cased package name instead of `Provider`, producing a phantom identifier that clashed with the containing package's component/resource classes. [#​22696](https://redirect.github.com/pulumi/pulumi/pull/22696) - \[programgen/nodejs] Emit `await` for `call(...)` invocations of methods whose return type is marked plain, and force the generated program into an async `export = async () => ...` wrapper whenever such a call is present. The Node SDK returns `Promise<T>` for plain methods; previously program-gen used the result directly, which did not match its runtime type. [#​22696](https://redirect.github.com/pulumi/pulumi/pull/22696) - \[codegen/python] Avoid a self-import (`import pulumi_<pkg>` inside `pulumi_<pkg>/<module>.py`) when referencing the package's own provider resource. Python referenced the Provider as `pulumi_<pkg>.Provider` even inside that package, which caused a circular import at runtime. [#​22696](https://redirect.github.com/pulumi/pulumi/pull/22696) - \[sdk/python] Reduce internal `Output[T]` data to a single `asyncio.Future` [#​22661](https://redirect.github.com/pulumi/pulumi/pull/22661) - \[sdkgen/{nodejs,python}] Generate optional input types that accept undefined/None values [#​22552](https://redirect.github.com/pulumi/pulumi/pull/22552) ##### Miscellaneous - \[auto/go] Drop the "With" prefix from generated option helpers so they match the naming of the existing optXxx packages [#​22682](https://redirect.github.com/pulumi/pulumi/pull/22682) ### [`v3.232.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32320-2026-04-22) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.231.0...v3.232.0) ##### Features - \[cli] Add an experimental `pulumi neo` command that creates a Pulumi Neo agent task in CLI tool-execution mode and runs the local tool loop. Filesystem and shell tool calls issued by the agent run on the user's machine in their working directory; the interactive chat continues to happen in the Pulumi Console at the URL the command prints. Hidden behind PULUMI_EXPERIMENTAL. [#​22473](https://redirect.github.com/pulumi/pulumi/pull/22473) - \[cli] Add support for handling user approval requests in the `pulumi neo` terminal UI. When the agent requests confirmation for a sensitive action, the TUI prompts the user and forwards their response back to the Pulumi Console. Hidden behind PULUMI_EXPERIMENTAL. [#​22589](https://redirect.github.com/pulumi/pulumi/pull/22589) - \[cli] Add an interactive terminal UI for `pulumi neo` built with bubbletea, rendering agent messages, tool calls, and streaming output in the terminal alongside the Pulumi Console session. Hidden behind PULUMI_EXPERIMENTAL. [#​22570](https://redirect.github.com/pulumi/pulumi/pull/22570) - \[cli] Switch logging library from glog to slog. BREAKING: any `if logging.V(x) {` need to be changed to `if logging.V(x).Enabled()` [#​22548](https://redirect.github.com/pulumi/pulumi/pull/22548) - \[cli] Add a plan-mode toggle to the `pulumi neo` TUI, bound to Shift+Tab. When plan mode is on, Neo explores and asks questions without writing files, running `pulumi up`, or opening PRs, and surfaces an approved plan via a dedicated approval gate. The toggle must be set before the first message (plan mode is task-level on the wire); approving the proposed plan exits plan mode automatically. [#​22634](https://redirect.github.com/pulumi/pulumi/pull/22634) - \[cli] The `pulumi neo` TUI now drives its "thinking" spinner off a single declarative rule (the spinner stays on until a final event — final assistant message, approval request, cancellation, or error — lands), so the indicator no longer flickers off when the agent hands off tool calls to the CLI or when streaming text arrives between tools. Press `Esc` during a turn to ask the agent to cancel; the label switches to "Cancelling..." until the backend acknowledges. [#​22637](https://redirect.github.com/pulumi/pulumi/pull/22637) - \[cli] `pulumi neo` now executes the `edit` filesystem tool locally, matching the schema and response wording of the upstream mcp-claude-code tool so the agent sees identical output whether the call ran on Cloud or CLI. `edit` performs exact-string replacement with occurrence-count validation, and creates a new file when the target is missing and `old_string` is empty. [#​22654](https://redirect.github.com/pulumi/pulumi/pull/22654) ##### Bug Fixes - \[cli] Render user messages in the `pulumi neo` TUI as soon as they're submitted instead of waiting for the Pulumi Cloud event stream to echo them back. The initial prompt passed on the command line also appears in the transcript at startup. Self-echoes from the server are de-duplicated; user input that originated from another client (e.g. the web UI on the same task) still renders. [#​22629](https://redirect.github.com/pulumi/pulumi/pull/22629) - \[cli] Wrap warnings, errors, and user-message bubbles to the terminal width in the `pulumi neo` TUI. Previously these blocks rendered as single long lines that were clipped at the right edge of the viewport. On resize, all width-dependent transcript blocks (user messages, warnings, errors, assistant messages) now reflow to the new terminal width. [#​22635](https://redirect.github.com/pulumi/pulumi/pull/22635) - \[cli/policy] Fix `policy ls` to use the default org name, not username [#​22656](https://redirect.github.com/pulumi/pulumi/pull/22656) - \[engine] Fix provider registry race condition in parallel delete-before-replace [#​21487](https://redirect.github.com/pulumi/pulumi/pull/21487) - \[engine] Signal providers to cancel before closing them during replacement - \[sdkgen] Error on 'id' in state inputs [#​22636](https://redirect.github.com/pulumi/pulumi/pull/22636) - \[programgen/python] Add necessary casts between types in generated programs [#​22567](https://redirect.github.com/pulumi/pulumi/pull/22567) - \[sdkgen/go] Fix caching of package references to be per-deployment not per-process [#​22170](https://redirect.github.com/pulumi/pulumi/pull/22170) ##### Miscellaneous - \[java] Upgrade java to v1.25.0 [#​22673](https://redirect.github.com/pulumi/pulumi/pull/22673) - \[auto/go] Generate command methods for the Go Automation API codegen [#​22612](https://redirect.github.com/pulumi/pulumi/pull/22612) - \[sdk] Clarify docs on the `remote` parameter of `ComponentResource` / `Resource` in the Node and Python SDKs [#​22603](https://redirect.github.com/pulumi/pulumi/pull/22603) - \[sdk/dotnet] Upgrade dotnet to v3.103.1 [#​22676](https://redirect.github.com/pulumi/pulumi/pull/22676) - \[yaml] Upgrade yaml to v1.32.0 [#​22674](https://redirect.github.com/pulumi/pulumi/pull/22674) </details> <details> <summary>pulumi/providertest (github.com/pulumi/providertest)</summary> ### [`v0.7.0`](https://redirect.github.com/pulumi/providertest/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/pulumi/providertest/compare/v0.6.0...v0.7.0) ##### What's Changed - Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in the go_modules group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/pulumi/providertest/pull/159](https://redirect.github.com/pulumi/providertest/pull/159)9 - Fix python_gcp test by adding setuptools dependency by [@​pose](https://redirect.github.com/pose) in [https://github.com/pulumi/providertest/pull/167](https://redirect.github.com/pulumi/providertest/pull/167) - Rename project to python_gcp and update description by [@​pose](https://redirect.github.com/pose) in [https://github.com/pulumi/providertest/pull/166](https://redirect.github.com/pulumi/providertest/pull/166) - fix(pulumitest): start fresh providers per engine operation by [@​rshade](https://redirect.github.com/rshade) in [https://github.com/pulumi/providertest/pull/170](https://redirect.github.com/pulumi/providertest/pull/170) - feat(pulumitest): log pulumi version and plugins on stack creation by [@​rshade](https://redirect.github.com/rshade) in [https://github.com/pulumi/providertest/pull/171](https://redirect.github.com/pulumi/providertest/pull/171) **Full Changelog**: https://github.com/pulumi/providertest/compare/v0.6.0...v0.7.0 </details> <details> <summary>pulumi/pulumi-dotnet (github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3)</summary> ### [`v3.105.0`](https://redirect.github.com/pulumi/pulumi-dotnet/blob/HEAD/CHANGELOG.md#v31050---2026-05-04) [Compare Source](https://redirect.github.com/pulumi/pulumi-dotnet/compare/v3.104.0...v3.105.0) ### [`v3.104.0`](https://redirect.github.com/pulumi/pulumi-dotnet/blob/HEAD/CHANGELOG.md#v31040---2026-04-29) [Compare Source](https://redirect.github.com/pulumi/pulumi-dotnet/compare/v3.103.1...v3.104.0) ##### Improvements - \[runtime] Support the `getOutput` pcl intrinsic in codegen [#​977](https://redirect.github.com/pulumi/pulumi-dotnet/pull/977) ### [`v3.103.1`](https://redirect.github.com/pulumi/pulumi-dotnet/blob/HEAD/CHANGELOG.md#v31031---2026-04-21) [Compare Source](https://redirect.github.com/pulumi/pulumi-dotnet/compare/v3.103.0...v3.103.1) ##### Bug Fixes - \[runtime] Ensure that 'main' is always respected for selecting projects to run [#​55](https://redirect.github.com/pulumi/pulumi-dotnet/pull/55) - \[runtime] Generate compilable C# for resources whose range is an Output-typed expression such as `length(someInvoke.result)`. The loop is now wrapped in `.Apply(rangeBody => { ... })` so the loop bound sees a plain `int`, and `length` on an `Output<ImmutableArray<T>>` is emitted as the extension method `.Length()` (with parentheses) rather than as a property. [#​969](https://redirect.github.com/pulumi/pulumi-dotnet/pull/969) - \[runtime] Fix codegen for nested `InputMap` literals so the produced C# compiles ([#​833](https://redirect.github.com/pulumi/pulumi-dotnet/issues/833)) [#​970](https://redirect.github.com/pulumi/pulumi-dotnet/pull/970) </details> <details> <summary>pulumi/pulumi-go-provider (github.com/pulumi/pulumi-go-provider)</summary> ### [`v1.3.2`](https://redirect.github.com/pulumi/pulumi-go-provider/releases/tag/v1.3.2) [Compare Source](https://redirect.github.com/pulumi/pulumi-go-provider/compare/v1.3.1...v1.3.2) #### What's Changed - Update module github.com/pulumi/pulumi/pkg/v3 to v3.230.0 by [@​pulumi-renovate](https://redirect.github.com/pulumi-renovate)\[bot] in[https://github.com/pulumi/pulumi-go-provider/pull/509](https://redirect.github.com/pulumi/pulumi-go-provider/pull/509)9 - Correctly encode & decode `types.AssetOrArchive` by [@​iwahbe](https://redirect.github.com/iwahbe) in [https://github.com/pulumi/pulumi-go-provider/pull/512](https://redirect.github.com/pulumi/pulumi-go-provider/pull/512) - Resolve framework version via runtime/debug.ReadBuildInfo by [@​iwahbe](https://redirect.github.com/iwahbe) in [https://github.com/pulumi/pulumi-go-provider/pull/514](https://redirect.github.com/pulumi/pulumi-go-provider/pull/514) **Full Changelog**: https://github.com/pulumi/pulumi-go-provider/compare/v1.3.1...v1.3.2 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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> Co-authored-by: Ian Wahbe <me@iwahbe.com> |
||
|
|
27b5636c61 |
Update GitHub Actions workflows. (#840)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[27c21ceadaafd5a7de6e5158a02338d7c19730a1](
|
||
|
|
ed5396c425 |
Update GitHub Actions workflows. (#839)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[4a9e45cebb804597b1a77dd1d1ba390731ba0d82](
|
||
|
|
4ba5f703d4 |
Update GitHub Actions workflows. (#838)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[f19d25e099c54e3ca45528e9e2348cf6873c5534](
|
||
|
|
72c3e93b42 |
Update GitHub Actions workflows. (#837)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[46ca3056938b5f6ddaec3f8eb550dcc34a2e3782](
|
||
|
|
f864eda3e0 |
Update GitHub Actions workflows. (#834)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[3b016890d44c5e5e2e184c4b10b07484d9708cc3](
|
||
|
|
4e01c39bf9 |
Update GitHub Actions workflows. (#833)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[f99b830821cb45c5b332123be59c6a755cd4fadc](
|
||
|
|
bab57d912d |
Update GitHub Actions workflows. (#832)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[dbc8a4c59b47e1406420ea87372068fb3780dce8](
|
||
|
|
96b9de72a5 |
Update GitHub Actions workflows. (#831)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[fbb025ea2dd9c071a4b0a626d092c4104fc57644](
|
||
|
|
bae0f1379a |
Update GitHub Actions workflows. (#829)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[4a821ea4d38895a0aa6b855593ea108774165ff6](
|
||
|
|
30e1a98140 |
Update GitHub Actions workflows. (#828)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[88db566266daeb5f581215c84cd3e8c5f389a18d](
|
||
|
|
0b291cf120 |
Update GitHub Actions workflows. (#826)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[a4ba5d1c3db54f4aa8e7674e03c3032eabd24aaa](
|
||
|
|
2e27061ccc |
Update GitHub Actions workflows. (#825)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[e46e1ac50228764e2a7fa7a76403fca94224df68](
|
||
|
|
740410488f |
Update GitHub Actions workflows. (#824)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[4065ed8e56aa6623046a204c35d57c0376c7cf6c](
|
||
|
|
f24d1e662a |
Update GitHub Actions workflows. (#823)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[7f0c56e9f79bc22f3b4cc6379312d705a56411c6](
|
||
|
|
703dd21dc8 |
Update GitHub Actions workflows. (#822)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[144a8c45ec5f8a164b55365078d914dd6955b209](
|
||
|
|
8328de32ef |
Update GitHub Actions workflows. (#821)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[2bc9cb47c63304319f6a34a84c861bedc53274ae](
|
||
|
|
c9ec41986b |
Update GitHub Actions workflows. (#820)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[5aad94d008deea2e7db42fa2579fe93fb88256b8](
|
||
|
|
ef554c455f |
Update dependency @pulumi/pulumi to v3.231.0 (#818)
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.230.0` -> `3.231.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.230.0/3.231.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.231.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.231.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.230.0...v3.231.0) ##### 3.231.0 (2026-04-16) ##### Features - \[cli] Auto-detect Mercurial repository metadata for `pulumi up` / `pulumi preview` updates, mirroring existing Git support [#​22618](https://redirect.github.com/pulumi/pulumi/pull/22618) - \[engine] Send Cancel RPC to plugins on host close for graceful shutdown [#​22569](https://redirect.github.com/pulumi/pulumi/pull/22569) - \[engine] Pass resource options to hooks through the engine [#​22582](https://redirect.github.com/pulumi/pulumi/pull/22582) - \[engine] Add GetDeploymentInfo to the resource monitor service - \[auto/go] Add `New` command to Automation API [#​22439](https://redirect.github.com/pulumi/pulumi/pull/22439) - \[auto/{go,nodejs,python}] Add --diff to automation api for destroy [#​22563](https://redirect.github.com/pulumi/pulumi/pull/22563) - \[auto/python] Add `new` command to Automation API [#​22439](https://redirect.github.com/pulumi/pulumi/pull/22439) - \[pcl] Support for resource hooks in PCL [#​22365](https://redirect.github.com/pulumi/pulumi/pull/22365) - \[sdk-nodejs] Warn when a non-ComponentResource class is passed in the explicit `components` list to `componentProviderHost` [#​22619](https://redirect.github.com/pulumi/pulumi/pull/22619) - \[sdk-python] Warn when a non-ComponentResource class is passed in the explicit `components` list to `component_provider_host` [#​22619](https://redirect.github.com/pulumi/pulumi/pull/22619) - \[cli/import] Add support for providers to be defined in the same import file as their users [#​21671](https://redirect.github.com/pulumi/pulumi/pull/21671) - \[cli/policy] ESC environment support for local policy packs [#​22495](https://redirect.github.com/pulumi/pulumi/pull/22495) - \[sdk/nodejs] Support package.yaml when using pnpm [#​22491](https://redirect.github.com/pulumi/pulumi/pull/22491) - \[sdk/python] Add function decorator variants for resource and error hooks [#​22519](https://redirect.github.com/pulumi/pulumi/pull/22519) ##### Bug Fixes - \[auto/{nodejs,python}] Support --run-program for inline programs with preview_refresh/destroy - \[backend/diy] Remove state lock for destroy and import with preview only for diy backend [#​22561](https://redirect.github.com/pulumi/pulumi/pull/22561) - \[engine] Fix snapshot integrity error with component/provider resources in refresh --run-program [#​21817](https://redirect.github.com/pulumi/pulumi/pull/21817) - \[pcl] Type list and tuple indices as integers not numbers [#​22592](https://redirect.github.com/pulumi/pulumi/pull/22592) - \[pcl] Builtin functions element and range take int parameters not numbers [#​22597](https://redirect.github.com/pulumi/pulumi/pull/22597) - \[programgen/{go,nodejs,python}] Fix some cases of name conflicts in program gen not being handled correctly [#​22556](https://redirect.github.com/pulumi/pulumi/pull/22556) - \[programgen/nodejs] Add necessary casts between types in generated programs [#​22557](https://redirect.github.com/pulumi/pulumi/pull/22557) - \[programgen/{nodejs,python}] Fix imports of camelCase modules [#​22536](https://redirect.github.com/pulumi/pulumi/pull/22536) - \[sdk/python] Support Input\[Optional\[T]] in Python runtime type unwrapping [#​22553](https://redirect.github.com/pulumi/pulumi/pull/22553) - \[sdkgen] Warn about modules nested under the index module which are not supported [#​22531](https://redirect.github.com/pulumi/pulumi/pull/22531) ##### Miscellaneous - \[java] Upgrade java to v1.24.0 [#​22615](https://redirect.github.com/pulumi/pulumi/pull/22615) - \[yaml] Upgrade yaml to v1.31.1 [#​22610](https://redirect.github.com/pulumi/pulumi/pull/22610) - \[sdk/dotnet] Upgrade dotnet to v3.103.0 [#​22614](https://redirect.github.com/pulumi/pulumi/pull/22614) - \[sdk/nodejs] Replace `got` by `fetch` [#​22533](https://redirect.github.com/pulumi/pulumi/pull/22533) </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> |
||
|
|
0b52de6543 |
Update GitHub Actions workflows. (#816)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[b05dbe61dbea8fb6ea0c4cde662bde1101961819](
|