Skip to content

Update module github.com/pulumi/pulumi/pkg/v3 to v3.183.0 - #499

Merged
pulumi-renovate[bot] merged 1 commit into
mainfrom
renovate/pulumi
Jul 17, 2025
Merged

Update module github.com/pulumi/pulumi/pkg/v3 to v3.183.0#499
pulumi-renovate[bot] merged 1 commit into
mainfrom
renovate/pulumi

Conversation

@pulumi-renovate

@pulumi-renovate pulumi-renovate Bot commented Jun 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi/pkg/v3 require minor v3.178.0 -> v3.183.0

Release Notes

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

v3.183.0

Compare Source

3.183.0 (2025-07-16)
Features
  • [cli] Support reading v4 checkpoints/deployments
    #​20046

  • [cli] Allow transforms to set resource hooks
    #​20051

  • [protobuf] Add hooks to TransformResourceOptions
    #​20050

  • [auto/{go,nodejs,python}] Support --run-program for inline programs in refresh and destroy operations
    #​19912

  • [cli/new] Reflect templates published with pulumi template publish in the results of pulumi new
    #​19940

  • [sdk/nodejs] Automatic ESM configuration
    #​19980

  • [sdk/python] Allow setting resource hooks in transforms
    #​20052

Bug Fixes
  • [cli] Fix a panic in the console command when a non-existant stack was passed as a --stack argument
    #​20043

  • [sdk/nodejs] Try to normalize component names when auto-inferring them
    #​20048

  • [sdk/python/automation] Fix wrong name after stack rename
    #​20028

Miscellaneous
  • [pkg] Update pulumi-java to v1.16.0
    #​20063

v3.182.0

Compare Source

3.182.0 (2025-07-14)
Features
  • [engine] Implement ResourceHooks in the engine
    #​19874

  • [engine] Prevent destroy without running the program if any resource have delete hooks
    #​19933

  • [engine] Send Cancel message to analyzer plugins on engine shutdown
    #​20015

  • [sdk/go] Implement ResourceHooks in the Go SDK
    #​20002

  • [sdk/nodejs] Implement ResourceHooks in the Node.js SDK
    #​19946

  • [sdk/python] Implement ResourceHooks in the Python SDK
    #​19876

Bug Fixes
  • [cli] Fix stack select when local default-org differs from the service setting for default-org
    #​20010

  • [cli/new] Fix the AI prompt flow of pulumi new command
    #​19998

  • [engine] Fix an issue where the engine would not issue creates and deletes in the correct order for delete before create replacements where dependencies had changed
    #​19945

  • [engine] Handle cancellation during construct
    #​19976

  • [engine] Run after delete hooks for component resources
    #​20025

  • [sdk/{go,nodejs,python}] Pass resource hooks through to construct
    #​20016

  • [sdkgen/go] Fix panic in SDK go generator for a map[string]map[string]union type
    #​19731

  • [sdk/python] Log safely in Python in the presence of PULUMI_ERROR_OUTPUT_STRING
    #​18903

Miscellaneous
  • [sdk/{go,nodejs,python}] Add PULUMI_AUTOMATION_API
    #​19974

  • [sdk/{go,nodejs,python}] Add type and name to ResourceHookArgs
    #​20017

v3.181.0

Compare Source

3.181.0 (2025-06-27)

Features
  • [auto/nodejs] Add previewRefresh to allow dry-runs of refresh commands
    #​19948

  • [auto] Support providing runProgram to preview and up in auto sdk
    #​19729

  • [cli] Warn more aggressively for very old CLI versions
    #​19894

  • [cli] Add pulumi template publish experimental command to publish templates to the Pulumi Registry
    #​19864

  • [cli/plugin] Allow plugin run to run local binary plugins
    #​19903

  • [auto/python] Add preview_refresh to allow dry-runs of refresh commands
    #​19900

  • [auto/python] Add preview_destroy to allow dry-runs of destroy commands
    #​19947

  • [engine] Add SignalAndWaitForShutdown RPC call
    #​19837

  • [engine] Add lifecycle protobuf definitions
    #​19746

Bug Fixes
  • [engine] Restore asset and archive hash values after transforms
    #​19960

  • [cli] Make it possible for inline automation programs to be used with refresh/destroy
    #​19916

  • [cli] Do not assume that package sources without file path prefixes (./, ../) are file paths
    #​19930

  • [engine] Fix untargeted resources not always being sent to stack analysis
    #​19943
    #​19926

  • [engine] Fix a panic when mixing --target, --refresh, and provider upgrades
    #​19935

  • [engine] Fix transforms holding onto engine locks during execution, instead of just during collection
    #​19950

  • [engine] Synthesize delete steps for views during preview
    #​19952

  • [sdk/nodejs] Fix the use of parameterised packages and mocks
    #​19917

v3.180.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (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.


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

This PR has been generated by Renovate Bot.

@pulumi-renovate
pulumi-renovate Bot requested a review from a team as a code owner June 26, 2025 16:03
@pulumi-renovate pulumi-renovate Bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Jun 26, 2025
@pulumi-renovate
pulumi-renovate Bot enabled auto-merge (squash) June 26, 2025 16:03
@pulumi-renovate

pulumi-renovate Bot commented Jun 26, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: tests/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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/pulumi/pulumi/sdk/v3 v3.178.0 -> v3.183.0
golang.org/x/crypto v0.38.0 -> v0.39.0
golang.org/x/mod v0.19.0 -> v0.25.0
golang.org/x/sync v0.14.0 -> v0.15.0
golang.org/x/text v0.25.0 -> v0.26.0
golang.org/x/tools v0.23.0 -> v0.33.0

@pulumi-renovate pulumi-renovate Bot added impact/no-changelog-required This issue doesn't require a CHANGELOG update dependencies Pull requests that update a dependency file labels Jun 26, 2025
@pulumi-renovate pulumi-renovate Bot changed the title Update module github.com/pulumi/pulumi/pkg/v3 to v3.180.0 Update module github.com/pulumi/pulumi/pkg/v3 to v3.181.0 Jun 27, 2025
@pulumi-renovate pulumi-renovate Bot changed the title Update module github.com/pulumi/pulumi/pkg/v3 to v3.181.0 Update module github.com/pulumi/pulumi/pkg/v3 to v3.182.0 Jul 14, 2025
@pulumi-renovate pulumi-renovate Bot changed the title Update module github.com/pulumi/pulumi/pkg/v3 to v3.182.0 Update module github.com/pulumi/pulumi/pkg/v3 to v3.183.0 Jul 16, 2025
@pulumi-renovate
pulumi-renovate Bot merged commit ab82ac3 into main Jul 17, 2025
50 checks passed
@pulumi-renovate
pulumi-renovate Bot deleted the renovate/pulumi branch July 17, 2025 00:04
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 impact/no-changelog-required This issue doesn't require a CHANGELOG update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants