Skip to content

Update first-party Pulumi dependencies to v3.228.0 (minor)#2639

Merged
pulumi-renovate[bot] merged 1 commit intomasterfrom
renovate/minor-3.228-pulumi
Mar 26, 2026
Merged

Update first-party Pulumi dependencies to v3.228.0 (minor)#2639
pulumi-renovate[bot] merged 1 commit intomasterfrom
renovate/minor-3.228-pulumi

Conversation

@pulumi-renovate
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
@pulumi/pulumi (source) dependencies minor 3.227.0 -> 3.228.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.227.0 -> v3.228.0
pulumi (changelog) dependencies minor ==3.227.0 -> ==3.228.0

Release Notes

pulumi/pulumi (@​pulumi/pulumi)

v3.228.0

Compare Source

Features
  • [cli] Don't apply the secrets filter to true and false (case-insensitive)
    #​22269

  • [cli] Add grpcs:// support and header authentication to OTLP exporter
    #​22320

  • [cli] Read OTEL_RESOURCE_ATTRIBUTES
    #​22329

  • [auto/nodejs] Add low-level "cancel" command to the auto-generated interface
    #​22156

  • [cli/state] Allow pulumi state delete to accept multiple resource URNs and delete them in a dependency-safe order

Bug Fixes
  • [cli] Allow relative file paths for --otel-traces
    #​22300

  • [cli] Bridge opentracing spans from providers into OTel
    #​22313

  • [cli] Correctly end spans for GRPC streams
    #​22304

  • [cli/about] Do not include the access token in plain text
    #​22347

  • [display] Fix detailed diff indentation so changed resources are not visually nested under unrelated visible resources when unchanged parents are hidden.
    #​22317

  • [cli/import] Fix import codegen when generating references to non-standard names
    #​22319

  • [engine] Update golang version
    #​22277

  • [pcl] Typecheck component inputs in PCL programs
    #​22292

  • [programgen/{nodejs,python}] Fix literal conversion when calling into local components
    #​22306

Miscellaneous
  • [cli] Add CLI metadata to the root span
    #​22305

  • [cli] Add more OTel interceptors for GRPC clients
    #​22309

  • [cli] Add spans for plugin installation and add more attributes for dependency installation
    #​22303

  • [cli] Allow setting a GRPC endpoint for performance tests
    #​22330

  • [backend/diy] Start deprecation of non-project mode for DIY backends
    #​19625

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

v3.228.0

Compare Source

3.228.0 (2026-03-25)

Features
  • [cli] Don't apply the secrets filter to true and false (case-insensitive)
    #​22269

  • [cli] Add grpcs:// support and header authentication to OTLP exporter
    #​22320

  • [cli] Read OTEL_RESOURCE_ATTRIBUTES
    #​22329

  • [auto/nodejs] Add low-level "cancel" command to the auto-generated interface
    #​22156

  • [cli/state] Allow pulumi state delete to accept multiple resource URNs and delete them in a dependency-safe order

Bug Fixes
  • [cli] Allow relative file paths for --otel-traces
    #​22300

  • [cli] Bridge opentracing spans from providers into OTel
    #​22313

  • [cli] Correctly end spans for GRPC streams
    #​22304

  • [cli/about] Do not include the access token in plain text
    #​22347

  • [display] Fix detailed diff indentation so changed resources are not visually nested under unrelated visible resources when unchanged parents are hidden.
    #​22317

  • [cli/import] Fix import codegen when generating references to non-standard names
    #​22319

  • [engine] Update golang version
    #​22277

  • [pcl] Typecheck component inputs in PCL programs
    #​22292

  • [programgen/{nodejs,python}] Fix literal conversion when calling into local components
    #​22306

Miscellaneous
  • [cli] Add CLI metadata to the root span
    #​22305

  • [cli] Add more OTel interceptors for GRPC clients
    #​22309

  • [cli] Add spans for plugin installation and add more attributes for dependency installation
    #​22303

  • [cli] Allow setting a GRPC endpoint for performance tests
    #​22330

  • [backend/diy] Start deprecation of non-project mode for DIY backends
    #​19625


Configuration

📅 Schedule: Branch creation - "before 10am every weekday" (UTC), Automerge - Monday through Friday ( * * * * 1-5 ) (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 these updates 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 jkodroff as a code owner March 26, 2026 00:42
@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 Mar 26, 2026
@pulumi-renovate pulumi-renovate Bot enabled auto-merge (squash) March 26, 2026 00:42
@pulumi-renovate
Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

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

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.6 -> 1.25.8
github.com/pulumi/pulumi/sdk/v3 v3.227.0 -> v3.228.0
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 -> v0.0.0-20260319201613-d00831a3d3e7
google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 -> v0.0.0-20260319201613-d00831a3d3e7
File name: testing-integration/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):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.6 -> 1.25.8
github.com/pulumi/pulumi/sdk/v3 v3.227.0 -> v3.228.0
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 -> v0.0.0-20260319201613-d00831a3d3e7
google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 -> v0.0.0-20260319201613-d00831a3d3e7

@pulumi-renovate pulumi-renovate Bot merged commit a85519d into master Mar 26, 2026
27 checks passed
@pulumi-renovate pulumi-renovate Bot deleted the renovate/minor-3.228-pulumi branch March 26, 2026 00:42
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