Skip to content

build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.236.0 to 3.237.0 in /deploy#1272

Merged
rdimitrov merged 1 commit into
mainfrom
dependabot/go_modules/deploy/github.com/pulumi/pulumi/sdk/v3-3.237.0
May 11, 2026
Merged

build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.236.0 to 3.237.0 in /deploy#1272
rdimitrov merged 1 commit into
mainfrom
dependabot/go_modules/deploy/github.com/pulumi/pulumi/sdk/v3-3.237.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps github.com/pulumi/pulumi/sdk/v3 from 3.236.0 to 3.237.0.

Release notes

Sourced from github.com/pulumi/pulumi/sdk/v3's releases.

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

  • [engine] Include result on the summary engine event #22883

  • [sdkgen] Eagerly error on schemas with unconstructable types #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

  • [cli/package] Add pulumi package new to bootstrap a Pulumi package from a template #22837

Bug Fixes

  • [cli] Add blank-line gaps between pulumi neo TUI conversation blocks #22846

  • [cli/import] Preserve __-prefixed keys when generating PCL for imported resource state, so provider-defined payloads round-trip correctly #22856

  • [cli/neo] Render ux__ask_user clarifying questions as questions instead of approval prompts #22862

  • [cli/neo] Fix a panic when cancelling a pulumi neo session #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

  • [codegen/pcl] Stop reporting spurious circular references when an ignoreChanges, hideDiffs, replaceOnChanges, or additionalSecretOutputs entry shares a name with a top-level node #22916

  • [programgen/pcl] Fix PCL binder panic when a conditional mixes a Promise-typed branch with a try() branch #22907

  • [sdk/python] Support NotRequired, Required and total=False in TypedDicts for component resource arg types #22858

... (truncated)

Changelog

Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.

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

  • [engine] Include result on the summary engine event #22883

  • [sdkgen] Eagerly error on schemas with unconstructable types #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

  • [cli/package] Add pulumi package new to bootstrap a Pulumi package from a template #22837

Bug Fixes

  • [cli] Add blank-line gaps between pulumi neo TUI conversation blocks #22846

  • [cli/import] Preserve __-prefixed keys when generating PCL for imported resource state, so provider-defined payloads round-trip correctly #22856

  • [cli/neo] Render ux__ask_user clarifying questions as questions instead of approval prompts #22862

  • [cli/neo] Fix a panic when cancelling a pulumi neo session #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

  • [codegen/pcl] Stop reporting spurious circular references when an ignoreChanges, hideDiffs, replaceOnChanges, or additionalSecretOutputs entry shares a name with a top-level node #22916

  • [programgen/pcl] Fix PCL binder panic when a conditional mixes a Promise-typed branch with a try() branch #22907

  • [sdk/python] Support NotRequired, Required and total=False in TypedDicts for component resource arg types #22858

... (truncated)

Commits
  • dc35aff only don't run CI if changelog/config.yaml changes (#22937)
  • a38b7dc cli/neo: keep prior streaming text when the agent emits a new turn (#22897)
  • 6d84bb5 add continue-on-error to upload code coverage and upload codecov test results...
  • 8377d12 Eagerly error on schemas with unconstructable types (#22890)
  • 9d209a0 bump java and yaml dependencies (#22932)
  • dd82f69 LocalWorkspace.nested_config: use a new stack per test (#22926)
  • c518056 Fix flaky TestFuzz: targeted update with refresh + deleted parent (#22925)
  • 46486da Thread workspace.Context to ProviderFromSource (#22880)
  • ad42ef3 increase nodejs automation API timeout (#22920)
  • 0b8a78b Test on Node.js 26 and drop 20 (#22872)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) from 3.236.0 to 3.237.0.
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.236.0...v3.237.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi/pulumi/sdk/v3
  dependency-version: 3.237.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 8, 2026
@rdimitrov rdimitrov merged commit 7bc506f into main May 11, 2026
4 checks passed
@rdimitrov rdimitrov deleted the dependabot/go_modules/deploy/github.com/pulumi/pulumi/sdk/v3-3.237.0 branch May 11, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant