Skip to content

Commit

Permalink
Update dependency @pulumi/kubernetes to v4.20.0 (#788)
Browse files Browse the repository at this point in the history
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 - "every weekday" (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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->

Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Jan 15, 2025
1 parent e17b574 commit 3e8b115
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/pulumi": "3.145.0",
"@pulumi/kubernetes": "4.19.0",
"@pulumi/kubernetes": "4.20.0",
"@pulumi/kubernetesx": "0.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/blue-green/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/pulumi": "3.145.0",
"@pulumi/kubernetes": "4.19.0",
"@pulumi/kubernetes": "4.20.0",
"@pulumi/kubernetesx": "0.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/flux-source/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "^14"
},
"dependencies": {
"@pulumi/kubernetes": "4.19.0",
"@pulumi/kubernetes": "4.20.0",
"@pulumi/kubernetesx": "0.1.6",
"@pulumi/pulumi": "3.145.0",
"@pulumi/random": "4.16.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/flux-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^14"
},
"dependencies": {
"@pulumi/kubernetes": "4.19.0",
"@pulumi/kubernetes": "4.20.0",
"@pulumi/kubernetesx": "0.1.6",
"@pulumi/pulumi": "3.145.0",
"@worawat/flux": "^1.0.0"
Expand Down

0 comments on commit 3e8b115

Please sign in to comment.