Skip to content

Update first-party Pulumi dependencies#4267

Open
pulumi-renovate[bot] wants to merge 3 commits intomasterfrom
renovate/pulumi
Open

Update first-party Pulumi dependencies#4267
pulumi-renovate[bot] wants to merge 3 commits intomasterfrom
renovate/pulumi

Conversation

@pulumi-renovate
Copy link
Copy Markdown
Contributor

@pulumi-renovate pulumi-renovate bot commented Apr 2, 2026

This PR contains the following updates:

Package Type Update Change
@pulumi/gcp (source) dependencies minor 9.18.0 -> 9.19.0
@pulumi/pulumi (source) dependencies minor 3.229.0 -> 3.230.0
github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 require patch v3.102.0 -> v3.102.1
github.com/pulumi/pulumi/pkg/v3 require minor v3.228.0 -> v3.230.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pulumi/pulumi-gcp (@​pulumi/gcp)

v9.19.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-gcp@v9.18.0...v9.19.0

pulumi/pulumi (@​pulumi/pulumi)

v3.230.0

Compare Source

Features
  • [cli] Detect AI agents and send in update metadata
    #​22497

  • [auto/nodejs] Add "org" commands (get-default, set-default, search, search ai) to the auto-generated interface
    #​22395

  • [auto/nodejs] Add "new" command to the auto-generated interface
    #​22421

  • [sdk/{nodejs,python}] Add Cancel handler to Python & Node.js providers
    #​22516

  • [cli/policy] Add ESC environment resolution for policy packs
    #​22425

Bug Fixes
  • [auto/go] Insert --non-interactive flag before "--" positional separator to avoid misinterpretation as a positional argument
    #​22462

  • [ci] Add code coverage collection for Node.js automation tools tests
    #​22412

  • [pcl] Allow key indexing into a map of resources created by range
    #​22498

  • [programgen/go] Fix an issue with formatted index modules not importing correctly

  • [cli/state] Check for Pulumi.yaml projects and backend option in state upgrade
    #​22483

  • [sdk/go] Fix Go program generation for ternary expressions inside apply callbacks, add Go predeclared identifiers to reserved words, handle optional list types in union type codegen, and fix unmarshalOutput for known outputs with null elements.
    #​22460

  • [sdk/nodejs] Fix inherited input properties missing from component schema when args interface extends another interface
    #​22446

  • [sdk/python] Fix inherited input properties missing from component schema when args class inherits from a base class
    #​22484

Miscellaneous
  • [java] Upgrade java to v1.23.0

  • [sdk/dotnet] Upgrade dotnet to v3.102.1

  • [yaml] Upgrade to v1.31.0
    #​22501

  • [programgen/{dotnet,go,java,nodejs,pcl,python,yaml}] Remove mimeType & readDir from PCL
    #​22449

pulumi/pulumi-dotnet (github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3)

v3.102.1

Compare Source

Bug Fixes
  • [sdk] Fix inherited [Input] properties missing from component schema when using base class inheritance on args types #​930

  • [sdk] Fix GetResourceType() returning empty string for DependencyProviderResource #​922

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

v3.230.0

Compare Source

3.230.0 (2026-04-08)

Features
  • [cli] Detect AI agents and send in update metadata
    #​22497

  • [auto/nodejs] Add "org" commands (get-default, set-default, search, search ai) to the auto-generated interface
    #​22395

  • [auto/nodejs] Add "new" command to the auto-generated interface
    #​22421

  • [sdk/{nodejs,python}] Add Cancel handler to Python & Node.js providers
    #​22516

  • [cli/policy] Add ESC environment resolution for policy packs
    #​22425

Bug Fixes
  • [auto/go] Insert --non-interactive flag before "--" positional separator to avoid misinterpretation as a positional argument
    #​22462

  • [ci] Add code coverage collection for Node.js automation tools tests
    #​22412

  • [pcl] Allow key indexing into a map of resources created by range
    #​22498

  • [programgen/go] Fix an issue with formatted index modules not importing correctly

  • [cli/state] Check for Pulumi.yaml projects and backend option in state upgrade
    #​22483

  • [sdk/go] Fix Go program generation for ternary expressions inside apply callbacks, add Go predeclared identifiers to reserved words, handle optional list types in union type codegen, and fix unmarshalOutput for known outputs with null elements.
    #​22460

  • [sdk/nodejs] Fix inherited input properties missing from component schema when args interface extends another interface
    #​22446

  • [sdk/python] Fix inherited input properties missing from component schema when args class inherits from a base class
    #​22484

Miscellaneous
  • [java] Upgrade java to v1.23.0

  • [sdk/dotnet] Upgrade dotnet to v3.102.1

  • [yaml] Upgrade to v1.31.0
    #​22501

  • [programgen/{dotnet,go,java,nodejs,pcl,python,yaml}] Remove mimeType & readDir from PCL
    #​22449

v3.229.0

Compare Source

3.229.0 (2026-04-02)

Features
  • [auto/python] Add org get-default and set-default commands to Automation API

  • [backend/diy] Avoid unnecessary S3 bucket HEAD calls to improve performance
    #​22373

  • [cli] Allow TRACEPARENT to be set for CLI invocations, parenting the pulumi spans under an existing parent span
    #​22369

  • [cli/display] Add --urns flag to display full resource URNs instead of short names in preview, up, destroy, refresh, import, and watch commands
    #​22007

  • [pcl] Type integer literals as integers rather than numbers in PCL
    #​22268

  • [pcl] Support parameterized providers in PCL
    #​22251

  • [protobuf] Add RunPlugin2 bidirectional streaming RPC to LanguageRuntime proto
    #​22389

  • [yaml] Update YAML runtime to 1.30.2
    #​22426

  • [sdk/go] Add org get-default and set-default commands to Automation API

  • [sdk/nodejs] Modernize generated tsconfig.json to align with TypeScript defaults
    #​22370

  • [cli/policy] Add a new policy analyze command to run a policy pack against existing state
    #​22250

Bug Fixes
  • [backend/diy] Remove state lock for refresh --preview-only for diy backend
    #​22385

  • [cli] Fix OTEL flushing on provider shutdown
    #​22358

  • [cli/display] Fix deadlock in message renderer when cancelling an operation
    #​22433

  • [engine] Fix --include and --exclude not working for program-based refresh (RefreshV2)
    #​22404

  • [engine] Parallelize plugin cancellation in SignalCancellation
    #​22431

  • [pcl] Fix looking up variables in parent scopes
    #​22379

  • [pcl] Apply default values from resource schemas
    #​22393

  • [sdk/{bun,go,nodejs,python}] Wire Cancel RPC to language host Run
    #​22397

  • [sdk/nodejs] Allow TypeScript 6 as a peer dependency
    #​22340

  • [sdk/nodejs] Fix closure serialization for __importStar-wrapped modules
    #​22388

  • [sdk/python] Cache type metadata and class references in Python SDK to reduce CPU overhead during serialization
    #​22422

  • [sdk/python] Replace busy-wait polling in wait_for_rpcs with asyncio.wait
    #​22411

Miscellaneous
  • [cli] Add update metadata to the otel root span
    #​22357

  • [java] Update to v1.22.0
    #​22437

  • [sdk/nodejs] Use nodenext for moduleResolution and module
    #​22363


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 if that's undesired.


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

This PR has been generated by Renovate Bot.

@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 Apr 2, 2026
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) April 2, 2026 18:52
@pulumi-renovate
Copy link
Copy Markdown
Contributor Author

pulumi-renovate bot commented Apr 2, 2026

ℹ Artifact update notice

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

  • 14 additional dependencies were updated

Details:

Package Change
github.com/pulumi/pulumi/sdk/v3 v3.228.0 -> v3.230.0
google.golang.org/grpc v1.79.3 -> v1.80.0
github.com/hashicorp/go-version v1.8.0 -> v1.9.0
go.opentelemetry.io/collector/featuregate v1.54.0 -> v1.55.0
go.opentelemetry.io/collector/pdata v1.54.0 -> v1.55.0
github.com/go-git/go-git/v5 v5.17.1 -> v5.17.2
github.com/lucasb-eyer/go-colorful v1.3.0 -> v1.4.0
github.com/mattn/go-isatty v0.0.20 -> v0.0.21
github.com/mattn/go-runewidth v0.0.21 -> v0.0.23
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 -> v1.43.0
golang.org/x/sys v0.42.0 -> v0.43.0
google.golang.org/genproto/googleapis/api v0.0.0-20260319201613-d00831a3d3e7 -> v0.0.0-20260406210006-6f92a3bedf2d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 -> v0.0.0-20260406210006-6f92a3bedf2d
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):

  • 23 additional dependencies were updated

Details:

Package Change
github.com/pulumi/pulumi/sdk/v3 v3.228.0 -> v3.230.0
github.com/aws/aws-sdk-go-v2 v1.26.1 -> v1.41.5
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 -> v1.4.21
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 -> v2.7.21
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 -> v1.13.7
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 -> v1.13.21
github.com/aws/smithy-go v1.20.2 -> v1.24.2
github.com/git-pkgs/packageurl-go v0.2.1 -> v0.3.1
github.com/git-pkgs/purl v0.1.8 -> v0.1.10
github.com/git-pkgs/vers v0.2.2 -> v0.2.4
github.com/go-git/go-git/v5 v5.17.1 -> v5.17.2
github.com/hashicorp/go-version v1.8.0 -> v1.9.0
github.com/lucasb-eyer/go-colorful v1.3.0 -> v1.4.0
github.com/mattn/go-isatty v0.0.20 -> v0.0.21
github.com/mattn/go-runewidth v0.0.21 -> v0.0.23
go.opentelemetry.io/collector/featuregate v1.54.0 -> v1.55.0
go.opentelemetry.io/collector/pdata v1.54.0 -> v1.55.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 -> v1.43.0
golang.org/x/sys v0.42.0 -> v0.43.0
google.golang.org/genproto/googleapis/api v0.0.0-20260319201613-d00831a3d3e7 -> v0.0.0-20260406210006-6f92a3bedf2d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 -> v0.0.0-20260406210006-6f92a3bedf2d
google.golang.org/grpc v1.79.3 -> v1.80.0

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.73%. Comparing base (9d2f6f8) to head (8275a35).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4267   +/-   ##
=======================================
  Coverage   45.73%   45.73%           
=======================================
  Files          93       93           
  Lines       10363    10363           
=======================================
  Hits         4739     4739           
  Misses       5212     5212           
  Partials      412      412           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pulumi-renovate pulumi-renovate bot changed the title Update module github.com/pulumi/pulumi/pkg/v3 to v3.229.0 Update first-party Pulumi dependencies Apr 8, 2026
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 2 times, most recently from 9d2b800 to ec758d6 Compare April 9, 2026 01:51
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.

1 participant