From 0d2c9921bf74c63b56fd1a579307a7aba4a0473c Mon Sep 17 00:00:00 2001
From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com>
Date: Wed, 15 Jan 2025 02:51:32 +0000
Subject: [PATCH] fix(deps): update @pulumi/kubernetes to 4.20.0 (#6175)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@pulumi/kubernetes](https://pulumi.com)
([source](https://redirect.github.com/pulumi/pulumi-kubernetes)) |
dependencies | minor | [`4.19.0` ->
`4.20.0`](https://renovatebot.com/diffs/npm/@pulumi%2fkubernetes/4.19.0/4.20.0)
|

---

### Release Notes

<details>
<summary>pulumi/pulumi-kubernetes (@&#8203;pulumi/kubernetes)</summary>

###
[`v4.20.0`](https://redirect.github.com/pulumi/pulumi-kubernetes/blob/HEAD/CHANGELOG.md#4200-January-14-2025)

[Compare
Source](https://redirect.github.com/pulumi/pulumi-kubernetes/compare/v4.19.0...v4.20.0)

##### Added

-   Added support for autonaming configuration specified by the engine.

[https://github.com/pulumi/pulumi-kubernetes/issues/3363](https://redirect.github.com/pulumi/pulumi-kubernetes/issues/3363)3363)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

â™» **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL21pbm9yIl19-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
---
 pulumi/kyak/keycloak/package-lock.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pulumi/kyak/keycloak/package-lock.json b/pulumi/kyak/keycloak/package-lock.json
index 44490633ff..a363e98443 100644
--- a/pulumi/kyak/keycloak/package-lock.json
+++ b/pulumi/kyak/keycloak/package-lock.json
@@ -637,13 +637,13 @@
       }
     },
     "node_modules/@pulumi/kubernetes": {
-      "version": "4.19.0",
-      "resolved": "https://registry.npmjs.org/@pulumi/kubernetes/-/kubernetes-4.19.0.tgz",
-      "integrity": "sha512-q11ORIJPNakGwHllEq+owBWsGuVinwUIfLR8QUeqkeUJkz8sTfkU3psqVIOIai/7XITQyKbXNRhbQAJckfudOw==",
+      "version": "4.20.0",
+      "resolved": "https://registry.npmjs.org/@pulumi/kubernetes/-/kubernetes-4.20.0.tgz",
+      "integrity": "sha512-+adjY0za4ND21adeqDFy5xX5o+Hin0XTJBhtCw/I5FREGBa3h/k0uIzt5AHi1gHcF6KuyG3Ecp/wBP+47RPZoA==",
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {
-        "@pulumi/pulumi": "^3.136.0",
+        "@pulumi/pulumi": "^3.142.0",
         "glob": "^10.3.10",
         "shell-quote": "^1.6.1"
       }