Skip to content

Commit 5f2054f

Browse files
Update module github.com/pulumi/pulumi/pkg/v3 to v3.255.0 (#768)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | `v3.254.0` → `v3.255.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpulumi%2fpulumi%2fpkg%2fv3/v3.255.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpulumi%2fpulumi%2fpkg%2fv3/v3.254.0/v3.255.0?slim=true) | --- ### Release Notes <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.255.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.255.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.254.0...v3.255.0) ##### 3.255.0 (2026-07-28) ##### Features - \[cli] Add an `--extension` flag to package commands for extension-parameterized packages, reinstalled from `Pulumi.yaml` on `pulumi install` - \[cli] Project files to disk and surface their paths as environment variables for all output formats when opening an ESC environment [#&#8203;23993](https://redirect.github.com/pulumi/pulumi/pull/23993) - \[engine] Resolve an invoke's provider from the `providers` option of the parent named on the request, matching the resolution applied to resource registrations [#&#8203;24016](https://redirect.github.com/pulumi/pulumi/pull/24016) - \[cli/do] Add `--resources` to refer to existing resources in state in `do` input expressions [#&#8203;24037](https://redirect.github.com/pulumi/pulumi/pull/24037) ##### Bug Fixes - \[programgen/nodejs] Parent an invoke written inside a component to that component, so it resolves the component's providers [#&#8203;24017](https://redirect.github.com/pulumi/pulumi/pull/24017) - \[pcl] Apply the `providers` option of a `component` block to the resources and invokes it declares [#&#8203;24016](https://redirect.github.com/pulumi/pulumi/pull/24016) - \[cli/import] Fix import file generation when parent resources share names [#&#8203;24069](https://redirect.github.com/pulumi/pulumi/pull/24069) - \[cli] Fix parallel `pulumi install` processes sharing a `PULUMI_HOME` intermittently failing with a missing provider executable error [#&#8203;24080](https://redirect.github.com/pulumi/pulumi/pull/24080) - \[sdk/python] Allow Construct and Call methods to run concurrently in provider servers [#&#8203;24081](https://redirect.github.com/pulumi/pulumi/pull/24081) ##### Improvements - \[engine] Support strings containing non-UTF8 bytes flowing between providers, the engine, state, and languages that opt in (Go and PCL initially) [#&#8203;23856](https://redirect.github.com/pulumi/pulumi/pull/23856) - \[cli] Add a `--summary` flag to `pulumi stack history events` that reduces a past update's events to the same summary shape as a live `pulumi up --output json`, extended with error diagnostics and failed-resource markers [#&#8203;23960](https://redirect.github.com/pulumi/pulumi/pull/23960) - \[protobuf] Allow state converters to supply resource inputs and outputs in ConvertState responses [#&#8203;23987](https://redirect.github.com/pulumi/pulumi/pull/23987) - \[engine] Allow policy packs to point to executable binaries, not just script folders [#&#8203;24052](https://redirect.github.com/pulumi/pulumi/pull/24052) - \[cli/display] The Neo diagnostics link now suggests `pulumi neo --debug-update` or `pulumi neo --debug-preview` to investigate the failed operation [#&#8203;24075](https://redirect.github.com/pulumi/pulumi/pull/24075) - \[sdk/python] Allow `UV_PROJECT_ENVIRONMENT` to override the virtualenv path if uv is used [#&#8203;24077](https://redirect.github.com/pulumi/pulumi/pull/24077) - \[cli] Allow otel traces to be sent over https [#&#8203;24078](https://redirect.github.com/pulumi/pulumi/pull/24078) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - Monday through Friday (`* * * * 1-5`) 🚦 **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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 4e715e5 commit 5f2054f

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

tests/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.25.11
55
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.9.3
66

77
require (
8-
github.com/pulumi/pulumi/pkg/v3 v3.254.0
9-
github.com/pulumi/pulumi/sdk/v3 v3.254.0
8+
github.com/pulumi/pulumi/pkg/v3 v3.255.0
9+
github.com/pulumi/pulumi/sdk/v3 v3.255.0
1010
github.com/stretchr/testify v1.11.1
1111
)
1212

@@ -126,9 +126,9 @@ require (
126126
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
127127
github.com/kylelemons/godebug v1.1.0 // indirect
128128
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
129-
github.com/mattn/go-isatty v0.0.23 // indirect
129+
github.com/mattn/go-isatty v0.0.24 // indirect
130130
github.com/mattn/go-localereader v0.0.1 // indirect
131-
github.com/mattn/go-runewidth v0.0.24 // indirect
131+
github.com/mattn/go-runewidth v0.0.27 // indirect
132132
github.com/mitchellh/copystructure v1.2.0 // indirect
133133
github.com/mitchellh/go-homedir v1.1.0 // indirect
134134
github.com/mitchellh/go-ps v1.0.0 // indirect
@@ -209,8 +209,8 @@ require (
209209
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
210210
google.golang.org/api v0.272.0 // indirect
211211
google.golang.org/genproto v0.0.0-20260316180232-0b37fe3546d5 // indirect
212-
google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a // indirect
213-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260720211330-0afa2a65878a // indirect
212+
google.golang.org/genproto/googleapis/api v0.0.0-20260727163830-6c54dddc4772 // indirect
213+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260727163830-6c54dddc4772 // indirect
214214
google.golang.org/grpc v1.82.1 // indirect
215215
google.golang.org/protobuf v1.36.11 // indirect
216216
gopkg.in/yaml.v3 v3.0.1 // indirect

tests/go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,13 @@ github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHP
296296
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
297297
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
298298
github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE=
299-
github.com/mattn/go-isatty v0.0.23 h1:cYwCQTQf3HB6xUC+BtyCLZNr7IzbOmoZbmssVNzSyiQ=
300-
github.com/mattn/go-isatty v0.0.23/go.mod h1:nMCL3Zebbrt45jsMDgnfIwz6ydEQApk5oEI3HqDio6A=
299+
github.com/mattn/go-isatty v0.0.24 h1:tGZZoVgT/KiqK1c8ocVLeDS8BSWMRd47J3Lbz7vsReI=
300+
github.com/mattn/go-isatty v0.0.24/go.mod h1:nMCL3Zebbrt45jsMDgnfIwz6ydEQApk5oEI3HqDio6A=
301301
github.com/mattn/go-localereader v0.0.1 h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=
302302
github.com/mattn/go-localereader v0.0.1/go.mod h1:8fBrzywKY7BI3czFoHkuzRoWE9C+EiG4R1k4Cjx5p88=
303303
github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
304-
github.com/mattn/go-runewidth v0.0.24 h1:cpokDiIn0MGnhdHwuWnJBITySJ20QyNGnY2kR/ay2DU=
305-
github.com/mattn/go-runewidth v0.0.24/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
304+
github.com/mattn/go-runewidth v0.0.27 h1:Feg/Oou5zI/wnpgDF6omIU0OokC9GxLC/WRknhVlIR0=
305+
github.com/mattn/go-runewidth v0.0.27/go.mod h1:3qAiGCV4Koz/yuveO58qUefmUTRm8r0IGEXZ9jeHp/8=
306306
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
307307
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
308308
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
@@ -359,10 +359,10 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
359359
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
360360
github.com/pulumi/inflector v0.2.1 h1:bqyiish3tq//vLeLiEstSFE5K7RNjy/ce47ed4QATu8=
361361
github.com/pulumi/inflector v0.2.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY=
362-
github.com/pulumi/pulumi/pkg/v3 v3.254.0 h1:tHuJ/B9W9xuo+xfZKijOImiCHjN9ToRzlg5InG7SoZE=
363-
github.com/pulumi/pulumi/pkg/v3 v3.254.0/go.mod h1:NZvEdiy4rn9nlJWyzUnurOp9SZnEkVo0xcRD9UPp8/0=
364-
github.com/pulumi/pulumi/sdk/v3 v3.254.0 h1:swYYylGLrAaR0VT7Wzk0Fxk8n0syqr38ZgkGCkGGs6g=
365-
github.com/pulumi/pulumi/sdk/v3 v3.254.0/go.mod h1:b99ZkmEGjVyW55blOwL94IfPLcaajhOfV8OTePZrRJM=
362+
github.com/pulumi/pulumi/pkg/v3 v3.255.0 h1:ISv/pcGGIZf4gW5KwABJPzg+GF9Vg1DoohlPq2Y/2QE=
363+
github.com/pulumi/pulumi/pkg/v3 v3.255.0/go.mod h1:0d1xMaPlWlHSHtquZ98pmUizE5iIXcMyldQs+ZxPaLc=
364+
github.com/pulumi/pulumi/sdk/v3 v3.255.0 h1:G872L4M1EPW3l60yEc52GgLpFRdXAVf0rn96q3MwDVQ=
365+
github.com/pulumi/pulumi/sdk/v3 v3.255.0/go.mod h1:b99ZkmEGjVyW55blOwL94IfPLcaajhOfV8OTePZrRJM=
366366
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
367367
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
368368
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
@@ -546,10 +546,10 @@ google.golang.org/api v0.272.0 h1:eLUQZGnAS3OHn31URRf9sAmRk3w2JjMx37d2k8AjJmA=
546546
google.golang.org/api v0.272.0/go.mod h1:wKjowi5LNJc5qarNvDCvNQBn3rVK8nSy6jg2SwRwzIA=
547547
google.golang.org/genproto v0.0.0-20260316180232-0b37fe3546d5 h1:JNfk58HZ8lfmXbYK2vx/UvsqIL59TzByCxPIX4TDmsE=
548548
google.golang.org/genproto v0.0.0-20260316180232-0b37fe3546d5/go.mod h1:x5julN69+ED4PcFk/XWayw35O0lf/nGa4aNgODCmNmw=
549-
google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a h1:97PfJ4tCxY5C7NzzgGqQEMZmXbISdvSArNNEOoUGKBg=
550-
google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a/go.mod h1:1brfde68Npq6+WA75c1EHWPijZEG1kMus61ygPZfn4A=
551-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260720211330-0afa2a65878a h1:qI/YMH1ep2qQtqcp00gMQyoU7mjvbhg88GJKCvfoLj0=
552-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260720211330-0afa2a65878a/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
549+
google.golang.org/genproto/googleapis/api v0.0.0-20260727163830-6c54dddc4772 h1:4namukbyF7JY83aWHQwi9J5ugNTnDReLJ9ZcpqOpRB4=
550+
google.golang.org/genproto/googleapis/api v0.0.0-20260727163830-6c54dddc4772/go.mod h1:1brfde68Npq6+WA75c1EHWPijZEG1kMus61ygPZfn4A=
551+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260727163830-6c54dddc4772 h1:zuslGE3FGxH0hC6veLvSLME3TZzun9MQzjYwo1CBN+k=
552+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260727163830-6c54dddc4772/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
553553
google.golang.org/grpc v1.82.1 h1:NnAxzGRA0677vCa4BUkOAnO5+FfQqVl9iUXeD0IqcGE=
554554
google.golang.org/grpc v1.82.1/go.mod h1:yzTZ1TB1Z3SG+LIYaI+WiE8D5+PZ3ArnrSp8zF3+/ZA=
555555
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=

0 commit comments

Comments
 (0)