Skip to content

Commit 8af641c

Browse files
build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.235.0 to 3.236.0 in /deploy (#1264)
Bumps [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) from 3.235.0 to 3.236.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.236.0</h2> <h2>3.236.0 (2026-05-06)</h2> </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.236.0 (2026-05-06)</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pulumi/pulumi/commit/7db07780c11de25e756f7142c93204d73dd0036a"><code>7db0778</code></a> exclude another nodejs language test for bun (<a href="https://redirect.github.com/pulumi/pulumi/issues/22861">#22861</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/3a74cfbe735ff5acff25178d60ea51530e37af84"><code>3a74cfb</code></a> Bump the version of pulumi-hcl to v0.2.0 (<a href="https://redirect.github.com/pulumi/pulumi/issues/22867">#22867</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/8437bfea3a527c92e38f0d4bbb9fd6ac26316fb5"><code>8437bfe</code></a> Expand <code>l1-output-map</code> to handle adversarial strings (<a href="https://redirect.github.com/pulumi/pulumi/issues/22854">#22854</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/a9b310f7c949739ef871a9cca1c4d414fb9e20d5"><code>a9b310f</code></a> cli/neo: support typing quit/exit to leave the TUI (<a href="https://redirect.github.com/pulumi/pulumi/issues/22859">#22859</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/f499abf6778f411965099693f7d17f58b4cf7b6d"><code>f499abf</code></a> cli/neo: show CLI version in the welcome banner (<a href="https://redirect.github.com/pulumi/pulumi/issues/22860">#22860</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/cec8b905e221300a5adee9edfcced7a9cfb7a830"><code>cec8b90</code></a> fix integration test (<a href="https://redirect.github.com/pulumi/pulumi/issues/22857">#22857</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/060f73f614ae04dcc2ccf5177ccc4f23a6b93180"><code>060f73f</code></a> Add changelog message guidance to AGENTS.md (<a href="https://redirect.github.com/pulumi/pulumi/issues/22848">#22848</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/a9f6c19a13afd1b10393af094e08caf3702a129a"><code>a9f6c19</code></a> skip more signal cancellation tests (<a href="https://redirect.github.com/pulumi/pulumi/issues/22844">#22844</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/b0b94fa3299da545cbbe76dbe16afb070814b8fa"><code>b0b94fa</code></a> Change PluginInfo timestamps to be cached like size (<a href="https://redirect.github.com/pulumi/pulumi/issues/22839">#22839</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/1e4e2f0052ea2ee9d1079e1c02c9bf58bbd85e64"><code>1e4e2f0</code></a> freeze 3.235.0 (<a href="https://redirect.github.com/pulumi/pulumi/issues/22850">#22850</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pulumi/pulumi/compare/v3.235.0...v3.236.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.235.0&new-version=3.236.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> Co-authored-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent d93f8f7 commit 8af641c

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.26
55
require (
66
github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1
77
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.30.0
8-
github.com/pulumi/pulumi/sdk/v3 v3.235.0
8+
github.com/pulumi/pulumi/sdk/v3 v3.236.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
@@ -185,8 +185,8 @@ github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1 h1:w6OnO3d4j5yVf2vpm8OzXFC/xHOEGqt+9
185185
github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1/go.mod h1:UyZyv7hz4knpFx6/Sh+SkZe6hT6sJHtDvw9A0TbvEsk=
186186
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.30.0 h1:nF0Y1F7fUGL6RYD9EAtHTdDbNFmDaA3xcEiRlvCDV5E=
187187
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.30.0/go.mod h1:BAWI9R3JEEGOp1JlXLPSZKwBGANSrPGUWKtMnS5w5qw=
188-
github.com/pulumi/pulumi/sdk/v3 v3.235.0 h1:GoFZGHA2QHf+sX4x7Nok8ngremykvWC9sIvfQvLO/wM=
189-
github.com/pulumi/pulumi/sdk/v3 v3.235.0/go.mod h1:ybUihqUfVF1ZXBH3JNunYsAMz2P6i+7v5gzoJ60sVp0=
188+
github.com/pulumi/pulumi/sdk/v3 v3.236.0 h1:vX+0ZCmylokASSKRqvx8ryRnLeFl87xqh3l5cKAI4Ko=
189+
github.com/pulumi/pulumi/sdk/v3 v3.236.0/go.mod h1:ybUihqUfVF1ZXBH3JNunYsAMz2P6i+7v5gzoJ60sVp0=
190190
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
191191
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
192192
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=

0 commit comments

Comments
 (0)