File tree Expand file tree Collapse file tree 14 files changed +22
-22
lines changed
helm-release-namespace/step1 Expand file tree Collapse file tree 14 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ require (
19
19
github.com/pkg/errors v0.9.1
20
20
github.com/pulumi/cloud-ready-checks v1.3.0
21
21
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
22
- github.com/pulumi/pulumi/pkg/v3 v3.196 .0
23
- github.com/pulumi/pulumi/sdk/v3 v3.196 .0
22
+ github.com/pulumi/pulumi/pkg/v3 v3.198 .0
23
+ github.com/pulumi/pulumi/sdk/v3 v3.198 .0
24
24
github.com/stretchr/testify v1.10.0
25
25
github.com/theory/jsonpath v0.9.0
26
26
golang.org/x/crypto v0.40.0
Original file line number Diff line number Diff line change @@ -604,10 +604,10 @@ github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
604
604
github.com/pulumi/esc v0.17.0 /go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc =
605
605
github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+SobA =
606
606
github.com/pulumi/inflector v0.1.1 /go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY =
607
- github.com/pulumi/pulumi/pkg/v3 v3.196 .0 h1:5oVh+i+UUSkWowJjJBhLbp+4nwPq7TIBNrnG3ulaxsg =
608
- github.com/pulumi/pulumi/pkg/v3 v3.196 .0 /go.mod h1:hcgyPgOKL8iZxrB53IYMB0Fe76msVjDKvIy/e2u+D3k =
609
- github.com/pulumi/pulumi/sdk/v3 v3.196 .0 h1:OwD+S4udFwxrdfw9n4dHv6gToF+SQNtggQJIfacSBYQ =
610
- github.com/pulumi/pulumi/sdk/v3 v3.196 .0 /go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw =
607
+ github.com/pulumi/pulumi/pkg/v3 v3.198 .0 h1:s3RcWFa14Ss2jSObnGllpRoVJRHFDZL8yfKNYWv3298 =
608
+ github.com/pulumi/pulumi/pkg/v3 v3.198 .0 /go.mod h1:KZAmrMKAPM7JPdpK8DkVnEDVtm01IIEIVw7mJrcgqGY =
609
+ github.com/pulumi/pulumi/sdk/v3 v3.198 .0 h1:z4WfgTi7S+ELHiXWPSMH+M6S1s2cGUx8vdhhl4NusZQ =
610
+ github.com/pulumi/pulumi/sdk/v3 v3.198 .0 /go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw =
611
611
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 h1:EaDatTxkdHG+U3Bk4EUr+DZ7fOGwTfezUiUJMaIcaho =
612
612
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 /go.mod h1:fyalQWdtzDBECAQFBJuQe5bzQ02jGd5Qcbgb97Flm7U =
613
613
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 h1:EfpWLLCyXw8PSM2/XNJLjI3Pb27yVE+gIAfeqp8LUCc =
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"@pulumi/gcp" : " 8.41.1" ,
8
8
"@pulumi/kubernetes" : " 4.23.0" ,
9
- "@pulumi/pulumi" : " 3.196 .0"
9
+ "@pulumi/pulumi" : " 3.198 .0"
10
10
}
11
11
}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ require (
15
15
github.com/pulumi/providertest v0.3.1
16
16
github.com/pulumi/pulumi-kubernetes/provider/v4 v4.0.0
17
17
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
18
- github.com/pulumi/pulumi/pkg/v3 v3.196 .0
19
- github.com/pulumi/pulumi/sdk/v3 v3.196 .0
18
+ github.com/pulumi/pulumi/pkg/v3 v3.198 .0
19
+ github.com/pulumi/pulumi/sdk/v3 v3.198 .0
20
20
github.com/pulumiverse/pulumi-time/sdk v0.0.0-20231010123146-089d7304da13
21
21
github.com/stretchr/testify v1.10.0
22
22
golang.org/x/exp v0.0.0-20241210194714-1829a127f884
Original file line number Diff line number Diff line change @@ -557,10 +557,10 @@ github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+Sob
557
557
github.com/pulumi/inflector v0.1.1 /go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY =
558
558
github.com/pulumi/providertest v0.3.1 h1:vlftr7TZlObh81mL88IhhF0/9ZbLrZZos4NAvR4HUUw =
559
559
github.com/pulumi/providertest v0.3.1 /go.mod h1:fFHUP4/9DRyYnHWiRnwcynMtM/a7hHR/QcJfcuZKO3A =
560
- github.com/pulumi/pulumi/pkg/v3 v3.196 .0 h1:5oVh+i+UUSkWowJjJBhLbp+4nwPq7TIBNrnG3ulaxsg =
561
- github.com/pulumi/pulumi/pkg/v3 v3.196 .0 /go.mod h1:hcgyPgOKL8iZxrB53IYMB0Fe76msVjDKvIy/e2u+D3k =
562
- github.com/pulumi/pulumi/sdk/v3 v3.196 .0 h1:OwD+S4udFwxrdfw9n4dHv6gToF+SQNtggQJIfacSBYQ =
563
- github.com/pulumi/pulumi/sdk/v3 v3.196 .0 /go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw =
560
+ github.com/pulumi/pulumi/pkg/v3 v3.198 .0 h1:s3RcWFa14Ss2jSObnGllpRoVJRHFDZL8yfKNYWv3298 =
561
+ github.com/pulumi/pulumi/pkg/v3 v3.198 .0 /go.mod h1:KZAmrMKAPM7JPdpK8DkVnEDVtm01IIEIVw7mJrcgqGY =
562
+ github.com/pulumi/pulumi/sdk/v3 v3.198 .0 h1:z4WfgTi7S+ELHiXWPSMH+M6S1s2cGUx8vdhhl4NusZQ =
563
+ github.com/pulumi/pulumi/sdk/v3 v3.198 .0 /go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw =
564
564
github.com/pulumiverse/pulumi-time/sdk v0.0.0-20231010123146-089d7304da13 h1:4U7DFIlSggj/4iLbis2Bckayed+OhaYKE7bncZwQCYI =
565
565
github.com/pulumiverse/pulumi-time/sdk v0.0.0-20231010123146-089d7304da13 /go.mod h1:NUa1zA74DF002WrM6iF111A6UjX9knPpXufVRvBwNyg =
566
566
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 h1:EaDatTxkdHG+U3Bk4EUr+DZ7fOGwTfezUiUJMaIcaho =
Original file line number Diff line number Diff line change 4
4
"@types/node" : " ^10.0.0"
5
5
},
6
6
"dependencies" : {
7
- "@pulumi/pulumi" : " 3.196 .0" ,
7
+ "@pulumi/pulumi" : " 3.198 .0" ,
8
8
"@pulumi/kubernetes" : " latest"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 4
4
"@types/node" : " ^14"
5
5
},
6
6
"dependencies" : {
7
- "@pulumi/pulumi" : " 3.196 .0" ,
7
+ "@pulumi/pulumi" : " 3.198 .0" ,
8
8
"@pulumi/kubernetes" : " 4.23.0" ,
9
9
"@pulumi/kubernetesx" : " 0.1.6"
10
10
}
Original file line number Diff line number Diff line change 4
4
"@types/node" : " ^10.0.0"
5
5
},
6
6
"dependencies" : {
7
- "@pulumi/pulumi" : " 3.196 .0" ,
7
+ "@pulumi/pulumi" : " 3.198 .0" ,
8
8
"@pulumi/kubernetes" : " latest" ,
9
9
"@pulumi/kubernetesx" : " 0.1.6"
10
10
}
Original file line number Diff line number Diff line change 4
4
"@types/node" : " ^10.0.0"
5
5
},
6
6
"dependencies" : {
7
- "@pulumi/pulumi" : " 3.196 .0" ,
7
+ "@pulumi/pulumi" : " 3.198 .0" ,
8
8
"@pulumi/kubernetes" : " latest" ,
9
9
"@pulumi/kubernetesx" : " 0.1.6"
10
10
}
Original file line number Diff line number Diff line change 4
4
"@types/node" : " ^10.0.0"
5
5
},
6
6
"dependencies" : {
7
- "@pulumi/pulumi" : " 3.196 .0" ,
7
+ "@pulumi/pulumi" : " 3.198 .0" ,
8
8
"@pulumi/kubernetes" : " latest" ,
9
9
"@pulumi/kubernetesx" : " 0.1.6" ,
10
10
"@pulumi/random" : " 4.18.3"
You can’t perform that action at this time.
0 commit comments