Skip to content

Commit ea4ffff

Browse files
Update module github.com/pulumi/pulumi/pkg/v3 to v3.223.0 (#654)
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.222.0` -> `v3.223.0` | --- ### Release Notes <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.223.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.223.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.222.0...v3.223.0) ##### 3.223.0 (2026-02-19) ##### Bug Fixes - \[engine] Report policy pack installation errors [#&#8203;21882](https://redirect.github.com/pulumi/pulumi/pull/21882) </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 852940c commit ea4ffff

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.222.0
9-
github.com/pulumi/pulumi/sdk/v3 v3.222.0
8+
github.com/pulumi/pulumi/pkg/v3 v3.223.0
9+
github.com/pulumi/pulumi/sdk/v3 v3.223.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.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=
360+
github.com/pulumi/pulumi/pkg/v3 v3.223.0 h1:GmtKhHI0EhWqJaJ3o1iqB907bL3CYAmuip4vTSsLrX8=
361+
github.com/pulumi/pulumi/pkg/v3 v3.223.0/go.mod h1:dSMGFSLBptGV7rjoSNPChwEly9goyftiT+SQXO/nAjc=
362+
github.com/pulumi/pulumi/sdk/v3 v3.223.0 h1:RFV3/fft/D/TWj9fuu4KJ1YauYV7mmcIHfZoysr1irk=
363+
github.com/pulumi/pulumi/sdk/v3 v3.223.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)