Skip to content

Commit 43d399c

Browse files
Update module github.com/pulumi/pulumi/pkg/v3 to v3.204.0 (#560)
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.203.0` -> `v3.204.0` | --- ### Release Notes <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.204.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.204.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.203.0...v3.204.0) #### 3.204.0 (2025-10-23) ##### Features - \[cli] Print replace diffs when a resource tries to replace but is blocked by still having an import id set [#&#8203;20762](https://redirect.github.com/pulumi/pulumi/pull/20762) - \[engine] Support overriding policy severity on violations [#&#8203;20767](https://redirect.github.com/pulumi/pulumi/pull/20767) - \[backend/service] Send journal entries to the backend if it's supported [#&#8203;20343](https://redirect.github.com/pulumi/pulumi/pull/20343) ##### Bug Fixes - \[engine] Fix a potential snapshot integrity error when a resources dependency fails to be destroyed using `destroy --run-program` [#&#8203;20692](https://redirect.github.com/pulumi/pulumi/pull/20692) - \[engine] Fix import error to contain the import ID of non-existent resources [#&#8203;20753](https://redirect.github.com/pulumi/pulumi/pull/20753) - \[sdk/nodejs] Pass secret values as Output objects to resource hooks to properly maintain their secretness. Previously hooks received an internal representation for secret values. [#&#8203;20774](https://redirect.github.com/pulumi/pulumi/pull/20774) - \[sdk/python] Pass secret values as Output objects to resource hooks to properly maintain their secretness. Previously hooks received an internal representation for secret values. [#&#8203;20769](https://redirect.github.com/pulumi/pulumi/pull/20769) - \[sdkgen/go] Fix codegen of scalar return SDK functions [#&#8203;20754](https://redirect.github.com/pulumi/pulumi/pull/20754) - \[sdkgen/{nodejs,python}] Fix scalar return protocol to allow returning secret maps [#&#8203;20747](https://redirect.github.com/pulumi/pulumi/pull/20747) ##### Miscellaneous - \[sdk/nodejs] Use Language.Link to link Node.js packages [#&#8203;20715](https://redirect.github.com/pulumi/pulumi/pull/20715) </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 0078d4f commit 43d399c

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.24.7
55
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.9.3
66

77
require (
8-
github.com/pulumi/pulumi/pkg/v3 v3.203.0
9-
github.com/pulumi/pulumi/sdk/v3 v3.203.0
8+
github.com/pulumi/pulumi/pkg/v3 v3.204.0
9+
github.com/pulumi/pulumi/sdk/v3 v3.204.0
1010
github.com/stretchr/testify v1.10.0
1111
)
1212

tests/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
343343
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
344344
github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
345345
github.com/pulumi/esc v0.17.0/go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc=
346-
github.com/pulumi/pulumi/pkg/v3 v3.203.0 h1:n4n1mvumcb33LaEPwzoodL5s68y0KIFH6BKlsmMC2xM=
347-
github.com/pulumi/pulumi/pkg/v3 v3.203.0/go.mod h1:U0BRLDbyScfNdP22SBCi3pqghDD/wD8FiEILDcN7Blk=
348-
github.com/pulumi/pulumi/sdk/v3 v3.203.0 h1:naNpZOkGf1QaIcfB47MAh2UHW7DUh37Tg1zOdDmxx5I=
349-
github.com/pulumi/pulumi/sdk/v3 v3.203.0/go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw=
346+
github.com/pulumi/pulumi/pkg/v3 v3.204.0 h1:sK10GNL+nDnfrGzgzQKvd8A357q0SiTQZL7iDERnYMc=
347+
github.com/pulumi/pulumi/pkg/v3 v3.204.0/go.mod h1:Ycr0BogYboSb8UkCa3be1dyvzz2lcYZnLUPrSLW2Y9k=
348+
github.com/pulumi/pulumi/sdk/v3 v3.204.0 h1:tIiirsTpnq+Y9HqLY2NmXSEtbSg5XdZT9k+/6NmesAo=
349+
github.com/pulumi/pulumi/sdk/v3 v3.204.0/go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw=
350350
github.com/redis/go-redis/v9 v9.7.0 h1:HhLSs+B6O021gwzl+locl0zEDnyNkxMtf/Z3NNBMa9E=
351351
github.com/redis/go-redis/v9 v9.7.0/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
352352
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=

0 commit comments

Comments
 (0)