Skip to content

Commit 7bc506f

Browse files
build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.236.0 to 3.237.0 in /deploy (#1272)
Bumps [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) from 3.236.0 to 3.237.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pulumi/pulumi/releases">github.com/pulumi/pulumi/sdk/v3's releases</a>.</em></p> <blockquote> <h2>v3.237.0</h2> <h2>3.237.0 (2026-05-08)</h2> <h3>Features</h3> <ul> <li> <p>[cli] Include the running command name and detected AI agent (when present) in the User-Agent header on Pulumi Cloud API requests <a href="https://redirect.github.com/pulumi/pulumi/pull/22908">#22908</a></p> </li> <li> <p>[engine] Include <code>result</code> on the summary engine event <a href="https://redirect.github.com/pulumi/pulumi/pull/22883">#22883</a></p> </li> <li> <p>[sdkgen] Eagerly error on schemas with unconstructable types <a href="https://redirect.github.com/pulumi/pulumi/pull/22890">#22890</a></p> </li> <li> <p>[cli/cloud] Auto-fill <code>lang</code> and <code>os</code> query parameters on <code>pulumi cloud api</code> GET/HEAD requests when the matched OpenAPI operation declares them and the caller hasn't supplied them <a href="https://redirect.github.com/pulumi/pulumi/pull/22726">#22726</a></p> </li> <li> <p>[cli/package] Add <code>pulumi package new</code> to bootstrap a Pulumi package from a template <a href="https://redirect.github.com/pulumi/pulumi/pull/22837">#22837</a></p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>[cli] Add blank-line gaps between <code>pulumi neo</code> TUI conversation blocks <a href="https://redirect.github.com/pulumi/pulumi/pull/22846">#22846</a></p> </li> <li> <p>[cli/import] Preserve <code>__</code>-prefixed keys when generating PCL for imported resource state, so provider-defined payloads round-trip correctly <a href="https://redirect.github.com/pulumi/pulumi/pull/22856">#22856</a></p> </li> <li> <p>[cli/neo] Render <code>ux__ask_user</code> clarifying questions as questions instead of approval prompts <a href="https://redirect.github.com/pulumi/pulumi/pull/22862">#22862</a></p> </li> <li> <p>[cli/neo] Fix a panic when cancelling a <code>pulumi neo</code> session <a href="https://redirect.github.com/pulumi/pulumi/pull/22898">#22898</a></p> </li> <li> <p>[cli/neo] Render every assistant message in the TUI scrollback so multi-turn commentary no longer disappears between tool calls</p> </li> <li> <p>[cli/neo] Return the bare stack name and canonical project name from <code>pulumi_preview</code> and <code>pulumi_up</code> tool results instead of echoing the raw input <a href="https://redirect.github.com/pulumi/pulumi/pull/22891">#22891</a></p> </li> <li> <p>[codegen/pcl] Stop reporting spurious circular references when an <code>ignoreChanges</code>, <code>hideDiffs</code>, <code>replaceOnChanges</code>, or <code>additionalSecretOutputs</code> entry shares a name with a top-level node <a href="https://redirect.github.com/pulumi/pulumi/pull/22916">#22916</a></p> </li> <li> <p>[programgen/pcl] Fix PCL binder panic when a conditional mixes a Promise-typed branch with a try() branch <a href="https://redirect.github.com/pulumi/pulumi/pull/22907">#22907</a></p> </li> <li> <p>[sdk/python] Support <code>NotRequired</code>, <code>Required</code> and <code>total=False</code> in TypedDicts for component resource arg types <a href="https://redirect.github.com/pulumi/pulumi/pull/22858">#22858</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md">github.com/pulumi/pulumi/sdk/v3's changelog</a>.</em></p> <blockquote> <h2>3.237.0 (2026-05-08)</h2> <h3>Features</h3> <ul> <li> <p>[cli] Include the running command name and detected AI agent (when present) in the User-Agent header on Pulumi Cloud API requests <a href="https://redirect.github.com/pulumi/pulumi/pull/22908">#22908</a></p> </li> <li> <p>[engine] Include <code>result</code> on the summary engine event <a href="https://redirect.github.com/pulumi/pulumi/pull/22883">#22883</a></p> </li> <li> <p>[sdkgen] Eagerly error on schemas with unconstructable types <a href="https://redirect.github.com/pulumi/pulumi/pull/22890">#22890</a></p> </li> <li> <p>[cli/cloud] Auto-fill <code>lang</code> and <code>os</code> query parameters on <code>pulumi cloud api</code> GET/HEAD requests when the matched OpenAPI operation declares them and the caller hasn't supplied them <a href="https://redirect.github.com/pulumi/pulumi/pull/22726">#22726</a></p> </li> <li> <p>[cli/package] Add <code>pulumi package new</code> to bootstrap a Pulumi package from a template <a href="https://redirect.github.com/pulumi/pulumi/pull/22837">#22837</a></p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>[cli] Add blank-line gaps between <code>pulumi neo</code> TUI conversation blocks <a href="https://redirect.github.com/pulumi/pulumi/pull/22846">#22846</a></p> </li> <li> <p>[cli/import] Preserve <code>__</code>-prefixed keys when generating PCL for imported resource state, so provider-defined payloads round-trip correctly <a href="https://redirect.github.com/pulumi/pulumi/pull/22856">#22856</a></p> </li> <li> <p>[cli/neo] Render <code>ux__ask_user</code> clarifying questions as questions instead of approval prompts <a href="https://redirect.github.com/pulumi/pulumi/pull/22862">#22862</a></p> </li> <li> <p>[cli/neo] Fix a panic when cancelling a <code>pulumi neo</code> session <a href="https://redirect.github.com/pulumi/pulumi/pull/22898">#22898</a></p> </li> <li> <p>[cli/neo] Render every assistant message in the TUI scrollback so multi-turn commentary no longer disappears between tool calls</p> </li> <li> <p>[cli/neo] Return the bare stack name and canonical project name from <code>pulumi_preview</code> and <code>pulumi_up</code> tool results instead of echoing the raw input <a href="https://redirect.github.com/pulumi/pulumi/pull/22891">#22891</a></p> </li> <li> <p>[codegen/pcl] Stop reporting spurious circular references when an <code>ignoreChanges</code>, <code>hideDiffs</code>, <code>replaceOnChanges</code>, or <code>additionalSecretOutputs</code> entry shares a name with a top-level node <a href="https://redirect.github.com/pulumi/pulumi/pull/22916">#22916</a></p> </li> <li> <p>[programgen/pcl] Fix PCL binder panic when a conditional mixes a Promise-typed branch with a try() branch <a href="https://redirect.github.com/pulumi/pulumi/pull/22907">#22907</a></p> </li> <li> <p>[sdk/python] Support <code>NotRequired</code>, <code>Required</code> and <code>total=False</code> in TypedDicts for component resource arg types <a href="https://redirect.github.com/pulumi/pulumi/pull/22858">#22858</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pulumi/pulumi/commit/dc35aff8263f8fcd61bf93e48937a14eda6aecc7"><code>dc35aff</code></a> only don't run CI if changelog/config.yaml changes (<a href="https://redirect.github.com/pulumi/pulumi/issues/22937">#22937</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/a38b7dce7352b5cb8b7b3486aa43d1ff43d803d8"><code>a38b7dc</code></a> cli/neo: keep prior streaming text when the agent emits a new turn (<a href="https://redirect.github.com/pulumi/pulumi/issues/22897">#22897</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/6d84bb5ed7dcb352c1804874f2e3f2c60d4feb26"><code>6d84bb5</code></a> add continue-on-error to upload code coverage and upload codecov test results...</li> <li><a href="https://github.com/pulumi/pulumi/commit/8377d1277e3d26de2fb656529ad3b553964c5ebe"><code>8377d12</code></a> Eagerly error on schemas with unconstructable types (<a href="https://redirect.github.com/pulumi/pulumi/issues/22890">#22890</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/9d209a07ad6ae12f8ff9d0b5bc5d7614c1436f75"><code>9d209a0</code></a> bump java and yaml dependencies (<a href="https://redirect.github.com/pulumi/pulumi/issues/22932">#22932</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/dd82f69c24c2ec61bb5ac52c1846102e8eaf2d7c"><code>dd82f69</code></a> LocalWorkspace.nested_config: use a new stack per test (<a href="https://redirect.github.com/pulumi/pulumi/issues/22926">#22926</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/c5180568c9599a7d7ff52e083a2c38c8443cadef"><code>c518056</code></a> Fix flaky TestFuzz: targeted update with refresh + deleted parent (<a href="https://redirect.github.com/pulumi/pulumi/issues/22925">#22925</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/46486da224c93cf0d12ade0d29702d4425d0db80"><code>46486da</code></a> Thread workspace.Context to ProviderFromSource (<a href="https://redirect.github.com/pulumi/pulumi/issues/22880">#22880</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/ad42ef389ea43505acd9fe33f11c5436c7dbe958"><code>ad42ef3</code></a> increase nodejs automation API timeout (<a href="https://redirect.github.com/pulumi/pulumi/issues/22920">#22920</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/0b8a78bd779f3951be5429556cfa9e614d992ec3"><code>0b8a78b</code></a> Test on Node.js 26 and drop 20 (<a href="https://redirect.github.com/pulumi/pulumi/issues/22872">#22872</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pulumi/pulumi/compare/v3.236.0...v3.237.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/pulumi/pulumi/sdk/v3&package-manager=go_modules&previous-version=3.236.0&new-version=3.237.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe0cb3b commit 7bc506f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26
55
require (
66
github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1
77
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.30.0
8-
github.com/pulumi/pulumi/sdk/v3 v3.236.0
8+
github.com/pulumi/pulumi/sdk/v3 v3.237.0
99
gopkg.in/yaml.v2 v2.4.0
1010
)
1111

deploy/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1 h1:w6OnO3d4j5yVf2vpm8OzXFC/xHOEGqt+9
185185
github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1/go.mod h1:UyZyv7hz4knpFx6/Sh+SkZe6hT6sJHtDvw9A0TbvEsk=
186186
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.30.0 h1:nF0Y1F7fUGL6RYD9EAtHTdDbNFmDaA3xcEiRlvCDV5E=
187187
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.30.0/go.mod h1:BAWI9R3JEEGOp1JlXLPSZKwBGANSrPGUWKtMnS5w5qw=
188-
github.com/pulumi/pulumi/sdk/v3 v3.236.0 h1:vX+0ZCmylokASSKRqvx8ryRnLeFl87xqh3l5cKAI4Ko=
189-
github.com/pulumi/pulumi/sdk/v3 v3.236.0/go.mod h1:ybUihqUfVF1ZXBH3JNunYsAMz2P6i+7v5gzoJ60sVp0=
188+
github.com/pulumi/pulumi/sdk/v3 v3.237.0 h1:D0kx4fkUkiZWfreQg1ekeAifLJEC2+VRYzgboQClg9Q=
189+
github.com/pulumi/pulumi/sdk/v3 v3.237.0/go.mod h1:ybUihqUfVF1ZXBH3JNunYsAMz2P6i+7v5gzoJ60sVp0=
190190
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
191191
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
192192
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=

0 commit comments

Comments
 (0)