Skip to content

Commit 541c8a7

Browse files
build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.219.0 to 3.220.0 in /deploy (#953)
Bumps [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) from 3.219.0 to 3.220.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pulumi/pulumi/releases">github.com/pulumi/pulumi/sdk/v3's releases</a>.</em></p> <blockquote> <h2>v3.220.0</h2> <h2>3.220.0 (2026-02-10)</h2> <h3>Features</h3> <ul> <li> <p>[cli] Show environment variables that were set if a snapshot integrity error happens <a href="https://redirect.github.com/pulumi/pulumi/pull/21709">#21709</a></p> </li> <li> <p>[cli/{install,package}] Use the Pulumi Cloud Registry by default to resolve package names</p> </li> <li> <p>[engine] Pass replacement trigger through to Construct <a href="https://redirect.github.com/pulumi/pulumi/pull/21408">#21408</a></p> </li> <li> <p>[engine] Add EnvVarMappings resource option for provider resources, allowing environment variables to be remapped before being passed to the provider <a href="https://redirect.github.com/pulumi/pulumi/pull/21572">#21572</a></p> </li> <li> <p>[pkg] BREAKING: Deprecate github.com/pulumi/pulumi/pkg/v3/codegen/dotnet in favor of github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3/codegen. This package will be removed from pulumi/pulumi soon! <a href="https://redirect.github.com/pulumi/pulumi/pull/21720">#21720</a></p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>[cli] Retry <code>yarn install</code> when it fails (e.g. during <code>pulumi install</code>) <a href="https://redirect.github.com/pulumi/pulumi/pull/21707">#21707</a></p> </li> <li> <p>[engine] Deal with errors in elided journal entries correctly <a href="https://redirect.github.com/pulumi/pulumi/pull/21576">#21576</a></p> </li> <li> <p>[sdk/nodejs] Fix remote components with PULUMI_NODEJS_SKIP_COMPONENT_INPUTS</p> </li> <li> <p>[sdk/python] Fix <code>_LazyModule</code> to not trigger full module load for introspection attributes <a href="https://redirect.github.com/pulumi/pulumi/pull/21620">#21620</a></p> </li> <li> <p>[sdkgen/python] Remove workaround for slow typechecking with MyPy and PyCharm <a href="https://redirect.github.com/pulumi/pulumi/pull/21722">#21722</a></p> </li> </ul> <h3>Miscellaneous</h3> <ul> <li>[cli] Write logfile location if verbosity is &gt;= 1 to stderr instead of stdout <a href="https://redirect.github.com/pulumi/pulumi/pull/21663">#21663</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md">github.com/pulumi/pulumi/sdk/v3's changelog</a>.</em></p> <blockquote> <h2>3.220.0 (2026-02-10)</h2> <h3>Features</h3> <ul> <li> <p>[cli] Show environment variables that were set if a snapshot integrity error happens <a href="https://redirect.github.com/pulumi/pulumi/pull/21709">#21709</a></p> </li> <li> <p>[cli/{install,package}] Use the Pulumi Cloud Registry by default to resolve package names</p> </li> <li> <p>[engine] Pass replacement trigger through to Construct <a href="https://redirect.github.com/pulumi/pulumi/pull/21408">#21408</a></p> </li> <li> <p>[engine] Add EnvVarMappings resource option for provider resources, allowing environment variables to be remapped before being passed to the provider <a href="https://redirect.github.com/pulumi/pulumi/pull/21572">#21572</a></p> </li> <li> <p>[pkg] BREAKING: Deprecate github.com/pulumi/pulumi/pkg/v3/codegen/dotnet in favor of github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3/codegen. This package will be removed from pulumi/pulumi soon! <a href="https://redirect.github.com/pulumi/pulumi/pull/21720">#21720</a></p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>[cli] Retry <code>yarn install</code> when it fails (e.g. during <code>pulumi install</code>) <a href="https://redirect.github.com/pulumi/pulumi/pull/21707">#21707</a></p> </li> <li> <p>[engine] Deal with errors in elided journal entries correctly <a href="https://redirect.github.com/pulumi/pulumi/pull/21576">#21576</a></p> </li> <li> <p>[sdk/nodejs] Fix remote components with PULUMI_NODEJS_SKIP_COMPONENT_INPUTS</p> </li> <li> <p>[sdk/python] Fix <code>_LazyModule</code> to not trigger full module load for introspection attributes <a href="https://redirect.github.com/pulumi/pulumi/pull/21620">#21620</a></p> </li> <li> <p>[sdkgen/python] Remove workaround for slow typechecking with MyPy and PyCharm <a href="https://redirect.github.com/pulumi/pulumi/pull/21722">#21722</a></p> </li> </ul> <h3>Miscellaneous</h3> <ul> <li>[cli] Write logfile location if verbosity is &gt;= 1 to stderr instead of stdout <a href="https://redirect.github.com/pulumi/pulumi/pull/21663">#21663</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pulumi/pulumi/commit/e8ecd95a5ecb4baa93f35866ec34e94fa785b1c5"><code>e8ecd95</code></a> Fix remote components with PULUMI_NODEJS_SKIP_COMPONENT_INPUTS (<a href="https://redirect.github.com/pulumi/pulumi/issues/21727">#21727</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/4c2cc2a7292f1cf82534b37d8cb8da4d61a86b4f"><code>4c2cc2a</code></a> upgrade pulumi-dotnet and pulumi-yaml to latest (<a href="https://redirect.github.com/pulumi/pulumi/issues/21764">#21764</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/8dc466ce6e9a05e10e0a912f4d9c45d84d720498"><code>8dc466c</code></a> Always install from registry when appropriate (<a href="https://redirect.github.com/pulumi/pulumi/issues/21649">#21649</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/2ce415c413bf15ebb2a0db12a8a1603f5f869c76"><code>2ce415c</code></a> Relax the Copyright banner linter (<a href="https://redirect.github.com/pulumi/pulumi/issues/21732">#21732</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/5d49339b0302c862080ca9db3eff7ddec14815c2"><code>5d49339</code></a> Update module github.com/go-git/go-git/v5 to v5.16.5 [SECURITY] (<a href="https://redirect.github.com/pulumi/pulumi/issues/21758">#21758</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/dbcad3b0bad7580cf08c7b9b157037ec43983632"><code>dbcad3b</code></a> Remap environment variables as a resource option on Provider (<a href="https://redirect.github.com/pulumi/pulumi/issues/21572">#21572</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/f5dc5a3fffe521d4e3c688b7a6a43c6008b78ccf"><code>f5dc5a3</code></a> print and save environment variables on snapshot integrity errors (<a href="https://redirect.github.com/pulumi/pulumi/issues/21709">#21709</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/82d584e2d4314d7ac140d0f2710cb9942339ef00"><code>82d584e</code></a> Fix proto build: Update Node.js installation to use modern keyring (<a href="https://redirect.github.com/pulumi/pulumi/issues/21729">#21729</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/f8aaed4083482c9c7e3410f6ecf9cf69e8dc72f0"><code>f8aaed4</code></a> Deprecate <code>github.com/pulumi/pulumi/pkg/v3/codegen/dotnet</code> &amp; remove tests (<a href="https://redirect.github.com/pulumi/pulumi/issues/2">#2</a>...</li> <li><a href="https://github.com/pulumi/pulumi/commit/3392d063db7d7e8117203d34011057bc11accd60"><code>3392d06</code></a> Remove workaround for slow typechecking with MyPy and PyCharm (<a href="https://redirect.github.com/pulumi/pulumi/issues/21722">#21722</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pulumi/pulumi/compare/v3.219.0...v3.220.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/pulumi/pulumi/sdk/v3&package-manager=go_modules&previous-version=3.219.0&new-version=3.220.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e1d46d commit 541c8a7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.11
55
require (
66
github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1
77
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.25.0
8-
github.com/pulumi/pulumi/sdk/v3 v3.219.0
8+
github.com/pulumi/pulumi/sdk/v3 v3.220.0
99
gopkg.in/yaml.v2 v2.4.0
1010
)
1111

deploy/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1 h1:w6OnO3d4j5yVf2vpm8OzXFC/xHOEGqt+9
158158
github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1/go.mod h1:UyZyv7hz4knpFx6/Sh+SkZe6hT6sJHtDvw9A0TbvEsk=
159159
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.25.0 h1:N1qitmrGomEaCPsblqJHaw8Re0cqqox5V+kHsi4EEtk=
160160
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.25.0/go.mod h1:ACBJF6+nzUqDeRK+p2OrvykunyeHfvtbyELc6PB38fk=
161-
github.com/pulumi/pulumi/sdk/v3 v3.219.0 h1:OwTSwk1ZuOI4hQUdSccWuIAuqs4fL/FcppesPOAKHQ8=
162-
github.com/pulumi/pulumi/sdk/v3 v3.219.0/go.mod h1:ZOBPPC2NZOZf729AdCX+CctfNc5SN6aJh0bdqNdzQC4=
161+
github.com/pulumi/pulumi/sdk/v3 v3.220.0 h1:TtdlW2VfvBWhFZSvaDN9lSUlSS4gGSdNWdca3RGPsBQ=
162+
github.com/pulumi/pulumi/sdk/v3 v3.220.0/go.mod h1:UGWJOz25OiFIN0QH79UFij8mffH94TYebKUgy9Wvug0=
163163
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
164164
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
165165
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=

0 commit comments

Comments
 (0)