Automated upgrade: bump pulumi/pulumi to 3.255.0 - #3110
Conversation
Review Verdict: Comment OnlyMechanical pulumi/pulumi 3.253.0 to 3.255.0 bump; version applied uniformly across all six go.mod files and .pulumi.version, and go mod verify passes for provider and sdk. Held at COMMENT rather than APPROVE only because required lint and prerequisites checks were still in progress at review time (none failing). Automated low-risk assessment, not a human review. View session · Was this review helpful? Yes · No |
There was a problem hiding this comment.
Automated low-risk assessment, not a human review.
Mechanical dependency bump of pulumi/pulumi from 3.253.0 to 3.255.0 (plus transitive updates: go-logr, go-isatty, go-runewidth, otel collector, genproto, grpc; drops the now-unused atotto/clipboard and golang.org/x/exp indirect deps). The diff is confined to .pulumi.version and the go.mod/go.sum files across the provider, sdk, and examples modules — no hand-written or generated Go/schema/SDK source is touched.
What I checked:
- The
3.255.0version is applied uniformly across all sixgo.modfiles and.pulumi.version; no straggler on the old version. go mod verifypasses for both theproviderandsdkmodules.- No behavior change beyond the dependency version.
Holding at COMMENT rather than APPROVE only because the required lint and prerequisites checks were still in progress at review time (no required check is failing, and warn_codegen / Update Changelog are green). Once those complete green this is safe to merge.
Automated upgrade: bump pulumi/pulumi to 3.255.0