Skip to content

Commit 5bf1615

Browse files
pulumi-botrshade
andauthored
Automated upgrade: bump pulumi/pulumi to 3.163.0 (#418)
Automated upgrade: bump pulumi/pulumi to 3.163.0 --------- Co-authored-by: Richard Shade <[email protected]>
1 parent eae7c51 commit 5bf1615

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.pulumi.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.162.0
1+
3.163.0

sdk/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/blang/semver v3.5.1+incompatible
99
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.0
10-
github.com/pulumi/pulumi/sdk/v3 v3.162.0
10+
github.com/pulumi/pulumi/sdk/v3 v3.163.0
1111
)
1212

1313
require (

sdk/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/sdk/v4 v4.22.0 h1:3J3n1XB5i3DMlcV1k0MFFsjPBoJQ83Xwd9UvrbzdRNE=
152152
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.0/go.mod h1:jOdpeNeRvY4iN+W8aDP5+HyqrM7hXsxa9paPsmjQFfY=
153-
github.com/pulumi/pulumi/sdk/v3 v3.162.0 h1:0XjCLqmBvxmz1WrhSZj6VT6H+GY85PxIzk5d28xfrMY=
154-
github.com/pulumi/pulumi/sdk/v3 v3.162.0/go.mod h1:GAaHrdv3kWJHbzkFFFflGbTBQXUYu6SF1ZCo+O9jo44=
153+
github.com/pulumi/pulumi/sdk/v3 v3.163.0 h1:yiT1nPelxXILVrN0yRn0I3NO8Yybba2IvWArYBstZJ8=
154+
github.com/pulumi/pulumi/sdk/v3 v3.163.0/go.mod h1:GAaHrdv3kWJHbzkFFFflGbTBQXUYu6SF1ZCo+O9jo44=
155155
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
156156
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
157157
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=

sdk/python/pulumi_kubernetes_cert_manager/cert_manager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,9 @@ def webhook(self, value: Optional[pulumi.Input['CertManagerWebhookArgs']]):
481481

482482

483483
class CertManager(pulumi.ComponentResource):
484+
485+
pulumi_type = "kubernetes-cert-manager:index:CertManager"
486+
484487
@overload
485488
def __init__(__self__,
486489
resource_name: str,

sdk/python/pulumi_kubernetes_cert_manager/provider.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ def __init__(__self__):
2727

2828

2929
class Provider(pulumi.ProviderResource):
30+
31+
pulumi_type = "pulumi:providers:kubernetes-cert-manager"
32+
3033
@overload
3134
def __init__(__self__,
3235
resource_name: str,

0 commit comments

Comments
 (0)