Skip to content

Commit 852940c

Browse files
Update module github.com/pulumi/pulumi/pkg/v3 to v3.222.0 (#653)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.221.0` -> `v3.222.0` | --- ### Release Notes <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.222.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.222.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.221.0...v3.222.0) ##### 3.222.0 (2026-02-18) ##### Features - \[programgen/go] Generate Call requests [#&#8203;21836](https://redirect.github.com/pulumi/pulumi/pull/21836) ##### Bug Fixes - \[sdk/{nodejs,python}] Fix hang when loading policy packs that use v1.18.1 or older of the policy SDK [#&#8203;21866](https://redirect.github.com/pulumi/pulumi/pull/21866) </details> --- ### 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. 🔕 **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 51b9c6a commit 852940c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/go.mod

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

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

tests/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,10 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
357357
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
358358
github.com/pulumi/esc v0.22.0 h1:Kbk0kIPsoIu6vnLgKtiE8AKRfl8B8bg6adiQuwJiBjA=
359359
github.com/pulumi/esc v0.22.0/go.mod h1:mkghIFn/TvN3XnP4jmCB4U5BG1I4UjGluARi39ckrCE=
360-
github.com/pulumi/pulumi/pkg/v3 v3.221.0 h1:0mfTZOj5RkkOlYhFUgVdRtPX2CIQNUscjcLMQiQKshQ=
361-
github.com/pulumi/pulumi/pkg/v3 v3.221.0/go.mod h1:qC8yKzKvIvFG0YQ6ElETi52hC0K1xCHjDUST6ZNlkug=
362-
github.com/pulumi/pulumi/sdk/v3 v3.221.0 h1:2cT5HvWkfT4AV7kpVZGie9U2NI2aSxTxwjBzRd1MqKk=
363-
github.com/pulumi/pulumi/sdk/v3 v3.221.0/go.mod h1:UGWJOz25OiFIN0QH79UFij8mffH94TYebKUgy9Wvug0=
360+
github.com/pulumi/pulumi/pkg/v3 v3.222.0 h1:Om20ZsLUqKDfcm6LQg2zZnHqVP7H/iPhxe8m2ZH0Ol0=
361+
github.com/pulumi/pulumi/pkg/v3 v3.222.0/go.mod h1:N0lcv+SWVj41N4Me8YHLtFy2Vo4iyBMtqqSdBaV5zFg=
362+
github.com/pulumi/pulumi/sdk/v3 v3.222.0 h1:aHuJcnq3b339p0DhkMBN0EaQOSvojnwpbP1W1QWv8pI=
363+
github.com/pulumi/pulumi/sdk/v3 v3.222.0/go.mod h1:UGWJOz25OiFIN0QH79UFij8mffH94TYebKUgy9Wvug0=
364364
github.com/redis/go-redis/v9 v9.7.0 h1:HhLSs+B6O021gwzl+locl0zEDnyNkxMtf/Z3NNBMa9E=
365365
github.com/redis/go-redis/v9 v9.7.0/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
366366
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=

0 commit comments

Comments
 (0)