Skip to content

Update first-party Pulumi dependencies#1165

Merged
pulumi-renovate[bot] merged 1 commit intomasterfrom
renovate/pulumi
Mar 5, 2026
Merged

Update first-party Pulumi dependencies#1165
pulumi-renovate[bot] merged 1 commit intomasterfrom
renovate/pulumi

Conversation

@pulumi-renovate
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@pulumi/aws (source) dependencies minor 7.20.0 -> 7.21.0
@pulumi/pulumi (source) dependencies minor 3.224.0 -> 3.225.0
github.com/pulumi/pulumi/pkg/v3 indirect minor v3.224.0 -> v3.225.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.224.0 -> v3.225.0

Release Notes

pulumi/pulumi-aws (@​pulumi/aws)

v7.21.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.20.0...v7.21.0

pulumi/pulumi (@​pulumi/pulumi)

v3.225.0

Compare Source

3.225.0 (2026-03-04)
Features
  • [engine] Automatically make invoke outputs secret when there is a secret input, and the invoke provider does not support secrets
    #​21959

  • [engine] The engine now handles the inheritance of the provider option in resource registrations
    #​21999

  • [engine] Enable journaling by default. It can still be turned off using the PULUMI_DISABLE_JOURNALING env variable
    #​22041

  • [programgen] PCL can now express config values should be read as secrets
    #​22066

  • [yaml] Update yaml to v1.30.0

  • [cli/engine] Add a flag for automatically opening a Neo task on preview/up failure
    #​21960

  • [cli/package] Support source-based packages in pulumi schema check, not just schema files
    #​21897

Bug Fixes
  • [cli] Fix stack import panicking when importing a service stack into a DIY backend
    #​22076

  • [engine] Fix panic when a new component resource in the program is not targeted
    #​21957

  • [sdk/nodejs] Implement GetProgramDependencies for bun and pnpm
    #​22065

Miscellaneous
  • [cli] Build language plugins with the grpcnotrace tag to reduce the binary size
    #​22012

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 Mar 5, 2026
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) March 5, 2026 10:22
@pulumi-renovate
Copy link
Contributor Author

ℹ Artifact update notice

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

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

Details:

Package Change
go 1.25.0 -> 1.25.6
github.com/pulumi/pulumi/sdk/v3 v3.224.0 -> v3.225.0
go.opentelemetry.io/collector/featuregate v1.52.0 -> v1.53.0
go.opentelemetry.io/collector/pdata v1.52.0 -> v1.53.0
go.opentelemetry.io/otel v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/sdk v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.40.0 -> v1.41.0
google.golang.org/genproto/googleapis/api v0.0.0-20260223185530-2f722ef697dc -> v0.0.0-20260226221140-a57be14db171
google.golang.org/genproto/googleapis/rpc v0.0.0-20260223185530-2f722ef697dc -> v0.0.0-20260226221140-a57be14db171
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):

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

Details:

Package Change
go 1.25.0 -> 1.25.6
github.com/pulumi/pulumi/sdk/v3 v3.224.0 -> v3.225.0
go.opentelemetry.io/collector/featuregate v1.52.0 -> v1.53.0
go.opentelemetry.io/collector/pdata v1.52.0 -> v1.53.0
go.opentelemetry.io/otel v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/sdk v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.40.0 -> v1.41.0
google.golang.org/genproto/googleapis/api v0.0.0-20260223185530-2f722ef697dc -> v0.0.0-20260226221140-a57be14db171
google.golang.org/genproto/googleapis/rpc v0.0.0-20260223185530-2f722ef697dc -> v0.0.0-20260226221140-a57be14db171

@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 29.38%. Comparing base (725215d) to head (6932653).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1165   +/-   ##
=======================================
  Coverage   29.38%   29.38%           
=======================================
  Files          25       25           
  Lines         912      912           
=======================================
  Hits          268      268           
  Misses        590      590           
  Partials       54       54           

☔ 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.

@pulumi-renovate pulumi-renovate bot merged commit 1e91fe3 into master Mar 5, 2026
21 checks passed
@pulumi-renovate pulumi-renovate bot deleted the renovate/pulumi branch March 5, 2026 10:37
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