Skip to content

Commit e28c64d

Browse files
build(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 from 4.24.1 to 4.25.0 in /deploy (#899)
Bumps [github.com/pulumi/pulumi-kubernetes/sdk/v4](https://github.com/pulumi/pulumi-kubernetes) from 4.24.1 to 4.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pulumi/pulumi-kubernetes/releases">github.com/pulumi/pulumi-kubernetes/sdk/v4's releases</a>.</em></p> <blockquote> <h2>v4.25.0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/f47bc2d6f1996444d11c12b4ef083b82585f7c07"><code>f47bc2d</code></a> Upgrade runners and reduce parallelism for publish jobs (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4073">#4073</a>)</li> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/890c66d3d18027ecafbc573f9739dc6df2ef57d8"><code>890c66d</code></a> Fix a race in condition.Deleted (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4079">#4079</a>)</li> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/a6affb2331601e057b450c4f75cf086e55de0e86"><code>a6affb2</code></a> Re-generate workflows to use larger publish runner (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4069">#4069</a>)</li> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/7bd527abffb01380a883cde413271262dd58ebeb"><code>7bd527a</code></a> Update GitHub Actions workflows. (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4071">#4071</a>)</li> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/3fb75f0a2271e9156cc4172620cdcb455db3c4f1"><code>3fb75f0</code></a> Update module github.com/pulumi/pulumi/pkg/v3 to v3.215.0 (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4064">#4064</a>)</li> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/7bb5e5ff7f9189c814e44819999422a4b3daa31a"><code>7bb5e5f</code></a> Update dependency <code>@​pulumi/pulumi</code> to v3.215.0 (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4062">#4062</a>)</li> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/04466f6b72c901e66939e459c2e786b839c1b264"><code>04466f6</code></a> Update dependency <code>@​pulumi/gcp</code> to v9.9.0 (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4061">#4061</a>)</li> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/d512bb3ba3d746f357b9026a5082f4d01e509974"><code>d512bb3</code></a> Update first-party Pulumi dependencies (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4058">#4058</a>)</li> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/bc12e8ace3c7ff51ecee807486f98e8c1102eb99"><code>bc12e8a</code></a> Allow for yaml render mode to not need a working cluster (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4053">#4053</a>)</li> <li><a href="https://github.com/pulumi/pulumi-kubernetes/commit/fd2b31702d9db29195d8bc01a50d26b49fe38708"><code>fd2b317</code></a> Update first-party Pulumi dependencies (<a href="https://redirect.github.com/pulumi/pulumi-kubernetes/issues/4027">#4027</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pulumi/pulumi-kubernetes/compare/v4.24.1...v4.25.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-kubernetes/sdk/v4&package-manager=go_modules&previous-version=4.24.1&new-version=4.25.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0af9ee0 commit e28c64d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.11
44

55
require (
66
github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1
7-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.24.1
7+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.25.0
88
github.com/pulumi/pulumi/sdk/v3 v3.215.0
99
gopkg.in/yaml.v2 v2.4.0
1010
)

deploy/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
156156
github.com/pulumi/esc v0.17.0/go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc=
157157
github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1 h1:w6OnO3d4j5yVf2vpm8OzXFC/xHOEGqt+9FjWCUBCq6U=
158158
github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1/go.mod h1:UyZyv7hz4knpFx6/Sh+SkZe6hT6sJHtDvw9A0TbvEsk=
159-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.24.1 h1:L1J2/PHgAziDXUvOWJ4HH1JBlgxzpQseZiEIu4K2x34=
160-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.24.1/go.mod h1:vNiMC/N8GNHvDwU3gQRXQ6V+kbgSl5N/lKtfrUjGuXU=
159+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.25.0 h1:N1qitmrGomEaCPsblqJHaw8Re0cqqox5V+kHsi4EEtk=
160+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.25.0/go.mod h1:ACBJF6+nzUqDeRK+p2OrvykunyeHfvtbyELc6PB38fk=
161161
github.com/pulumi/pulumi/sdk/v3 v3.215.0 h1:XZMiv9aSE1pD3kW4JpA53cy7mFflbJYn1fFKH1NMIAY=
162162
github.com/pulumi/pulumi/sdk/v3 v3.215.0/go.mod h1:Bn5Z9Rzp1lPqdAccaB+F2ivUBiamEl2TNR3Gg/h7iLs=
163163
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=

0 commit comments

Comments
 (0)