Skip to content

Comments

Update first-party Pulumi dependencies#498

Open
pulumi-renovate[bot] wants to merge 1 commit intomainfrom
renovate/pulumi
Open

Update first-party Pulumi dependencies#498
pulumi-renovate[bot] wants to merge 1 commit intomainfrom
renovate/pulumi

Conversation

@pulumi-renovate
Copy link
Contributor

@pulumi-renovate pulumi-renovate bot commented Jan 29, 2026

This PR contains the following updates:

Package Type Update Change
@pulumi/aws (source) devDependencies minor 7.16.0 -> 7.20.0
@pulumi/aws (source) dependencies minor 7.16.0 -> 7.20.0
@pulumi/aws-native (source) devDependencies minor 1.50.0 -> 1.55.0
@pulumi/aws-native (source) dependencies minor 1.50.0 -> 1.55.0
@pulumi/pulumi (source) resolutions minor 3.217.1 -> 3.223.0
@pulumi/pulumi (source) devDependencies minor 3.217.1 -> 3.223.0
@pulumi/pulumi (source) dependencies minor 3.217.1 -> 3.223.0
github.com/pulumi/esc indirect minor v0.21.0 -> v0.22.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.217.1 -> v3.223.0

Release Notes

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

v7.20.0

Compare Source

What's Changed

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

v7.19.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.17.0...v7.19.0

v7.18.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.17.0...v7.18.0

v7.17.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.16.0...v7.17.0

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

v1.55.0

Compare Source

Changelog

v1.54.0

Compare Source

Changelog

v1.53.0

Compare Source

Changelog

v1.52.0

Compare Source

Changelog

v1.51.0

Compare Source

Changelog
pulumi/pulumi (@​pulumi/pulumi)

v3.223.0

Compare Source

3.223.0 (2026-02-19)
Bug Fixes
  • [engine] Report policy pack installation errors
    #​21882

v3.222.0

Compare Source

3.222.0 (2026-02-18)
Features
  • [programgen/go] Generate Call requests
    #​21836
Bug Fixes
  • [sdk/{nodejs,python}] Fix hang when loading policy packs that use v1.18.1 or older of the policy SDK
    #​21866

v3.221.0

Compare Source

Features
  • [auto] Support Go 1.26
    #​21835

  • [engine] BREAKING: Rename pulumiVersionRange to requiredPulumiVersion in PulumiPlugin.yaml
    #​21807

  • [cli/plugin] Reduce GitHub API usage when downloading plugins
    #​21774

  • [protobuf] Add loader_target to RunPluginRequest
    #​21763

  • [sdk/nodejs] Support enums when inferring schemas from components
    #​21787

  • [sdk/nodejs] Support the Partial utility type in component schema inference
    #​21802

  • [sdk/nodejs] Support the Required utility type in component schema inference
    #​21803

Bug Fixes
  • [cli] Make stack graph output deterministic
    #​21786

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

  • [engine] Fix race in refresh --run-program
    #​21815

  • [programgen/go] Correctly handle import paths for nested modules
    #​21812

  • [sdkgen] Support type references to parameterized and third-party packages
    #​21804

  • [sdkgen/go] Do not depend on pulumix against instructions for enums
    #​21818

  • [cli/{install,package}] Don't panic when a non-absolute path is passed to pulumi package get-schema where the PulumiPlugin.yaml has a packages section
    #​21794

  • [cli/{install,package}] Only link a Pulumi project once
    #​21788

  • [cli/{install,package}] Run in the correct location when using uv to link python packages
    #​21796

  • [cli/package] Allow underscores in the path of plugin URLs
    #​21778

  • [sdk/{nodejs,python}] Use new policy plugin support to run policy packs
    #​21684

  • [sdk/python] Surface errors from uv, poetry or pip during linking
    #​21770

  • [sdk/python] Always surface errors from uv, poetry or pip during dependency installation
    #​21814

  • [sdkgen/python] Add missing blank line before :param lists
    #​21789

v3.220.0

Compare Source

Features
  • [cli] Show environment variables that were set if a snapshot integrity error happens
    #​21709

  • [cli/{install,package}] Use the Pulumi Cloud Registry by default to resolve package names

  • [engine] Pass replacement trigger through to Construct
    #​21408

  • [engine] Add EnvVarMappings resource option for provider resources, allowing environment variables to be remapped before being passed to the provider
    #​21572

  • [pkg] BREAKING: Deprecate github.com/pulumi/pulumi/pkg/v3/codegen/dotnet in favor of github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3/codegen. This package will be removed from pulumi/pulumi soon!
    #​21720

Bug Fixes
  • [cli] Retry yarn install when it fails (e.g. during pulumi install)
    #​21707

  • [engine] Deal with errors in elided journal entries correctly
    #​21576

  • [sdk/nodejs] Fix remote components with PULUMI_NODEJS_SKIP_COMPONENT_INPUTS

  • [sdk/python] Fix _LazyModule to not trigger full module load for introspection attributes
    #​21620

  • [sdkgen/python] Remove workaround for slow typechecking with MyPy and PyCharm
    #​21722

Miscellaneous
  • [cli] Write logfile location if verbosity is >= 1 to stderr instead of stdout
    #​21663

v3.219.0

Compare Source

Features
  • [cli] Allow setting requiredPulumiVersion in Pulumi.yaml
    #​21627

  • [cli/{install,package}] Allow using private packages as local dependencies in components
    #​21664

  • [cli/policy] Add pulumi policy install command
    #​21652

  • [engine] Run analyzer calls in parallel
    #​21631

  • [programgen/dotnet] Codegen RequirePulumiVersion for Dotnet
    #​21621

  • [sdk/python] Add support for the OnError resource hook
    #​21644

  • [sdk/python] Add support for protobuf 6
    #​21647

Bug Fixes
  • [cli] Allow positional arguments to be passed to convert again
    #​21604
    #​21614

  • [engine] Download/install required policy packs in parallel with plugins
    #​21651

  • [cli/package] Correctly install packages that depend on other packages for pulumi package add and pulumi package get-schema.
    #​21321

  • [programgen/python] Fix panic when ranging over a resource output that is an array of objects
    #​21679

  • [sdk/python] Fix issue with generic subclasses of dynamic.Resource
    #​21670

Miscellaneous
  • [sdk/python] Relax pip version constraint
    #​21639

v3.218.0

Compare Source

Features
  • [sdk/nodejs] Add support for the OnError resource hook
Bug Fixes
  • [cli] Allow positional arguments to be passed to convert again

  • [cli/install] Correctly include git forge organizations as schema namespaces when generating SDKs
    #​21579

  • [cli/{install,package}] Correctly grab package names for Python & NodeJS
    #​21577

pulumi/esc (github.com/pulumi/esc)

v0.22.0

Compare Source

Improvements
Bug Fixes
Breaking changes

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 Jan 29, 2026
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) January 29, 2026 16:28
@pulumi-renovate pulumi-renovate bot changed the title Update dependency @pulumi/pulumi to v3.218.0 Update first-party Pulumi dependencies to v3.218.0 Jan 29, 2026
@pulumi-renovate
Copy link
Contributor Author

pulumi-renovate bot commented Jan 29, 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):

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

Details:

Package Change
go 1.24.7 -> 1.25.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
cloud.google.com/go/compute/metadata v0.6.0 -> v0.9.0
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/ProtonMail/go-crypto v1.1.3 -> v1.1.6
github.com/charmbracelet/bubbles v0.16.1 -> v1.0.0
github.com/charmbracelet/bubbletea v0.25.0 -> v1.3.10
github.com/cloudflare/circl v1.6.1 -> v1.6.1
github.com/cyphar/filepath-securejoin v0.3.6 -> v0.4.1
github.com/go-git/go-billy/v5 v5.6.1 -> v5.6.2
github.com/go-git/go-git/v5 v5.13.1 -> v5.16.5
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/golang/glog v1.2.4 -> v1.2.5
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da -> v0.0.0-20241129210726-2c02b8208cf8
github.com/lucasb-eyer/go-colorful v1.2.0 -> v1.3.0
github.com/mattn/go-runewidth v0.0.15 -> v0.0.20
github.com/muesli/termenv v0.15.2 -> v0.16.0
github.com/pjbgf/sha1cd v0.3.0 -> v0.3.2
github.com/pulumi/pulumi/sdk/v3 v3.217.1 -> v3.223.0
github.com/rivo/uniseg v0.4.4 -> v0.4.7
github.com/rogpeppe/go-internal v1.13.1 -> v1.14.1
github.com/skeema/knownhosts v1.3.0 -> v1.3.1
github.com/spf13/cobra v1.10.1 -> v1.10.2
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel v1.36.0 -> v1.39.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.39.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.39.0
go.uber.org/atomic v1.9.0 -> v1.11.0
golang.org/x/crypto v0.47.0 -> v0.48.0
golang.org/x/mod v0.31.0 -> v0.32.0
golang.org/x/net v0.49.0 -> v0.50.0
golang.org/x/oauth2 v0.30.0 -> v0.34.0
golang.org/x/sys v0.40.0 -> v0.41.0
golang.org/x/term v0.39.0 -> v0.40.0
golang.org/x/text v0.33.0 -> v0.34.0
golang.org/x/tools v0.40.0 -> v0.41.0
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20260217215200-42d3e9bedb6d
google.golang.org/grpc v1.72.1 -> v1.79.1
google.golang.org/protobuf v1.36.6 -> v1.36.11
lukechampine.com/frand v1.4.2 -> v1.5.1

@pulumi-renovate pulumi-renovate bot changed the title Update first-party Pulumi dependencies to v3.218.0 Update first-party Pulumi dependencies Feb 2, 2026
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 8 times, most recently from 34476f8 to 3f5dd37 Compare February 11, 2026 14:36
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 6 times, most recently from 511da52 to 57b5061 Compare February 21, 2026 16:44
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