File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
gke-auto-pilot-cert-manager-ts Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 55 },
66 "dependencies" : {
77 "@pulumi/kubernetes" : " 4.23.0" ,
8- "@pulumi/pulumi" : " 3.168 .0" ,
8+ "@pulumi/pulumi" : " 3.169 .0" ,
99 "@pulumi/kubernetes-cert-manager" : " latest"
1010 }
1111}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.6
77require (
88 github.com/pulumi/providertest v0.3.1
99 github.com/pulumi/pulumi/pkg/v3 v3.168.0
10- github.com/pulumi/pulumi/sdk/v3 v3.168 .0
10+ github.com/pulumi/pulumi/sdk/v3 v3.169 .0
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -346,8 +346,8 @@ github.com/pulumi/providertest v0.3.1 h1:vlftr7TZlObh81mL88IhhF0/9ZbLrZZos4NAvR4
346346github.com/pulumi/providertest v0.3.1 /go.mod h1:fFHUP4/9DRyYnHWiRnwcynMtM/a7hHR/QcJfcuZKO3A =
347347github.com/pulumi/pulumi/pkg/v3 v3.168.0 h1:V0yVIxgDCyRsRRZkRbW+W4UYLjZJi1YYkcvW0mKNU3Q =
348348github.com/pulumi/pulumi/pkg/v3 v3.168.0 /go.mod h1:FSWsOyqGwchBGzKITUdfcu7LYCh7r1XmjkjHbASelgE =
349- github.com/pulumi/pulumi/sdk/v3 v3.168 .0 h1:WcXlzvcNEVCzZnQqf1f6Il24Kh38jfO2X6+zJJMany4 =
350- github.com/pulumi/pulumi/sdk/v3 v3.168 .0 /go.mod h1:Qhe4dOjqedyLr47kGGnG6ULIbzaPTlmjAvPqNQ1Ollo =
349+ github.com/pulumi/pulumi/sdk/v3 v3.169 .0 h1:bgz1fp2rl28khSXgF4FaRQiB9wh3lSKWtzUOGalf+x4 =
350+ github.com/pulumi/pulumi/sdk/v3 v3.169 .0 /go.mod h1:Qhe4dOjqedyLr47kGGnG6ULIbzaPTlmjAvPqNQ1Ollo =
351351github.com/rivo/uniseg v0.1.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
352352github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
353353github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis =
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.1
77require (
88 github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.2.0
99 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
10- github.com/pulumi/pulumi/sdk/v3 v3.168 .0
10+ github.com/pulumi/pulumi/sdk/v3 v3.169 .0
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.2.0 h1:/3wU3KzpQJb2j15Yd
152152github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.2.0 /go.mod h1:m4qgBAD6NcvAEoFEhdKi8jzZRV37ne+Mx+n7PWH/btY =
153153github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0 h1:TZ/XhzF+3/jRiGsjlJHCWhXcU5E5tbXU8O0DKnPmFic =
154154github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0 /go.mod h1:jOdpeNeRvY4iN+W8aDP5+HyqrM7hXsxa9paPsmjQFfY =
155- github.com/pulumi/pulumi/sdk/v3 v3.168 .0 h1:WcXlzvcNEVCzZnQqf1f6Il24Kh38jfO2X6+zJJMany4 =
156- github.com/pulumi/pulumi/sdk/v3 v3.168 .0 /go.mod h1:Qhe4dOjqedyLr47kGGnG6ULIbzaPTlmjAvPqNQ1Ollo =
155+ github.com/pulumi/pulumi/sdk/v3 v3.169 .0 h1:bgz1fp2rl28khSXgF4FaRQiB9wh3lSKWtzUOGalf+x4 =
156+ github.com/pulumi/pulumi/sdk/v3 v3.169 .0 /go.mod h1:Qhe4dOjqedyLr47kGGnG6ULIbzaPTlmjAvPqNQ1Ollo =
157157github.com/rivo/uniseg v0.1.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
158158github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
159159github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis =
Original file line number Diff line number Diff line change 55 },
66 "dependencies" : {
77 "@pulumi/kubernetes" : " 4.23.0" ,
8- "@pulumi/pulumi" : " 3.168 .0" ,
8+ "@pulumi/pulumi" : " 3.169 .0" ,
99 "@pulumi/kubernetes-cert-manager" : " latest" ,
1010 "@pulumi/random" : " 4.18.2" ,
1111 "google-protobuf" : " 3.21.4"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/pulumi/pulumi-kubernetes-cert-manager/sdk v0.2.0
1010 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
1111 github.com/pulumi/pulumi/pkg/v3 v3.168.0
12- github.com/pulumi/pulumi/sdk/v3 v3.168 .0
12+ github.com/pulumi/pulumi/sdk/v3 v3.169 .0
1313)
1414
1515replace github.com/pulumi/pulumi-kubernetes-cert-manager/sdk => ../sdk
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0 h1:TZ/XhzF+3/jRiGsjlJHCWhXcU5
156156github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0 /go.mod h1:jOdpeNeRvY4iN+W8aDP5+HyqrM7hXsxa9paPsmjQFfY =
157157github.com/pulumi/pulumi/pkg/v3 v3.168.0 h1:V0yVIxgDCyRsRRZkRbW+W4UYLjZJi1YYkcvW0mKNU3Q =
158158github.com/pulumi/pulumi/pkg/v3 v3.168.0 /go.mod h1:FSWsOyqGwchBGzKITUdfcu7LYCh7r1XmjkjHbASelgE =
159- github.com/pulumi/pulumi/sdk/v3 v3.168 .0 h1:WcXlzvcNEVCzZnQqf1f6Il24Kh38jfO2X6+zJJMany4 =
160- github.com/pulumi/pulumi/sdk/v3 v3.168 .0 /go.mod h1:Qhe4dOjqedyLr47kGGnG6ULIbzaPTlmjAvPqNQ1Ollo =
159+ github.com/pulumi/pulumi/sdk/v3 v3.169 .0 h1:bgz1fp2rl28khSXgF4FaRQiB9wh3lSKWtzUOGalf+x4 =
160+ github.com/pulumi/pulumi/sdk/v3 v3.169 .0 /go.mod h1:Qhe4dOjqedyLr47kGGnG6ULIbzaPTlmjAvPqNQ1Ollo =
161161github.com/rivo/uniseg v0.1.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
162162github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
163163github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis =
You can’t perform that action at this time.
0 commit comments