Skip to content

fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.232.0#331

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-pulumi-pulumi-sdk-v3-3.x
Open

fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.232.0#331
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-pulumi-pulumi-sdk-v3-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 18, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/pulumi/pulumi/sdk/v3 v3.230.0v3.232.0 age confidence

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.232.0

Compare Source

3.232.0 (2026-04-22)

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

  • [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

  • [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

  • [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

  • [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

  • [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

  • [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

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

  • [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

  • [cli/policy] Fix policy ls to use the default org name, not username
    #​22656

  • [engine] Fix provider registry race condition in parallel delete-before-replace
    #​21487

  • [engine] Signal providers to cancel before closing them during replacement

  • [sdkgen] Error on 'id' in state inputs
    #​22636

  • [programgen/python] Add necessary casts between types in generated programs
    #​22567

  • [sdkgen/go] Fix caching of package references to be per-deployment not per-process
    #​22170

Miscellaneous
  • [java] Upgrade java to v1.25.0
    #​22673

  • [auto/go] Generate command methods for the Go Automation API codegen
    #​22612

  • [sdk] Clarify docs on the remote parameter of ComponentResource / Resource in the Node and Python SDKs
    #​22603

  • [sdk/dotnet] Upgrade dotnet to v3.103.1
    #​22676

  • [yaml] Upgrade yaml to v1.32.0
    #​22674

v3.231.0

Compare Source

3.231.0 (2026-04-16)

Features
  • [cli] Auto-detect Mercurial repository metadata for pulumi up / pulumi preview updates, mirroring existing Git support
    #​22618

  • [engine] Send Cancel RPC to plugins on host close for graceful shutdown
    #​22569

  • [engine] Pass resource options to hooks through the engine
    #​22582

  • [engine] Add GetDeploymentInfo to the resource monitor service

  • [auto/go] Add New command to Automation API
    #​22439

  • [auto/{go,nodejs,python}] Add --diff to automation api for destroy
    #​22563

  • [auto/python] Add new command to Automation API
    #​22439

  • [pcl] Support for resource hooks in PCL
    #​22365

  • [sdk-nodejs] Warn when a non-ComponentResource class is passed in the explicit components list to componentProviderHost
    #​22619

  • [sdk-python] Warn when a non-ComponentResource class is passed in the explicit components list to component_provider_host
    #​22619

  • [cli/import] Add support for providers to be defined in the same import file as their users
    #​21671

  • [cli/policy] ESC environment support for local policy packs
    #​22495

  • [sdk/nodejs] Support package.yaml when using pnpm
    #​22491

  • [sdk/python] Add function decorator variants for resource and error hooks
    #​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

  • [engine] Fix snapshot integrity error with component/provider resources in refresh --run-program
    #​21817

  • [pcl] Type list and tuple indices as integers not numbers
    #​22592

  • [pcl] Builtin functions element and range take int parameters not numbers
    #​22597

  • [programgen/{go,nodejs,python}] Fix some cases of name conflicts in program gen not being handled correctly
    #​22556

  • [programgen/nodejs] Add necessary casts between types in generated programs
    #​22557

  • [programgen/{nodejs,python}] Fix imports of camelCase modules
    #​22536

  • [sdk/python] Support Input[Optional[T]] in Python runtime type unwrapping
    #​22553

  • [sdkgen] Warn about modules nested under the index module which are not supported
    #​22531

Miscellaneous

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.221.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.222.0 Feb 19, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch 2 times, most recently from 8c44f34 to 4167160 Compare February 20, 2026 05:26
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.222.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.223.0 Feb 20, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch 2 times, most recently from f51152c to a96811a Compare February 25, 2026 10:45
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.223.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.223.0 - autoclosed Feb 25, 2026
@renovate renovate Bot closed this Feb 25, 2026
@renovate renovate Bot deleted the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch February 25, 2026 15:43
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.223.0 - autoclosed fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.224.0 Feb 26, 2026
@renovate renovate Bot reopened this Feb 26, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from a96811a to e8437b2 Compare February 26, 2026 17:52
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.224.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.224.0 - autoclosed Feb 27, 2026
@renovate renovate Bot closed this Feb 27, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.224.0 - autoclosed fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.225.0 Mar 5, 2026
@renovate renovate Bot reopened this Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch 2 times, most recently from e8437b2 to 072d549 Compare March 5, 2026 01:03
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.225.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.225.0 - autoclosed Mar 5, 2026
@renovate renovate Bot closed this Mar 5, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.225.0 - autoclosed fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.225.1 Mar 5, 2026
@renovate renovate Bot reopened this Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch 2 times, most recently from 072d549 to 27d9da4 Compare March 5, 2026 22:41
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.225.1 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.225.1 - autoclosed Mar 6, 2026
@renovate renovate Bot closed this Mar 6, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.225.1 - autoclosed fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.226.0 Mar 12, 2026
@renovate renovate Bot reopened this Mar 12, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 27d9da4 to c55e329 Compare March 12, 2026 18:15
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.226.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.226.0 - autoclosed Mar 13, 2026
@renovate renovate Bot closed this Mar 13, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.226.0 - autoclosed fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.227.0 Mar 19, 2026
@renovate renovate Bot reopened this Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch 2 times, most recently from c55e329 to 58a9a47 Compare March 19, 2026 17:16
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.227.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.227.0 - autoclosed Mar 19, 2026
@renovate renovate Bot closed this Mar 19, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.227.0 - autoclosed fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.228.0 Mar 25, 2026
@renovate renovate Bot reopened this Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch 2 times, most recently from 58a9a47 to 17b8fb9 Compare March 25, 2026 14:10
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 17b8fb9 to 25f9299 Compare April 1, 2026 20:45
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.228.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.229.0 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 25f9299 to 4daa8b0 Compare April 2, 2026 17:47
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.229.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.229.0 - autoclosed Apr 3, 2026
@renovate renovate Bot closed this Apr 3, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.229.0 - autoclosed fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.230.0 Apr 8, 2026
@renovate renovate Bot reopened this Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch 2 times, most recently from 4daa8b0 to 3bb2aac Compare April 8, 2026 21:43
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.230.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.231.0 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 3bb2aac to 57b9aa4 Compare April 16, 2026 15:37
@renovate renovate Bot changed the title fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.231.0 fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.232.0 Apr 23, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 23, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/pgavlin/fx/v2 v2.0.10 -> v2.0.12

@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 57b9aa4 to 39a776c Compare April 23, 2026 05:43
@renovate renovate Bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 39a776c to cc20802 Compare April 25, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants