Skip to content

Commit 2ff4742

Browse files
Update first-party Pulumi dependencies to v4.23.0 (#440)
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.22.2` -> `4.23.0`](https://renovatebot.com/diffs/npm/@pulumi%2fkubernetes/4.22.2/4.23.0) | | [github.com/pulumi/pulumi-kubernetes/sdk/v4](https://redirect.github.com/pulumi/pulumi-kubernetes) | require | minor | `v4.22.2` -> `v4.23.0` | --- ### Release Notes <details> <summary>pulumi/pulumi-kubernetes (@&#8203;pulumi/kubernetes)</summary> ### [`v4.23.0`](https://redirect.github.com/pulumi/pulumi-kubernetes/blob/HEAD/CHANGELOG.md#4230-May-1-2025) [Compare Source](https://redirect.github.com/pulumi/pulumi-kubernetes/compare/v4.22.2...v4.23.0) ##### Changed - Updated Kubernetes schemas and libraries to v1.33.0. ([#&#8203;3619](https://redirect.github.com/pulumi/pulumi-kubernetes/pull/3619)) </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 these updates 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>
1 parent 27ca3e2 commit 2ff4742

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

examples/gke-auto-pilot-cert-manager-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/node": "22.13.4"
55
},
66
"dependencies": {
7-
"@pulumi/kubernetes": "4.22.2",
7+
"@pulumi/kubernetes": "4.23.0",
88
"@pulumi/pulumi": "3.167.0",
99
"@pulumi/kubernetes-cert-manager": "latest"
1010
}

examples/simple-cert-manager-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.2.0
9-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.2
9+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
1010
github.com/pulumi/pulumi/sdk/v3 v3.167.0
1111
)
1212

examples/simple-cert-manager-go/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ github.com/pulumi/esc v0.13.0 h1:O2MPR2koScaQ2fXwyer8Q3Dd7z+DCnaDfsgNl5mVNMk=
150150
github.com/pulumi/esc v0.13.0/go.mod h1:IIQo6W6Uzajt6f1RW4QvNxIRDlbK3TNQysnrwBHNo3U=
151151
github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.2.0 h1:/3wU3KzpQJb2j15YdJA62RiN9NiAtnDkGVV7r10jKSs=
152152
github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.2.0/go.mod h1:m4qgBAD6NcvAEoFEhdKi8jzZRV37ne+Mx+n7PWH/btY=
153-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.2 h1:TJ1JnD/U21SD7DV8MS525Qv4/mSCANdxrRWUWuNJZOs=
154-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.2/go.mod h1:jOdpeNeRvY4iN+W8aDP5+HyqrM7hXsxa9paPsmjQFfY=
153+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0 h1:TZ/XhzF+3/jRiGsjlJHCWhXcU5E5tbXU8O0DKnPmFic=
154+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0/go.mod h1:jOdpeNeRvY4iN+W8aDP5+HyqrM7hXsxa9paPsmjQFfY=
155155
github.com/pulumi/pulumi/sdk/v3 v3.167.0 h1:QJXsg/ObMIyd+Iao3+rZqdBz2PCyz8y8BAckUQybAP0=
156156
github.com/pulumi/pulumi/sdk/v3 v3.167.0/go.mod h1:GAaHrdv3kWJHbzkFFFflGbTBQXUYu6SF1ZCo+O9jo44=
157157
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=

examples/simple-cert-manager-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/node": "22.13.4"
55
},
66
"dependencies": {
7-
"@pulumi/kubernetes": "4.22.2",
7+
"@pulumi/kubernetes": "4.23.0",
88
"@pulumi/pulumi": "3.167.0",
99
"@pulumi/kubernetes-cert-manager": "latest",
1010
"@pulumi/random": "4.18.2",

provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.6
77
require (
88
github.com/pulumi/pulumi-go-helmbase v0.2.0
99
github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.2.0
10-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.2
10+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
1111
github.com/pulumi/pulumi/pkg/v3 v3.167.0
1212
github.com/pulumi/pulumi/sdk/v3 v3.167.0
1313
)

provider/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ github.com/pulumi/esc v0.13.0 h1:O2MPR2koScaQ2fXwyer8Q3Dd7z+DCnaDfsgNl5mVNMk=
152152
github.com/pulumi/esc v0.13.0/go.mod h1:IIQo6W6Uzajt6f1RW4QvNxIRDlbK3TNQysnrwBHNo3U=
153153
github.com/pulumi/pulumi-go-helmbase v0.2.0 h1:QnIbS4RfiaUbmo3SnMF2pAExO2qoOb0aCdtAKr28uEc=
154154
github.com/pulumi/pulumi-go-helmbase v0.2.0/go.mod h1:hK0t8QYmBvB/qYoGayrVumSkkhCydrmSJ4DHtSjc3os=
155-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.2 h1:TJ1JnD/U21SD7DV8MS525Qv4/mSCANdxrRWUWuNJZOs=
156-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.2/go.mod h1:jOdpeNeRvY4iN+W8aDP5+HyqrM7hXsxa9paPsmjQFfY=
155+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0 h1:TZ/XhzF+3/jRiGsjlJHCWhXcU5E5tbXU8O0DKnPmFic=
156+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0/go.mod h1:jOdpeNeRvY4iN+W8aDP5+HyqrM7hXsxa9paPsmjQFfY=
157157
github.com/pulumi/pulumi/pkg/v3 v3.167.0 h1:o2RveAjVhT0q9zI1CKliz3aDPJWZVMIqWwrkbtb3Bxw=
158158
github.com/pulumi/pulumi/pkg/v3 v3.167.0/go.mod h1:syyl6DkmX4nCxGVxG6UCQhTtm2S/jq2Uao3DgPKOWpw=
159159
github.com/pulumi/pulumi/sdk/v3 v3.167.0 h1:QJXsg/ObMIyd+Iao3+rZqdBz2PCyz8y8BAckUQybAP0=

0 commit comments

Comments
 (0)