diff --git a/alicloud-ts-ecs/package.json b/alicloud-ts-ecs/package.json index 8e8305afb..cf92c6924 100644 --- a/alicloud-ts-ecs/package.json +++ b/alicloud-ts-ecs/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/alicloud": "3.73.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-apigateway-go-routes/go.mod b/aws-apigateway-go-routes/go.mod index 56c0240d1..46f937518 100644 --- a/aws-apigateway-go-routes/go.mod +++ b/aws-apigateway-go-routes/go.mod @@ -1,14 +1,14 @@ module github.com/pulumi/examples/aws-apigateway-go-routes -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/aws/aws-lambda-go v1.27.0 - github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.1 + github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.2-alpha.6 github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-apigateway-go-routes/go.sum b/aws-apigateway-go-routes/go.sum index e31b652d2..4bb8cfd16 100644 --- a/aws-apigateway-go-routes/go.sum +++ b/aws-apigateway-go-routes/go.sum @@ -153,12 +153,12 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= -github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.1 h1:VYl/v7zZSOBGM0s57v7ITLRd4FkCBHEJtxb6OgUM/t8= -github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.1/go.mod h1:wQ8EXp+HTIWpfaCtjn399FTE+pQDWVMC1kuGWaq4+A8= +github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.2-alpha.6 h1:jR1TtO69VE09J9uwY5cJtIr3gY3IFi8X1o6xPwOEHfc= +github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.2-alpha.6/go.mod h1:LcL73NviHceB2h27c7ixQAEuTb93qjgGoSkXoZ2ZtV8= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-apigateway-ts-routes/package.json b/aws-apigateway-ts-routes/package.json index 3c6162a67..cd24ab6e4 100644 --- a/aws-apigateway-ts-routes/package.json +++ b/aws-apigateway-ts-routes/package.json @@ -7,7 +7,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/aws-apigateway": "2.6.1", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "aws-lambda": "^1.0.7" } } diff --git a/aws-go-ansible-wordpress/go.mod b/aws-go-ansible-wordpress/go.mod index 8bd0c7954..00411ea4b 100644 --- a/aws-go-ansible-wordpress/go.mod +++ b/aws-go-ansible-wordpress/go.mod @@ -1,12 +1,12 @@ module pulumi-ansible-wordpress -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-command/sdk v1.0.1 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-ansible-wordpress/go.sum b/aws-go-ansible-wordpress/go.sum index 6bdfb9475..605389b67 100644 --- a/aws-go-ansible-wordpress/go.sum +++ b/aws-go-ansible-wordpress/go.sum @@ -152,8 +152,8 @@ github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654 github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= github.com/pulumi/pulumi-command/sdk v1.0.1 h1:ZuBSFT57nxg/fs8yBymUhKLkjJ6qmyN3gNvlY/idiN0= github.com/pulumi/pulumi-command/sdk v1.0.1/go.mod h1:C7sfdFbUIoXKoIASfXUbP/U9xnwPfxvz8dBpFodohlA= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-appsync/go.mod b/aws-go-appsync/go.mod index 843c795af..a4f0f9811 100644 --- a/aws-go-appsync/go.mod +++ b/aws-go-appsync/go.mod @@ -1,13 +1,13 @@ module github.com/pulumi/examples/aws-go-appsync -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 github.com/pulumi/pulumi-random/sdk/v4 v4.17.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-appsync/go.sum b/aws-go-appsync/go.sum index 98d62fe95..e96c77028 100644 --- a/aws-go-appsync/go.sum +++ b/aws-go-appsync/go.sum @@ -152,8 +152,8 @@ github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654 github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= github.com/pulumi/pulumi-random/sdk/v4 v4.17.0 h1:gOZeoD6h1ThtWCS53lqcBvsNNP7aJn/euKYc9V1o7+8= github.com/pulumi/pulumi-random/sdk/v4 v4.17.0/go.mod h1:yjpOTPppMZXoD7TamsFeV/37QybixMpTJJpzniZPKpg= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-assume-role/assume-role/go.mod b/aws-go-assume-role/assume-role/go.mod index 9c010595b..8b900cb83 100644 --- a/aws-go-assume-role/assume-role/go.mod +++ b/aws-go-assume-role/assume-role/go.mod @@ -1,12 +1,12 @@ module assume-role -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-assume-role/assume-role/go.sum b/aws-go-assume-role/assume-role/go.sum index ebd566984..5219fc20e 100644 --- a/aws-go-assume-role/assume-role/go.sum +++ b/aws-go-assume-role/assume-role/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-assume-role/create-role/go.mod b/aws-go-assume-role/create-role/go.mod index 7c60159b9..f5609d25b 100644 --- a/aws-go-assume-role/create-role/go.mod +++ b/aws-go-assume-role/create-role/go.mod @@ -1,12 +1,12 @@ module create-role -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-assume-role/create-role/go.sum b/aws-go-assume-role/create-role/go.sum index ebd566984..5219fc20e 100644 --- a/aws-go-assume-role/create-role/go.sum +++ b/aws-go-assume-role/create-role/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-console-slack-notification/go.mod b/aws-go-console-slack-notification/go.mod index c8ecce69d..2cccd50b1 100644 --- a/aws-go-console-slack-notification/go.mod +++ b/aws-go-console-slack-notification/go.mod @@ -1,13 +1,13 @@ module github.com/pulumi/examples/aws-go-console-slack-notification -go 1.21.12 +go 1.22 -toolchain go1.23.1 +toolchain go1.23.5 require ( github.com/aws/aws-lambda-go v1.16.0 github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-console-slack-notification/go.sum b/aws-go-console-slack-notification/go.sum index f0d2b46ba..c971ee7c9 100644 --- a/aws-go-console-slack-notification/go.sum +++ b/aws-go-console-slack-notification/go.sum @@ -154,8 +154,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-eks/go.mod b/aws-go-eks/go.mod index 248416f50..19d044640 100644 --- a/aws-go-eks/go.mod +++ b/aws-go-eks/go.mod @@ -1,13 +1,13 @@ module aws-go-eks -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-eks/go.sum b/aws-go-eks/go.sum index e508038bf..dac8f2c02 100644 --- a/aws-go-eks/go.sum +++ b/aws-go-eks/go.sum @@ -154,8 +154,8 @@ github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654 github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-fargate/go.mod b/aws-go-fargate/go.mod index 9c2a204b8..44d757707 100644 --- a/aws-go-fargate/go.mod +++ b/aws-go-fargate/go.mod @@ -1,14 +1,14 @@ module github.com/pulumi/examples/aws-go-fargate -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 github.com/pulumi/pulumi-awsx/sdk/v2 v2.21.0 github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-fargate/go.sum b/aws-go-fargate/go.sum index 14581ef3a..1938cb8e2 100644 --- a/aws-go-fargate/go.sum +++ b/aws-go-fargate/go.sum @@ -154,8 +154,8 @@ github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.3 h1:NxCXxRvzhUJP9 github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.3/go.mod h1:jw9NcyRXjv5V2HHHJlqUBdXFCFiLfZoCChWEn38LR2A= github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1 h1:RPzfYL6GxjiRKq3VcJ3b9J+0kENoJyMLAZsm88DVh6k= github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1/go.mod h1:8WGseCERS8W68CV1b1eJA/aRMRimpL4P23ZBHD/wMb0= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-lambda-gateway/go.mod b/aws-go-lambda-gateway/go.mod index 95eee2c86..017fd7a54 100644 --- a/aws-go-lambda-gateway/go.mod +++ b/aws-go-lambda-gateway/go.mod @@ -1,13 +1,13 @@ module github.com/pulumi/examples/aws-go-lambda-gateway -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/aws/aws-lambda-go v1.15.0 github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-lambda-gateway/go.sum b/aws-go-lambda-gateway/go.sum index 1cc7e45db..2610d0a5d 100644 --- a/aws-go-lambda-gateway/go.sum +++ b/aws-go-lambda-gateway/go.sum @@ -154,8 +154,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-lambda/go.mod b/aws-go-lambda/go.mod index 90cfb07a9..0a0d487a1 100644 --- a/aws-go-lambda/go.mod +++ b/aws-go-lambda/go.mod @@ -5,7 +5,7 @@ go 1.23.2 require ( github.com/aws/aws-lambda-go v1.47.0 github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-lambda/go.sum b/aws-go-lambda/go.sum index 3f031c13c..0221f8343 100644 --- a/aws-go-lambda/go.sum +++ b/aws-go-lambda/go.sum @@ -152,8 +152,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-langserve/go.mod b/aws-go-langserve/go.mod index 18644152e..2b961c688 100644 --- a/aws-go-langserve/go.mod +++ b/aws-go-langserve/go.mod @@ -5,5 +5,5 @@ go 1.20 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) diff --git a/aws-go-resources/go.mod b/aws-go-resources/go.mod index b5452fc7a..0a37b8743 100644 --- a/aws-go-resources/go.mod +++ b/aws-go-resources/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/aws-go-resources -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-resources/go.sum b/aws-go-resources/go.sum index 0d217c493..00400988d 100644 --- a/aws-go-resources/go.sum +++ b/aws-go-resources/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-s3-folder-component/go.mod b/aws-go-s3-folder-component/go.mod index 09a8cd81b..8b5c0c19a 100644 --- a/aws-go-s3-folder-component/go.mod +++ b/aws-go-s3-folder-component/go.mod @@ -1,10 +1,10 @@ module github.com/pulumi/examples/aws-go-s3-folder-component -go 1.21.12 +go 1.22 -toolchain go1.23.1 +toolchain go1.23.5 -require github.com/pulumi/pulumi/sdk/v3 v3.146.0 +require github.com/pulumi/pulumi/sdk/v3 v3.147.0 require ( dario.cat/mergo v1.0.0 // indirect diff --git a/aws-go-s3-folder-component/go.sum b/aws-go-s3-folder-component/go.sum index 00de206ba..3f6698261 100644 --- a/aws-go-s3-folder-component/go.sum +++ b/aws-go-s3-folder-component/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-s3-folder/go.mod b/aws-go-s3-folder/go.mod index a96661b16..f9f2483a8 100644 --- a/aws-go-s3-folder/go.mod +++ b/aws-go-s3-folder/go.mod @@ -1,10 +1,10 @@ module github.com/pulumi/examples/aws-go-s3-folder -go 1.21.12 +go 1.22 -toolchain go1.23.1 +toolchain go1.23.5 -require github.com/pulumi/pulumi/sdk/v3 v3.146.0 +require github.com/pulumi/pulumi/sdk/v3 v3.147.0 require ( dario.cat/mergo v1.0.0 // indirect diff --git a/aws-go-s3-folder/go.sum b/aws-go-s3-folder/go.sum index 00de206ba..3f6698261 100644 --- a/aws-go-s3-folder/go.sum +++ b/aws-go-s3-folder/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-secrets-manager/go.mod b/aws-go-secrets-manager/go.mod index a33981a76..afd5aff7f 100644 --- a/aws-go-secrets-manager/go.mod +++ b/aws-go-secrets-manager/go.mod @@ -1,12 +1,12 @@ module aws-go-secrets-manager -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-secrets-manager/go.sum b/aws-go-secrets-manager/go.sum index 0d217c493..00400988d 100644 --- a/aws-go-secrets-manager/go.sum +++ b/aws-go-secrets-manager/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-slackbot/go.mod b/aws-go-slackbot/go.mod index 523e493af..c5da05802 100644 --- a/aws-go-slackbot/go.mod +++ b/aws-go-slackbot/go.mod @@ -1,14 +1,14 @@ module aws-go-slackbot -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/aws/aws-lambda-go v1.23.0 github.com/aws/aws-sdk-go v1.44.298 github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 github.com/slack-go/slack v0.9.0 ) diff --git a/aws-go-slackbot/go.sum b/aws-go-slackbot/go.sum index 485552a22..7791d0a92 100644 --- a/aws-go-slackbot/go.sum +++ b/aws-go-slackbot/go.sum @@ -166,8 +166,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-go-webserver/go.mod b/aws-go-webserver/go.mod index 92282a47d..aeeff2c61 100644 --- a/aws-go-webserver/go.mod +++ b/aws-go-webserver/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/aws-go-webserver -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/aws-go-webserver/go.sum b/aws-go-webserver/go.sum index 0d217c493..00400988d 100644 --- a/aws-go-webserver/go.sum +++ b/aws-go-webserver/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/aws-js-containers/package.json b/aws-js-containers/package.json index 8a998a60a..d46c82229 100644 --- a/aws-js-containers/package.json +++ b/aws-js-containers/package.json @@ -4,6 +4,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-js-langserve/package.json b/aws-js-langserve/package.json index 669072ce8..a39e33e16 100644 --- a/aws-js-langserve/package.json +++ b/aws-js-langserve/package.json @@ -2,7 +2,7 @@ "name": "aws-js-langserve", "main": "index.js", "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/aws": "6.66.3", "@pulumi/docker": "4.6.1" } diff --git a/aws-js-s3-folder-component/package.json b/aws-js-s3-folder-component/package.json index fb9322e93..dccafcd01 100644 --- a/aws-js-s3-folder-component/package.json +++ b/aws-js-s3-folder-component/package.json @@ -3,7 +3,7 @@ "main": "index.js", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "mime": "^2.2.2" } } diff --git a/aws-js-s3-folder/package.json b/aws-js-s3-folder/package.json index 244f5d6f5..8b94a4dad 100644 --- a/aws-js-s3-folder/package.json +++ b/aws-js-s3-folder/package.json @@ -3,7 +3,7 @@ "main": "index.js", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "mime": "^2.2.2" } } diff --git a/aws-js-sqs-slack/package.json b/aws-js-sqs-slack/package.json index 86662c75c..80a6048c9 100644 --- a/aws-js-sqs-slack/package.json +++ b/aws-js-sqs-slack/package.json @@ -2,7 +2,7 @@ "name": "aws-js-sqs-slack", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@slack/client": "^4.3.1" } } diff --git a/aws-js-webserver-component/package.json b/aws-js-webserver-component/package.json index da92c3ff9..2e1c174d4 100755 --- a/aws-js-webserver-component/package.json +++ b/aws-js-webserver-component/package.json @@ -4,6 +4,6 @@ "main": "index.js", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-js-webserver/package.json b/aws-js-webserver/package.json index da92c3ff9..2e1c174d4 100755 --- a/aws-js-webserver/package.json +++ b/aws-js-webserver/package.json @@ -4,6 +4,6 @@ "main": "index.js", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-py-ecs-instances-autoapi/automation/package.json b/aws-py-ecs-instances-autoapi/automation/package.json index 1d2bf5347..3856a8dc1 100644 --- a/aws-py-ecs-instances-autoapi/automation/package.json +++ b/aws-py-ecs-instances-autoapi/automation/package.json @@ -7,7 +7,7 @@ "license": "MIT", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/node": "^14.14.20", "ts-node": "^9.0.0", "upath": "^2.0.0" diff --git a/aws-py-fargate/pyproject.toml b/aws-py-fargate/pyproject.toml index 29b8eaed9..be0c0f2d7 100644 --- a/aws-py-fargate/pyproject.toml +++ b/aws-py-fargate/pyproject.toml @@ -3,7 +3,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -pulumi = "==3.146.0" +pulumi = "==3.147.0" pulumi-aws = "==6.66.3" pyright = ">=1.1.369,<2.0.0" diff --git a/aws-ts-airflow/package.json b/aws-ts-airflow/package.json index f0c380073..7a8fdd11d 100644 --- a/aws-ts-airflow/package.json +++ b/aws-ts-airflow/package.json @@ -6,7 +6,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "typescript": "^4.6.0" } } diff --git a/aws-ts-ansible-wordpress/package.json b/aws-ts-ansible-wordpress/package.json index 34b149af1..4c90c37a3 100644 --- a/aws-ts-ansible-wordpress/package.json +++ b/aws-ts-ansible-wordpress/package.json @@ -6,7 +6,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/command": "1.0.1", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "typescript": "^5.0.0" } } diff --git a/aws-ts-apigateway-auth0/package.json b/aws-ts-apigateway-auth0/package.json index 72f6404be..8d5aa75b6 100644 --- a/aws-ts-apigateway-auth0/package.json +++ b/aws-ts-apigateway-auth0/package.json @@ -7,7 +7,7 @@ "@pulumi/aws": "6.66.3", "@pulumi/aws-apigateway": "2.6.1", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/auth0-js": "^9.10.1", "@types/jsonwebtoken": "^8.3.2", "jsonwebtoken": "9.0.0", diff --git a/aws-ts-apigateway-eventbridge/package.json b/aws-ts-apigateway-eventbridge/package.json index 2ccea93c7..cf5381674 100644 --- a/aws-ts-apigateway-eventbridge/package.json +++ b/aws-ts-apigateway-eventbridge/package.json @@ -4,7 +4,7 @@ "@types/node": "14.18.63" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0" } diff --git a/aws-ts-apigateway-lambda-serverless/package.json b/aws-ts-apigateway-lambda-serverless/package.json index 4976d6b58..a1c8938eb 100644 --- a/aws-ts-apigateway-lambda-serverless/package.json +++ b/aws-ts-apigateway-lambda-serverless/package.json @@ -7,6 +7,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-apigateway/package.json b/aws-ts-apigateway/package.json index 682e4316c..318e0d744 100644 --- a/aws-ts-apigateway/package.json +++ b/aws-ts-apigateway/package.json @@ -6,6 +6,6 @@ "@aws-sdk/lib-dynamodb": "^3.423.0", "@pulumi/aws": "6.66.3", "@pulumi/aws-apigateway": "2.6.1", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-apigatewayv2-eventbridge/package.json b/aws-ts-apigatewayv2-eventbridge/package.json index 68136b212..c0ae89c15 100644 --- a/aws-ts-apigatewayv2-eventbridge/package.json +++ b/aws-ts-apigatewayv2-eventbridge/package.json @@ -4,7 +4,7 @@ "@types/node": "14.18.63" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0" } diff --git a/aws-ts-apigatewayv2-http-api-quickcreate/package.json b/aws-ts-apigatewayv2-http-api-quickcreate/package.json index dd8bef11e..a87e989ad 100644 --- a/aws-ts-apigatewayv2-http-api-quickcreate/package.json +++ b/aws-ts-apigatewayv2-http-api-quickcreate/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-apigatewayv2-http-api/package.json b/aws-ts-apigatewayv2-http-api/package.json index c3a91769d..a3e8d6e80 100644 --- a/aws-ts-apigatewayv2-http-api/package.json +++ b/aws-ts-apigatewayv2-http-api/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-appsync/package.json b/aws-ts-appsync/package.json index 93017b0df..d92c09e47 100644 --- a/aws-ts-appsync/package.json +++ b/aws-ts-appsync/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } diff --git a/aws-ts-assume-role/assume-role/package.json b/aws-ts-assume-role/assume-role/package.json index d8ed258fe..c34c1859b 100644 --- a/aws-ts-assume-role/assume-role/package.json +++ b/aws-ts-assume-role/assume-role/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-assume-role/create-role/package.json b/aws-ts-assume-role/create-role/package.json index 3341760a8..22e5929fd 100644 --- a/aws-ts-assume-role/create-role/package.json +++ b/aws-ts-assume-role/create-role/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-containers-dockerbuild/package.json b/aws-ts-containers-dockerbuild/package.json index 098a1e339..0701272a3 100644 --- a/aws-ts-containers-dockerbuild/package.json +++ b/aws-ts-containers-dockerbuild/package.json @@ -5,7 +5,7 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/docker-build": "0.0.9", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "devDependencies": { "@types/node": "20.17.10" diff --git a/aws-ts-containers-dockerbuildcloud/package.json b/aws-ts-containers-dockerbuildcloud/package.json index 098a1e339..0701272a3 100644 --- a/aws-ts-containers-dockerbuildcloud/package.json +++ b/aws-ts-containers-dockerbuildcloud/package.json @@ -5,7 +5,7 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/docker-build": "0.0.9", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "devDependencies": { "@types/node": "20.17.10" diff --git a/aws-ts-containers/package.json b/aws-ts-containers/package.json index 510e812cc..042c5edd7 100644 --- a/aws-ts-containers/package.json +++ b/aws-ts-containers/package.json @@ -4,7 +4,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "devDependencies": { "typescript": "4.9.5" diff --git a/aws-ts-ec2-provisioners/package.json b/aws-ts-ec2-provisioners/package.json index 4df9d001f..9e11e7d80 100755 --- a/aws-ts-ec2-provisioners/package.json +++ b/aws-ts-ec2-provisioners/package.json @@ -8,6 +8,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/command": "1.0.1", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-ecs-anywhere/package.json b/aws-ts-ecs-anywhere/package.json index d1b62aa2a..3ac2d5f0b 100644 --- a/aws-ts-ecs-anywhere/package.json +++ b/aws-ts-ecs-anywhere/package.json @@ -7,6 +7,6 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/digitalocean": "4.38.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-eks-distro/package.json b/aws-ts-eks-distro/package.json index 7adb52116..c4dcc9ce0 100644 --- a/aws-ts-eks-distro/package.json +++ b/aws-ts-eks-distro/package.json @@ -7,7 +7,7 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/mustache": "^4.0.1", "@types/tmp": "^0.2.0", "mustache": "^4.0.1", diff --git a/aws-ts-eks-hello-world/package.json b/aws-ts-eks-hello-world/package.json index fcf884d04..37c78646e 100644 --- a/aws-ts-eks-hello-world/package.json +++ b/aws-ts-eks-hello-world/package.json @@ -5,7 +5,7 @@ "@pulumi/awsx": "2.21.0", "@pulumi/eks": "3.7.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/node": "^18.0.0" } } diff --git a/aws-ts-eks-migrate-nodegroups/package.json b/aws-ts-eks-migrate-nodegroups/package.json index 155be7d5e..0a76867c7 100644 --- a/aws-ts-eks-migrate-nodegroups/package.json +++ b/aws-ts-eks-migrate-nodegroups/package.json @@ -9,6 +9,6 @@ "@pulumi/awsx": "2.21.0", "@pulumi/eks": "3.7.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-eks/package.json b/aws-ts-eks/package.json index b360b14cc..84f88ddf3 100644 --- a/aws-ts-eks/package.json +++ b/aws-ts-eks/package.json @@ -8,6 +8,6 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/eks": "3.7.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-hello-fargate/package.json b/aws-ts-hello-fargate/package.json index 04275944c..5d1c5b0fc 100644 --- a/aws-ts-hello-fargate/package.json +++ b/aws-ts-hello-fargate/package.json @@ -8,6 +8,6 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/docker": "4.6.1", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-k8s-mern-voting-app/package.json b/aws-ts-k8s-mern-voting-app/package.json index 6593b2707..42bc64cf9 100644 --- a/aws-ts-k8s-mern-voting-app/package.json +++ b/aws-ts-k8s-mern-voting-app/package.json @@ -9,6 +9,6 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/eks": "3.7.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-k8s-voting-app/package.json b/aws-ts-k8s-voting-app/package.json index 0a698a9fc..bd664ba1b 100644 --- a/aws-ts-k8s-voting-app/package.json +++ b/aws-ts-k8s-voting-app/package.json @@ -10,7 +10,7 @@ "@pulumi/awsx": "2.21.0", "@pulumi/eks": "3.7.0", "@pulumi/postgresql": "3.15.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "pg": "^8.3.3" } } diff --git a/aws-ts-lambda-slack/package.json b/aws-ts-lambda-slack/package.json index 7a14dd972..ecea6c9c2 100644 --- a/aws-ts-lambda-slack/package.json +++ b/aws-ts-lambda-slack/package.json @@ -7,6 +7,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-lambda-thumbnailer/package.json b/aws-ts-lambda-thumbnailer/package.json index 9555d63c6..cb5f64ffe 100755 --- a/aws-ts-lambda-thumbnailer/package.json +++ b/aws-ts-lambda-thumbnailer/package.json @@ -5,6 +5,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-langserve/package.json b/aws-ts-langserve/package.json index 44907197c..183fcaa7e 100644 --- a/aws-ts-langserve/package.json +++ b/aws-ts-langserve/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/aws": "6.66.3", "@pulumi/docker": "4.6.1" } diff --git a/aws-ts-localai-flowise/package.json b/aws-ts-localai-flowise/package.json index 03bb082db..40bf6af1c 100644 --- a/aws-ts-localai-flowise/package.json +++ b/aws-ts-localai-flowise/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/eks": "3.7.0", "@pulumi/aws": "6.66.3", "@pulumi/docker": "4.6.1", diff --git a/aws-ts-netlify-cms-and-oauth/cms-oauth/infrastructure/package.json b/aws-ts-netlify-cms-and-oauth/cms-oauth/infrastructure/package.json index b2e841cdc..eefa7f63e 100644 --- a/aws-ts-netlify-cms-and-oauth/cms-oauth/infrastructure/package.json +++ b/aws-ts-netlify-cms-and-oauth/cms-oauth/infrastructure/package.json @@ -6,7 +6,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } diff --git a/aws-ts-netlify-cms-and-oauth/cms/infrastructure/package.json b/aws-ts-netlify-cms-and-oauth/cms/infrastructure/package.json index 31f8c2280..203f0f2e7 100644 --- a/aws-ts-netlify-cms-and-oauth/cms/infrastructure/package.json +++ b/aws-ts-netlify-cms-and-oauth/cms/infrastructure/package.json @@ -7,7 +7,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "mime": "^2.4.6" } } diff --git a/aws-ts-nextjs/package.json b/aws-ts-nextjs/package.json index 35e64dc7b..972b875d9 100644 --- a/aws-ts-nextjs/package.json +++ b/aws-ts-nextjs/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "glob": "^8.0.3", "mime": "^2.0.3" }, diff --git a/aws-ts-oidc-provider-pulumi-cloud/package.json b/aws-ts-oidc-provider-pulumi-cloud/package.json index 121784e5a..78f7bb61d 100644 --- a/aws-ts-oidc-provider-pulumi-cloud/package.json +++ b/aws-ts-oidc-provider-pulumi-cloud/package.json @@ -8,7 +8,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/command": "1.0.1", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/pulumiservice": "0.27.4", "@pulumi/tls": "5.1.0" } diff --git a/aws-ts-organizations/package.json b/aws-ts-organizations/package.json index 41e94846b..5d4141ea3 100644 --- a/aws-ts-organizations/package.json +++ b/aws-ts-organizations/package.json @@ -7,6 +7,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-pern-voting-app/package.json b/aws-ts-pern-voting-app/package.json index b11064016..20ac8a4c2 100644 --- a/aws-ts-pern-voting-app/package.json +++ b/aws-ts-pern-voting-app/package.json @@ -9,7 +9,7 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/postgresql": "3.15.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "pg": "^8.6.0" } } diff --git a/aws-ts-pulumi-miniflux/package.json b/aws-ts-pulumi-miniflux/package.json index fe9b510b8..961f42de2 100644 --- a/aws-ts-pulumi-miniflux/package.json +++ b/aws-ts-pulumi-miniflux/package.json @@ -7,6 +7,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-pulumi-webhooks/package.json b/aws-ts-pulumi-webhooks/package.json index 62e5d1c36..bbdc8e6d8 100644 --- a/aws-ts-pulumi-webhooks/package.json +++ b/aws-ts-pulumi-webhooks/package.json @@ -6,7 +6,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@slack/webhook": "^5.0.3" } } diff --git a/aws-ts-redshift-glue-etl/package.json b/aws-ts-redshift-glue-etl/package.json index 8b8af8f01..f18bcbd6d 100644 --- a/aws-ts-redshift-glue-etl/package.json +++ b/aws-ts-redshift-glue-etl/package.json @@ -8,6 +8,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-resources/package.json b/aws-ts-resources/package.json index 4372038fc..d218832a6 100644 --- a/aws-ts-resources/package.json +++ b/aws-ts-resources/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-ruby-on-rails/package.json b/aws-ts-ruby-on-rails/package.json index 82be21a3e..4766524bd 100644 --- a/aws-ts-ruby-on-rails/package.json +++ b/aws-ts-ruby-on-rails/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "pcloudinit": "^0.1.0" } } diff --git a/aws-ts-s3-folder/package.json b/aws-ts-s3-folder/package.json index d00d19595..96986ed7c 100644 --- a/aws-ts-s3-folder/package.json +++ b/aws-ts-s3-folder/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "mime": "^2.5.2" } } diff --git a/aws-ts-s3-lambda-copyzip/package.json b/aws-ts-s3-lambda-copyzip/package.json index a06242fa8..ed9c718f0 100644 --- a/aws-ts-s3-lambda-copyzip/package.json +++ b/aws-ts-s3-lambda-copyzip/package.json @@ -6,7 +6,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.386.0", "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "adm-zip": "^0.4.13" } } diff --git a/aws-ts-scheduled-function/package.json b/aws-ts-scheduled-function/package.json index 5766f3734..16442b8a7 100644 --- a/aws-ts-scheduled-function/package.json +++ b/aws-ts-scheduled-function/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-secrets-manager/package.json b/aws-ts-secrets-manager/package.json index dd1890e3c..80dc9aa6e 100644 --- a/aws-ts-secrets-manager/package.json +++ b/aws-ts-secrets-manager/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-serverless-datawarehouse/package.json b/aws-ts-serverless-datawarehouse/package.json index 647b195ee..0cb7723ff 100644 --- a/aws-ts-serverless-datawarehouse/package.json +++ b/aws-ts-serverless-datawarehouse/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "athena-client": "^2.5.1", "aws-sdk": "^2.606.0", "moment-timezone": "^0.5.27", diff --git a/aws-ts-serverless-raw/package.json b/aws-ts-serverless-raw/package.json index cf2427a96..59a4914e1 100644 --- a/aws-ts-serverless-raw/package.json +++ b/aws-ts-serverless-raw/package.json @@ -3,6 +3,6 @@ "version": "0.1.0", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-slackbot/package.json b/aws-ts-slackbot/package.json index ba8f16d69..04b008eb5 100644 --- a/aws-ts-slackbot/package.json +++ b/aws-ts-slackbot/package.json @@ -8,7 +8,7 @@ "@pulumi/aws": "6.66.3", "@pulumi/aws-apigateway": "2.6.1", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "qs": "^6.7.0", "superagent": "^8.1.0" }, diff --git a/aws-ts-stackreference/company/package.json b/aws-ts-stackreference/company/package.json index 3311945f5..3dbf57796 100644 --- a/aws-ts-stackreference/company/package.json +++ b/aws-ts-stackreference/company/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-stackreference/department/package.json b/aws-ts-stackreference/department/package.json index 3311945f5..3dbf57796 100644 --- a/aws-ts-stackreference/department/package.json +++ b/aws-ts-stackreference/department/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-stackreference/team/package.json b/aws-ts-stackreference/team/package.json index 3311945f5..3dbf57796 100644 --- a/aws-ts-stackreference/team/package.json +++ b/aws-ts-stackreference/team/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-static-website/package.json b/aws-ts-static-website/package.json index c09e08bf5..cf40313e7 100644 --- a/aws-ts-static-website/package.json +++ b/aws-ts-static-website/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "mime": "^2.0.3" } } diff --git a/aws-ts-stepfunctions/package.json b/aws-ts-stepfunctions/package.json index a7fc61c5e..bd68cce80 100644 --- a/aws-ts-stepfunctions/package.json +++ b/aws-ts-stepfunctions/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-synthetics-canary/package.json b/aws-ts-synthetics-canary/package.json index 394fe7c4d..cad271d7a 100644 --- a/aws-ts-synthetics-canary/package.json +++ b/aws-ts-synthetics-canary/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/command": "1.0.1", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-thumbnailer/package.json b/aws-ts-thumbnailer/package.json index baa7425dc..d1fe98753 100755 --- a/aws-ts-thumbnailer/package.json +++ b/aws-ts-thumbnailer/package.json @@ -5,6 +5,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-twitter-athena/package.json b/aws-ts-twitter-athena/package.json index becca29f8..af6442405 100644 --- a/aws-ts-twitter-athena/package.json +++ b/aws-ts-twitter-athena/package.json @@ -4,7 +4,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.386.0", "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "twitter": "^1.7.1" }, "devDependencies": { diff --git a/aws-ts-url-shortener-cache-http/package.json b/aws-ts-url-shortener-cache-http/package.json index 25560cc32..b47b1d8db 100644 --- a/aws-ts-url-shortener-cache-http/package.json +++ b/aws-ts-url-shortener-cache-http/package.json @@ -17,7 +17,7 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/cloud-aws": "0.40.2", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "express": "^4.16.3", "mime-types": "^2.1.20", "parseurl": "^1.3.2", diff --git a/aws-ts-voting-app/package.json b/aws-ts-voting-app/package.json index ce220cf69..85fbbae08 100644 --- a/aws-ts-voting-app/package.json +++ b/aws-ts-voting-app/package.json @@ -8,6 +8,6 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/cloud-aws": "0.40.2", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/package.json b/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/package.json index ca7ddd27c..e81cc9ea7 100644 --- a/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/package.json +++ b/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-webserver/package.json b/aws-ts-webserver/package.json index fdeb7fd54..6c83c96d6 100644 --- a/aws-ts-webserver/package.json +++ b/aws-ts-webserver/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/aws-ts-wordpress-fargate-rds/package.json b/aws-ts-wordpress-fargate-rds/package.json index 3ba847c8e..092cfe6b0 100644 --- a/aws-ts-wordpress-fargate-rds/package.json +++ b/aws-ts-wordpress-fargate-rds/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } diff --git a/azure-go-aci/go.mod b/azure-go-aci/go.mod index 913065ca8..94972142a 100644 --- a/azure-go-aci/go.mod +++ b/azure-go-aci/go.mod @@ -1,13 +1,13 @@ module github.com/pulumi/examples/azure-go-aci -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/azure-go-aci/go.sum b/azure-go-aci/go.sum index 0c884ce70..cf4e8f509 100644 --- a/azure-go-aci/go.sum +++ b/azure-go-aci/go.sum @@ -154,8 +154,8 @@ github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106/go.mod h1:lJiRDvgApaNMg8w/DWL9Fg3TBnUUU7EZzcFVjv5pO1s= github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kLjKH5mpcCJDnI8hih6ewIdBCA5eoh6B6KUvzM= github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/azure-go-aks-helm/go.mod b/azure-go-aks-helm/go.mod index 734f40cec..a5e92757b 100644 --- a/azure-go-aks-helm/go.mod +++ b/azure-go-aks-helm/go.mod @@ -1,8 +1,8 @@ module azure-go-aks-helm -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106 @@ -11,7 +11,7 @@ require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 github.com/pulumi/pulumi-random/sdk/v4 v4.17.0 github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require github.com/stretchr/objx v0.5.2 // indirect diff --git a/azure-go-aks-helm/go.sum b/azure-go-aks-helm/go.sum index 5c439b3b2..69a6e8ac6 100644 --- a/azure-go-aks-helm/go.sum +++ b/azure-go-aks-helm/go.sum @@ -162,8 +162,8 @@ github.com/pulumi/pulumi-random/sdk/v4 v4.17.0 h1:gOZeoD6h1ThtWCS53lqcBvsNNP7aJn github.com/pulumi/pulumi-random/sdk/v4 v4.17.0/go.mod h1:yjpOTPppMZXoD7TamsFeV/37QybixMpTJJpzniZPKpg= github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0 h1:eLl9zlIWn0APS5ol+jX7rndH3SYH7YtGc6+YKCDpoj0= github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0/go.mod h1:4nbc+X3iHeYH/rRFRRluVQedNYWydJY+bDOhHT0hJX0= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/azure-go-aks-managed-identity/go.mod b/azure-go-aks-managed-identity/go.mod index 51c3c9a5c..662b1d579 100644 --- a/azure-go-aks-managed-identity/go.mod +++ b/azure-go-aks-managed-identity/go.mod @@ -1,8 +1,8 @@ module azure-go-aks-managed-identity -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737449106 @@ -10,7 +10,7 @@ require ( github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/azure-go-aks-managed-identity/go.sum b/azure-go-aks-managed-identity/go.sum index c87ca71ec..b0ec48b59 100644 --- a/azure-go-aks-managed-identity/go.sum +++ b/azure-go-aks-managed-identity/go.sum @@ -160,8 +160,8 @@ github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kL github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc= github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0 h1:eLl9zlIWn0APS5ol+jX7rndH3SYH7YtGc6+YKCDpoj0= github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0/go.mod h1:4nbc+X3iHeYH/rRFRRluVQedNYWydJY+bDOhHT0hJX0= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/azure-go-aks-multicluster/go.mod b/azure-go-aks-multicluster/go.mod index 9542af0a8..4c13968e9 100644 --- a/azure-go-aks-multicluster/go.mod +++ b/azure-go-aks-multicluster/go.mod @@ -1,14 +1,14 @@ module azure-go-aks-multicluster -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require github.com/stretchr/objx v0.5.2 // indirect diff --git a/azure-go-aks-multicluster/go.sum b/azure-go-aks-multicluster/go.sum index 4171010ce..11856fe98 100644 --- a/azure-go-aks-multicluster/go.sum +++ b/azure-go-aks-multicluster/go.sum @@ -156,8 +156,8 @@ github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kL github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc= github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0 h1:QU3Vi8OtgpaPf3NMCauYOjstaWL7uh+nrt/LtokIw3E= github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0/go.mod h1:nP7hVmMwak4O4NiZCsbotjWXfQsIVkRTSIoXEpaDp/Q= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/azure-go-aks/go.mod b/azure-go-aks/go.mod index 8d91f7a87..eb682ca55 100644 --- a/azure-go-aks/go.mod +++ b/azure-go-aks/go.mod @@ -1,8 +1,8 @@ module goaks -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106 @@ -10,7 +10,7 @@ require ( github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0 github.com/pulumi/pulumi-random/sdk/v4 v4.17.0 github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require github.com/stretchr/objx v0.5.2 // indirect diff --git a/azure-go-aks/go.sum b/azure-go-aks/go.sum index 4415d14f7..dfcf418b9 100644 --- a/azure-go-aks/go.sum +++ b/azure-go-aks/go.sum @@ -160,8 +160,8 @@ github.com/pulumi/pulumi-random/sdk/v4 v4.17.0 h1:gOZeoD6h1ThtWCS53lqcBvsNNP7aJn github.com/pulumi/pulumi-random/sdk/v4 v4.17.0/go.mod h1:yjpOTPppMZXoD7TamsFeV/37QybixMpTJJpzniZPKpg= github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0 h1:eLl9zlIWn0APS5ol+jX7rndH3SYH7YtGc6+YKCDpoj0= github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0/go.mod h1:4nbc+X3iHeYH/rRFRRluVQedNYWydJY+bDOhHT0hJX0= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/azure-go-appservice-docker/go.mod b/azure-go-appservice-docker/go.mod index 711abc8cf..4a8cdc1e0 100644 --- a/azure-go-appservice-docker/go.mod +++ b/azure-go-appservice-docker/go.mod @@ -1,15 +1,15 @@ module github.com/pulumi/examples/azure-go-appservice -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure-native-sdk/containerregistry/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/web/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/azure-go-appservice-docker/go.sum b/azure-go-appservice-docker/go.sum index d69b88e48..756ef5305 100644 --- a/azure-go-appservice-docker/go.sum +++ b/azure-go-appservice-docker/go.sum @@ -158,8 +158,8 @@ github.com/pulumi/pulumi-azure-native-sdk/web/v2 v2.84.0-alpha.1737449106 h1:U/E github.com/pulumi/pulumi-azure-native-sdk/web/v2 v2.84.0-alpha.1737449106/go.mod h1:RHkZlNWttF1kl6Mclrn8erSWKstBSL+2Ce7rKv7G4cs= github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1 h1:RPzfYL6GxjiRKq3VcJ3b9J+0kENoJyMLAZsm88DVh6k= github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1/go.mod h1:8WGseCERS8W68CV1b1eJA/aRMRimpL4P23ZBHD/wMb0= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/azure-go-call-azure-sdk/go.mod b/azure-go-call-azure-sdk/go.mod index 173e045ee..20f50381e 100644 --- a/azure-go-call-azure-sdk/go.mod +++ b/azure-go-call-azure-sdk/go.mod @@ -1,8 +1,8 @@ module azure-go-call-azure-sdk -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/Azure/azure-sdk-for-go v66.0.0+incompatible @@ -11,7 +11,7 @@ require ( github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/containerregistry/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require github.com/stretchr/objx v0.5.2 // indirect diff --git a/azure-go-call-azure-sdk/go.sum b/azure-go-call-azure-sdk/go.sum index f6bafdb35..0d2c52499 100644 --- a/azure-go-call-azure-sdk/go.sum +++ b/azure-go-call-azure-sdk/go.sum @@ -182,8 +182,8 @@ github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106/go.mod h1:lJiRDvgApaNMg8w/DWL9Fg3TBnUUU7EZzcFVjv5pO1s= github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kLjKH5mpcCJDnI8hih6ewIdBCA5eoh6B6KUvzM= github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/azure-go-containerapps/go.mod b/azure-go-containerapps/go.mod index 211ad5775..3d3623ff1 100644 --- a/azure-go-containerapps/go.mod +++ b/azure-go-containerapps/go.mod @@ -1,8 +1,8 @@ module github.com/pulumi/examples/azure-go-containerapps -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure-native-sdk/app/v2 v2.84.0-alpha.1737449106 @@ -10,7 +10,7 @@ require ( github.com/pulumi/pulumi-azure-native-sdk/operationalinsights/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/azure-go-containerapps/go.sum b/azure-go-containerapps/go.sum index ce8de0698..07aca7d64 100644 --- a/azure-go-containerapps/go.sum +++ b/azure-go-containerapps/go.sum @@ -160,8 +160,8 @@ github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kL github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc= github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1 h1:RPzfYL6GxjiRKq3VcJ3b9J+0kENoJyMLAZsm88DVh6k= github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1/go.mod h1:8WGseCERS8W68CV1b1eJA/aRMRimpL4P23ZBHD/wMb0= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/azure-go-static-website/go.mod b/azure-go-static-website/go.mod index 867577ccb..b78669bb7 100644 --- a/azure-go-static-website/go.mod +++ b/azure-go-static-website/go.mod @@ -1,14 +1,14 @@ module github.com/pulumi/examples/azure-go-static-website -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.84.0-alpha.1737449106 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require github.com/stretchr/objx v0.5.2 // indirect diff --git a/azure-go-static-website/go.sum b/azure-go-static-website/go.sum index aa910a6eb..2dec3cef2 100644 --- a/azure-go-static-website/go.sum +++ b/azure-go-static-website/go.sum @@ -156,8 +156,8 @@ github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.84.0-alpha.1737449106 h1 github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.84.0-alpha.1737449106/go.mod h1:0Zbix/aVheGXRrYJ0b0SMtMdASdFfcQoc9SDBhIs7pU= github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kLjKH5mpcCJDnI8hih6ewIdBCA5eoh6B6KUvzM= github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/azure-ts-aci/package.json b/azure-ts-aci/package.json index f4aa9e3a5..f1652cf07 100644 --- a/azure-ts-aci/package.json +++ b/azure-ts-aci/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-aks-helm/package.json b/azure-ts-aks-helm/package.json index 239235755..daa5ef031 100644 --- a/azure-ts-aks-helm/package.json +++ b/azure-ts-aks-helm/package.json @@ -7,7 +7,7 @@ "@pulumi/azure-native": "2.83.0", "@pulumi/azuread": "6.2.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0", "@pulumi/tls": "5.1.0" } diff --git a/azure-ts-aks-managed-identity/package.json b/azure-ts-aks-managed-identity/package.json index 52abe0a10..f64cfb050 100644 --- a/azure-ts-aks-managed-identity/package.json +++ b/azure-ts-aks-managed-identity/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/azure-native": "2.83.0", "@pulumi/tls": "5.1.0" } diff --git a/azure-ts-aks-multicluster/package.json b/azure-ts-aks-multicluster/package.json index 595597852..bd7b9dc19 100644 --- a/azure-ts-aks-multicluster/package.json +++ b/azure-ts-aks-multicluster/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/azure-native": "2.83.0", "@pulumi/azuread": "6.2.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-aks/package.json b/azure-ts-aks/package.json index 74e53d627..1a5e4fcb9 100644 --- a/azure-ts-aks/package.json +++ b/azure-ts-aks/package.json @@ -6,7 +6,7 @@ "dependencies": { "@pulumi/azure-native": "2.83.0", "@pulumi/azuread": "6.2.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0", "@pulumi/tls": "5.1.0" } diff --git a/azure-ts-appservice-docker/package.json b/azure-ts-appservice-docker/package.json index 515ab316d..7b5058e95 100644 --- a/azure-ts-appservice-docker/package.json +++ b/azure-ts-appservice-docker/package.json @@ -7,6 +7,6 @@ "dependencies": { "@pulumi/azure-native": "2.83.0", "@pulumi/docker": "4.6.1", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-appservice/package.json b/azure-ts-appservice/package.json index 0259256aa..6b80189d7 100644 --- a/azure-ts-appservice/package.json +++ b/azure-ts-appservice/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-call-azure-sdk/package.json b/azure-ts-call-azure-sdk/package.json index 161e077e9..9916c8271 100644 --- a/azure-ts-call-azure-sdk/package.json +++ b/azure-ts-call-azure-sdk/package.json @@ -8,6 +8,6 @@ "@azure/arm-authorization": "^8.3.3", "@azure/ms-rest-js": "^2.4.0", "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-containerapps/package.json b/azure-ts-containerapps/package.json index 56595ec02..4ba8e72e2 100644 --- a/azure-ts-containerapps/package.json +++ b/azure-ts-containerapps/package.json @@ -7,6 +7,6 @@ "dependencies": { "@pulumi/azure-native": "2.83.0", "@pulumi/docker": "4.6.1", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-cosmosdb-logicapp/package.json b/azure-ts-cosmosdb-logicapp/package.json index 550f647f5..4305eacdf 100644 --- a/azure-ts-cosmosdb-logicapp/package.json +++ b/azure-ts-cosmosdb-logicapp/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-functions-many/package.json b/azure-ts-functions-many/package.json index e08553c83..de56055d9 100644 --- a/azure-ts-functions-many/package.json +++ b/azure-ts-functions-many/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-functions/package.json b/azure-ts-functions/package.json index 2357200c1..17b8f0850 100644 --- a/azure-ts-functions/package.json +++ b/azure-ts-functions/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-oidc-provider-pulumi-cloud/package.json b/azure-ts-oidc-provider-pulumi-cloud/package.json index ca7bcf091..64d3e2390 100644 --- a/azure-ts-oidc-provider-pulumi-cloud/package.json +++ b/azure-ts-oidc-provider-pulumi-cloud/package.json @@ -8,7 +8,7 @@ "dependencies": { "@pulumi/azure-native": "2.83.0", "@pulumi/azuread": "6.2.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "yaml": "^2.3.4" } } diff --git a/azure-ts-static-website/package.json b/azure-ts-static-website/package.json index eedfb5fc7..b3f1c0d05 100644 --- a/azure-ts-static-website/package.json +++ b/azure-ts-static-website/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } diff --git a/azure-ts-synapse/package.json b/azure-ts-synapse/package.json index 8e3d60668..8d0b41b25 100644 --- a/azure-ts-synapse/package.json +++ b/azure-ts-synapse/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } diff --git a/azure-ts-webapp-privateendpoint-vnet-injection/package.json b/azure-ts-webapp-privateendpoint-vnet-injection/package.json index 417b12cdc..02ad3650d 100644 --- a/azure-ts-webapp-privateendpoint-vnet-injection/package.json +++ b/azure-ts-webapp-privateendpoint-vnet-injection/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/azure-ts-webserver/package.json b/azure-ts-webserver/package.json index 3b35e6998..e92b340bf 100755 --- a/azure-ts-webserver/package.json +++ b/azure-ts-webserver/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/azure-native": "2.83.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/classic-azure-go-aks-multicluster/go.mod b/classic-azure-go-aks-multicluster/go.mod index 4c4beff45..0cfaab788 100644 --- a/classic-azure-go-aks-multicluster/go.mod +++ b/classic-azure-go-aks-multicluster/go.mod @@ -1,13 +1,13 @@ module github.com/pulumi/examples/azure-go-aks -go 1.21 +go 1.22 -toolchain go1.23.0 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0 github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/classic-azure-go-aks-multicluster/go.sum b/classic-azure-go-aks-multicluster/go.sum index 7fd645f27..2daa034dd 100644 --- a/classic-azure-go-aks-multicluster/go.sum +++ b/classic-azure-go-aks-multicluster/go.sum @@ -153,8 +153,8 @@ github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0 h1:VxBBg0knzGtfSJDbDh+VpS9KA8bxL4r github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0/go.mod h1:VdSaDwIBFxtPzHps635l5wZcDt6ty6583LjZ1sTbJMM= github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0 h1:QU3Vi8OtgpaPf3NMCauYOjstaWL7uh+nrt/LtokIw3E= github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0/go.mod h1:nP7hVmMwak4O4NiZCsbotjWXfQsIVkRTSIoXEpaDp/Q= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/classic-azure-go-webserver-component/go.mod b/classic-azure-go-webserver-component/go.mod index cd108ccfb..d6e9b9ae4 100644 --- a/classic-azure-go-webserver-component/go.mod +++ b/classic-azure-go-webserver-component/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/azure-go-webserver-component -go 1.21 +go 1.22 -toolchain go1.23.0 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/classic-azure-go-webserver-component/go.sum b/classic-azure-go-webserver-component/go.sum index 7adc5b6f6..ccb6d9b98 100644 --- a/classic-azure-go-webserver-component/go.sum +++ b/classic-azure-go-webserver-component/go.sum @@ -151,8 +151,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0 h1:VxBBg0knzGtfSJDbDh+VpS9KA8bxL4rAjCbLk1ceqn8= github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0/go.mod h1:VdSaDwIBFxtPzHps635l5wZcDt6ty6583LjZ1sTbJMM= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/classic-azure-ts-aks-keda/package.json b/classic-azure-ts-aks-keda/package.json index 178032084..1fc10ad86 100644 --- a/classic-azure-ts-aks-keda/package.json +++ b/classic-azure-ts-aks-keda/package.json @@ -9,7 +9,7 @@ "@pulumi/azuread": "6.2.0", "@pulumi/docker": "4.6.1", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0", "@pulumi/tls": "5.1.0" }, diff --git a/classic-azure-ts-aks-mean/package.json b/classic-azure-ts-aks-mean/package.json index adf30fa59..83bbf41fd 100644 --- a/classic-azure-ts-aks-mean/package.json +++ b/classic-azure-ts-aks-mean/package.json @@ -7,7 +7,7 @@ "@pulumi/azure": "6.16.0", "@pulumi/azuread": "6.2.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/mongoose": "^5.2.11", "mongoose": "^5.2.13" } diff --git a/classic-azure-ts-api-management/package.json b/classic-azure-ts-api-management/package.json index eb8c29038..cd883da0f 100644 --- a/classic-azure-ts-api-management/package.json +++ b/classic-azure-ts-api-management/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/azure": "6.16.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } \ No newline at end of file diff --git a/classic-azure-ts-appservice-devops/infra/package.json b/classic-azure-ts-appservice-devops/infra/package.json index 5ed23eece..222e7c74e 100644 --- a/classic-azure-ts-appservice-devops/infra/package.json +++ b/classic-azure-ts-appservice-devops/infra/package.json @@ -7,7 +7,7 @@ "@types/node": "8.10.66" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/azure": "6.16.0" } } \ No newline at end of file diff --git a/classic-azure-ts-cosmosapp-component/package.json b/classic-azure-ts-cosmosapp-component/package.json index 8895018d6..5f233eb55 100644 --- a/classic-azure-ts-cosmosapp-component/package.json +++ b/classic-azure-ts-cosmosapp-component/package.json @@ -11,7 +11,7 @@ "@azure/cosmos": "latest", "@pulumi/azure": "6.16.0", "@pulumi/docker": "4.6.1", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } \ No newline at end of file diff --git a/classic-azure-ts-cosmosapp-component/policy/package.json b/classic-azure-ts-cosmosapp-component/policy/package.json index e16fd3ca8..3f4fbf860 100644 --- a/classic-azure-ts-cosmosapp-component/policy/package.json +++ b/classic-azure-ts-cosmosapp-component/policy/package.json @@ -4,7 +4,7 @@ "dependencies": { "@pulumi/azure": "6.16.0", "@pulumi/policy": "latest", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "devDependencies": { "@types/node": "8.10.66" diff --git a/classic-azure-ts-hdinsight-spark/package.json b/classic-azure-ts-hdinsight-spark/package.json index 6b253eefe..3f786fd51 100644 --- a/classic-azure-ts-hdinsight-spark/package.json +++ b/classic-azure-ts-hdinsight-spark/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/azure": "6.16.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } \ No newline at end of file diff --git a/classic-azure-ts-msi-keyvault-rbac/package.json b/classic-azure-ts-msi-keyvault-rbac/package.json index 957b78125..9a8f98a97 100644 --- a/classic-azure-ts-msi-keyvault-rbac/package.json +++ b/classic-azure-ts-msi-keyvault-rbac/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/azure": "6.16.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } \ No newline at end of file diff --git a/classic-azure-ts-serverless-url-shortener-global/package.json b/classic-azure-ts-serverless-url-shortener-global/package.json index 59e141607..8214a4d3c 100644 --- a/classic-azure-ts-serverless-url-shortener-global/package.json +++ b/classic-azure-ts-serverless-url-shortener-global/package.json @@ -7,6 +7,6 @@ "dependencies": { "@azure/cosmos": "^3.1.0", "@pulumi/azure": "6.16.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } \ No newline at end of file diff --git a/classic-azure-ts-stream-analytics/package.json b/classic-azure-ts-stream-analytics/package.json index 51e28289e..df940d2d8 100644 --- a/classic-azure-ts-stream-analytics/package.json +++ b/classic-azure-ts-stream-analytics/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@pulumi/azure": "6.16.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "crypto": "^1.0.1", "utf8": "^3.0.0" } diff --git a/classic-azure-ts-vm-provisioners/package.json b/classic-azure-ts-vm-provisioners/package.json index 54a1cd878..5c6c50577 100755 --- a/classic-azure-ts-vm-provisioners/package.json +++ b/classic-azure-ts-vm-provisioners/package.json @@ -4,7 +4,7 @@ "dependencies": { "@pulumi/azure": "6.16.0", "@pulumi/command": "1.0.1", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/tls": "5.1.0" } } \ No newline at end of file diff --git a/classic-azure-ts-vm-scaleset/package.json b/classic-azure-ts-vm-scaleset/package.json index 885440e99..677726857 100644 --- a/classic-azure-ts-vm-scaleset/package.json +++ b/classic-azure-ts-vm-scaleset/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "dependencies": { "@pulumi/azure": "6.16.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } \ No newline at end of file diff --git a/classic-azure-ts-webserver-component/package.json b/classic-azure-ts-webserver-component/package.json index cf6f4d23e..1a5534821 100755 --- a/classic-azure-ts-webserver-component/package.json +++ b/classic-azure-ts-webserver-component/package.json @@ -3,6 +3,6 @@ "version": "0.1.0", "dependencies": { "@pulumi/azure": "6.16.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } \ No newline at end of file diff --git a/crd2pulumi-crontabs/kubernetes-go-crontabs/go.mod b/crd2pulumi-crontabs/kubernetes-go-crontabs/go.mod index 3ee9708a7..260ece9b7 100644 --- a/crd2pulumi-crontabs/kubernetes-go-crontabs/go.mod +++ b/crd2pulumi-crontabs/kubernetes-go-crontabs/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.4 require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/crd2pulumi-crontabs/kubernetes-ts-crontabs/package.json b/crd2pulumi-crontabs/kubernetes-ts-crontabs/package.json index e6c904754..71f0a620d 100644 --- a/crd2pulumi-crontabs/kubernetes-ts-crontabs/package.json +++ b/crd2pulumi-crontabs/kubernetes-ts-crontabs/package.json @@ -4,7 +4,7 @@ "@types/node": "10.17.60" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "4.21.0", "@pulumi/kubernetesx": "^0.30.0" } diff --git a/digitalocean-ts-k8s/package.json b/digitalocean-ts-k8s/package.json index 74226cdb0..2ab7457b0 100644 --- a/digitalocean-ts-k8s/package.json +++ b/digitalocean-ts-k8s/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/digitalocean": "4.38.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/digitalocean-ts-loadbalanced-droplets/package.json b/digitalocean-ts-loadbalanced-droplets/package.json index 74cc4baf4..99332cab0 100644 --- a/digitalocean-ts-loadbalanced-droplets/package.json +++ b/digitalocean-ts-loadbalanced-droplets/package.json @@ -3,6 +3,6 @@ "version": "0.1.0", "dependencies": { "@pulumi/digitalocean": "4.38.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/docker-ts-multi-container-app/package.json b/docker-ts-multi-container-app/package.json index 26e3bfd2d..b923ee53b 100644 --- a/docker-ts-multi-container-app/package.json +++ b/docker-ts-multi-container-app/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/docker": "4.6.1", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/dockerbuildcloud-ts/package.json b/dockerbuildcloud-ts/package.json index 4a63c26f4..70530b79e 100644 --- a/dockerbuildcloud-ts/package.json +++ b/dockerbuildcloud-ts/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/docker-build": "0.0.9", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/f5bigip-ts-ltm-pool/f5bigip-ec2-instance/package.json b/f5bigip-ts-ltm-pool/f5bigip-ec2-instance/package.json index 0cca70968..6cc2b098a 100644 --- a/f5bigip-ts-ltm-pool/f5bigip-ec2-instance/package.json +++ b/f5bigip-ts-ltm-pool/f5bigip-ec2-instance/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/f5bigip-ts-ltm-pool/f5bigip-pool/package.json b/f5bigip-ts-ltm-pool/f5bigip-pool/package.json index 600310c55..2dba582ab 100644 --- a/f5bigip-ts-ltm-pool/f5bigip-pool/package.json +++ b/f5bigip-ts-ltm-pool/f5bigip-pool/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/f5bigip": "3.17.8", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/f5bigip-ts-ltm-pool/nginx-ec2-instance/package.json b/f5bigip-ts-ltm-pool/nginx-ec2-instance/package.json index 0cca70968..6cc2b098a 100644 --- a/f5bigip-ts-ltm-pool/nginx-ec2-instance/package.json +++ b/f5bigip-ts-ltm-pool/nginx-ec2-instance/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/gcp-go-functions-raw/go.mod b/gcp-go-functions-raw/go.mod index 291d29739..0f344a8d2 100644 --- a/gcp-go-functions-raw/go.mod +++ b/gcp-go-functions-raw/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/gcp-go-functions-raw -go 1.21 +go 1.22 -toolchain go1.21.3 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/gcp-go-functions-raw/go.sum b/gcp-go-functions-raw/go.sum index 50400fc9e..5e3a25bcc 100644 --- a/gcp-go-functions-raw/go.sum +++ b/gcp-go-functions-raw/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 h1:94UW15AG4tspHAGnrLoVjGhjj6gO1LITCD3uQklQJRE= github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/gcp-go-functions/go.mod b/gcp-go-functions/go.mod index c5fc9cacc..d9901a788 100644 --- a/gcp-go-functions/go.mod +++ b/gcp-go-functions/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/gcp-go-functions -go 1.21 +go 1.22 -toolchain go1.21.3 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/gcp-go-functions/go.sum b/gcp-go-functions/go.sum index 7f9ffe2d3..184943431 100644 --- a/gcp-go-functions/go.sum +++ b/gcp-go-functions/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 h1:94UW15AG4tspHAGnrLoVjGhjj6gO1LITCD3uQklQJRE= github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/gcp-go-gke/go.mod b/gcp-go-gke/go.mod index 93eb93b72..0feef1897 100644 --- a/gcp-go-gke/go.mod +++ b/gcp-go-gke/go.mod @@ -1,13 +1,13 @@ module gcp-go-gke -go 1.21 +go 1.22 -toolchain go1.21.3 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/gcp-go-gke/go.sum b/gcp-go-gke/go.sum index c627b1168..c980c4a2b 100644 --- a/gcp-go-gke/go.sum +++ b/gcp-go-gke/go.sum @@ -152,8 +152,8 @@ github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 h1:94UW15AG4tspHAGnrLoVjGhjj6gO1LITC github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/gcp-go-instance/go.mod b/gcp-go-instance/go.mod index 8ad1a444c..32546193a 100644 --- a/gcp-go-instance/go.mod +++ b/gcp-go-instance/go.mod @@ -1,12 +1,12 @@ module qsgcp -go 1.21 +go 1.22 -toolchain go1.21.3 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/gcp-go-instance/go.sum b/gcp-go-instance/go.sum index 50400fc9e..5e3a25bcc 100644 --- a/gcp-go-instance/go.sum +++ b/gcp-go-instance/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 h1:94UW15AG4tspHAGnrLoVjGhjj6gO1LITCD3uQklQJRE= github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/gcp-go-webserver/go.mod b/gcp-go-webserver/go.mod index 6ae4914da..ab9eab7d0 100644 --- a/gcp-go-webserver/go.mod +++ b/gcp-go-webserver/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/gcp-go-webserver -go 1.21 +go 1.22 -toolchain go1.21.3 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/gcp-go-webserver/go.sum b/gcp-go-webserver/go.sum index 50400fc9e..5e3a25bcc 100644 --- a/gcp-go-webserver/go.sum +++ b/gcp-go-webserver/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0 h1:94UW15AG4tspHAGnrLoVjGhjj6gO1LITCD3uQklQJRE= github.com/pulumi/pulumi-gcp/sdk/v8 v8.14.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/gcp-js-webserver/package.json b/gcp-js-webserver/package.json index 8b4c65ef8..831720053 100644 --- a/gcp-js-webserver/package.json +++ b/gcp-js-webserver/package.json @@ -3,7 +3,7 @@ "version": "0.2.0", "main": "index.js", "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/gcp": "8.14.0" } } diff --git a/gcp-ts-cloudrun/package.json b/gcp-ts-cloudrun/package.json index 5186a4cd5..f2220b591 100644 --- a/gcp-ts-cloudrun/package.json +++ b/gcp-ts-cloudrun/package.json @@ -8,6 +8,6 @@ "dependencies": { "@pulumi/docker": "4.6.1", "@pulumi/gcp": "8.14.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/gcp-ts-docker-gcr-cloudrun/cloud-run-deploy/package.json b/gcp-ts-docker-gcr-cloudrun/cloud-run-deploy/package.json index 2001e2f43..e1e1a907e 100644 --- a/gcp-ts-docker-gcr-cloudrun/cloud-run-deploy/package.json +++ b/gcp-ts-docker-gcr-cloudrun/cloud-run-deploy/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/docker": "4.6.1", "@pulumi/gcp": "8.14.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/gcp-ts-docker-gcr-cloudrun/docker-build-push-gcr/package.json b/gcp-ts-docker-gcr-cloudrun/docker-build-push-gcr/package.json index e8c12f692..30c556753 100644 --- a/gcp-ts-docker-gcr-cloudrun/docker-build-push-gcr/package.json +++ b/gcp-ts-docker-gcr-cloudrun/docker-build-push-gcr/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/docker": "4.6.1", "@pulumi/gcp": "8.14.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/gcp-ts-functions/package.json b/gcp-ts-functions/package.json index c411db0d0..157fc87f9 100644 --- a/gcp-ts-functions/package.json +++ b/gcp-ts-functions/package.json @@ -7,6 +7,6 @@ }, "dependencies": { "@pulumi/gcp": "8.14.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/gcp-ts-gke-hello-world/package.json b/gcp-ts-gke-hello-world/package.json index 6b3b13c19..252d01097 100644 --- a/gcp-ts-gke-hello-world/package.json +++ b/gcp-ts-gke-hello-world/package.json @@ -3,7 +3,7 @@ "dependencies": { "@pulumi/gcp": "8.14.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/node": "^12.0.0" } } diff --git a/gcp-ts-gke-serviceaccount/package.json b/gcp-ts-gke-serviceaccount/package.json index 930743d6f..e07c6801f 100644 --- a/gcp-ts-gke-serviceaccount/package.json +++ b/gcp-ts-gke-serviceaccount/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/gcp": "8.14.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/gcp-ts-gke/package.json b/gcp-ts-gke/package.json index a1de37b3f..70297a8fb 100644 --- a/gcp-ts-gke/package.json +++ b/gcp-ts-gke/package.json @@ -6,7 +6,7 @@ "dependencies": { "@pulumi/gcp": "8.14.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } diff --git a/gcp-ts-k8s-ruby-on-rails-postgresql/infra/package.json b/gcp-ts-k8s-ruby-on-rails-postgresql/infra/package.json index cf682ec85..4e24789af 100644 --- a/gcp-ts-k8s-ruby-on-rails-postgresql/infra/package.json +++ b/gcp-ts-k8s-ruby-on-rails-postgresql/infra/package.json @@ -7,6 +7,6 @@ "@pulumi/docker": "4.6.1", "@pulumi/gcp": "8.14.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/gcp-ts-serverless-raw/package.json b/gcp-ts-serverless-raw/package.json index 594cae5cf..6959ffbe7 100644 --- a/gcp-ts-serverless-raw/package.json +++ b/gcp-ts-serverless-raw/package.json @@ -3,6 +3,6 @@ "version": "2.0.0", "dependencies": { "@pulumi/gcp": "8.14.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/gcp-ts-slackbot/package.json b/gcp-ts-slackbot/package.json index 44512e6d3..96fad3c87 100644 --- a/gcp-ts-slackbot/package.json +++ b/gcp-ts-slackbot/package.json @@ -5,7 +5,7 @@ "@google-cloud/firestore": "^4.9.9", "@google-cloud/pubsub": "^2.11.0", "@pulumi/gcp": "8.14.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "body-parser": "^1.19.0", "express": "^4.17.1", "qs": "^6.10.1", diff --git a/google-native-ts-functions/package.json b/google-native-ts-functions/package.json index e00e935c3..406ffe9dc 100644 --- a/google-native-ts-functions/package.json +++ b/google-native-ts-functions/package.json @@ -7,6 +7,6 @@ }, "dependencies": { "@pulumi/google-native": "0.32.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/google-native-ts-gke-config-connector/package.json b/google-native-ts-gke-config-connector/package.json index 6430f90c2..764812676 100644 --- a/google-native-ts-gke-config-connector/package.json +++ b/google-native-ts-gke-config-connector/package.json @@ -5,7 +5,7 @@ "@types/node": "latest" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0", "@pulumi/kubernetes": "4.21.0", "@pulumi/google-native": "0.32.0" diff --git a/google-native-ts-k8s-python-postgresql/infra/package.json b/google-native-ts-k8s-python-postgresql/infra/package.json index 3cfa4758b..6908baf6a 100644 --- a/google-native-ts-k8s-python-postgresql/infra/package.json +++ b/google-native-ts-k8s-python-postgresql/infra/package.json @@ -4,7 +4,7 @@ "@pulumi/gcp": "8.14.0", "@pulumi/google-native": "0.32.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" }, "devDependencies": { diff --git a/google-native-ts-k8s-ruby-on-rails-postgresql/infra/package.json b/google-native-ts-k8s-ruby-on-rails-postgresql/infra/package.json index 7179ce053..7e3feda3c 100644 --- a/google-native-ts-k8s-ruby-on-rails-postgresql/infra/package.json +++ b/google-native-ts-k8s-ruby-on-rails-postgresql/infra/package.json @@ -8,7 +8,7 @@ "@pulumi/gcp": "8.14.0", "@pulumi/google-native": "0.32.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0" } } diff --git a/kubernetes-go-configmap-rollout/go.mod b/kubernetes-go-configmap-rollout/go.mod index c5320ae43..e109f1bb4 100644 --- a/kubernetes-go-configmap-rollout/go.mod +++ b/kubernetes-go-configmap-rollout/go.mod @@ -1,12 +1,12 @@ module kubernetes-go-configmap-rollout -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/kubernetes-go-configmap-rollout/go.sum b/kubernetes-go-configmap-rollout/go.sum index 17541bfce..e6711a4c3 100644 --- a/kubernetes-go-configmap-rollout/go.sum +++ b/kubernetes-go-configmap-rollout/go.sum @@ -157,8 +157,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/kubernetes-go-exposed-deployment/go.mod b/kubernetes-go-exposed-deployment/go.mod index 80dae7c9c..9a86003da 100644 --- a/kubernetes-go-exposed-deployment/go.mod +++ b/kubernetes-go-exposed-deployment/go.mod @@ -1,12 +1,12 @@ module kubernetes-go-exposed-deployment -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/kubernetes-go-exposed-deployment/go.sum b/kubernetes-go-exposed-deployment/go.sum index 17541bfce..e6711a4c3 100644 --- a/kubernetes-go-exposed-deployment/go.sum +++ b/kubernetes-go-exposed-deployment/go.sum @@ -157,8 +157,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/kubernetes-go-guestbook/components/go.mod b/kubernetes-go-guestbook/components/go.mod index 1066cc4e0..0c336b686 100644 --- a/kubernetes-go-guestbook/components/go.mod +++ b/kubernetes-go-guestbook/components/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/kubernetes-go-guestbook/components -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/kubernetes-go-guestbook/components/go.sum b/kubernetes-go-guestbook/components/go.sum index 17541bfce..e6711a4c3 100644 --- a/kubernetes-go-guestbook/components/go.sum +++ b/kubernetes-go-guestbook/components/go.sum @@ -157,8 +157,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/kubernetes-go-guestbook/simple/go.mod b/kubernetes-go-guestbook/simple/go.mod index be66ce437..db19731ac 100644 --- a/kubernetes-go-guestbook/simple/go.mod +++ b/kubernetes-go-guestbook/simple/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/kubernetes-go-guestbook/simple -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/kubernetes-go-guestbook/simple/go.sum b/kubernetes-go-guestbook/simple/go.sum index 17541bfce..e6711a4c3 100644 --- a/kubernetes-go-guestbook/simple/go.sum +++ b/kubernetes-go-guestbook/simple/go.sum @@ -157,8 +157,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/kubernetes-go-helm-release-wordpress/go.mod b/kubernetes-go-helm-release-wordpress/go.mod index 509772354..0db040989 100644 --- a/kubernetes-go-helm-release-wordpress/go.mod +++ b/kubernetes-go-helm-release-wordpress/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/kubernetes-go-helm-release-wordpress -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/kubernetes-go-helm-release-wordpress/go.sum b/kubernetes-go-helm-release-wordpress/go.sum index 4c38caa7f..f394e3e59 100644 --- a/kubernetes-go-helm-release-wordpress/go.sum +++ b/kubernetes-go-helm-release-wordpress/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/kubernetes-go-helm-wordpress/go.mod b/kubernetes-go-helm-wordpress/go.mod index adcac3230..3c47ae551 100644 --- a/kubernetes-go-helm-wordpress/go.mod +++ b/kubernetes-go-helm-wordpress/go.mod @@ -1,12 +1,12 @@ module kubernetes-go-helm-wordpress -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/kubernetes-go-helm-wordpress/go.sum b/kubernetes-go-helm-wordpress/go.sum index fd830ee19..e9b67bc11 100644 --- a/kubernetes-go-helm-wordpress/go.sum +++ b/kubernetes-go-helm-wordpress/go.sum @@ -152,8 +152,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/kubernetes-ts-configmap-rollout/package.json b/kubernetes-ts-configmap-rollout/package.json index 29f31f728..e50461021 100644 --- a/kubernetes-ts-configmap-rollout/package.json +++ b/kubernetes-ts-configmap-rollout/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/kubernetes-ts-exposed-deployment/package.json b/kubernetes-ts-exposed-deployment/package.json index 3aba60235..c35e0aef0 100644 --- a/kubernetes-ts-exposed-deployment/package.json +++ b/kubernetes-ts-exposed-deployment/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/kubernetes-ts-guestbook/components/package.json b/kubernetes-ts-guestbook/components/package.json index 3a35a2c26..4a2212bde 100644 --- a/kubernetes-ts-guestbook/components/package.json +++ b/kubernetes-ts-guestbook/components/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "license": "MIT" } diff --git a/kubernetes-ts-guestbook/simple/package.json b/kubernetes-ts-guestbook/simple/package.json index 3125f2629..8fa04ef54 100644 --- a/kubernetes-ts-guestbook/simple/package.json +++ b/kubernetes-ts-guestbook/simple/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "license": "MIT" } diff --git a/kubernetes-ts-helm-release-wordpress/package.json b/kubernetes-ts-helm-release-wordpress/package.json index ed66891a9..933fb41be 100644 --- a/kubernetes-ts-helm-release-wordpress/package.json +++ b/kubernetes-ts-helm-release-wordpress/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/kubernetes-ts-helm-wordpress/package.json b/kubernetes-ts-helm-wordpress/package.json index ed66891a9..933fb41be 100644 --- a/kubernetes-ts-helm-wordpress/package.json +++ b/kubernetes-ts-helm-wordpress/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/kubernetes-ts-jenkins/package.json b/kubernetes-ts-jenkins/package.json index f28d4dbd7..9a0cda770 100644 --- a/kubernetes-ts-jenkins/package.json +++ b/kubernetes-ts-jenkins/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/command": "^1.0.1", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/kubernetes-ts-multicloud/package.json b/kubernetes-ts-multicloud/package.json index bc7ebe815..26edf6bb1 100644 --- a/kubernetes-ts-multicloud/package.json +++ b/kubernetes-ts-multicloud/package.json @@ -11,7 +11,7 @@ "@pulumi/eks": "3.7.0", "@pulumi/gcp": "8.14.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/random": "4.17.0", "@pulumi/tls": "5.1.0" } diff --git a/kubernetes-ts-nginx/package.json b/kubernetes-ts-nginx/package.json index 3e1f46474..503e93499 100644 --- a/kubernetes-ts-nginx/package.json +++ b/kubernetes-ts-nginx/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "license": "MIT" } diff --git a/kubernetes-ts-s3-rollout/package.json b/kubernetes-ts-s3-rollout/package.json index 8828f8fe8..3fe25627c 100644 --- a/kubernetes-ts-s3-rollout/package.json +++ b/kubernetes-ts-s3-rollout/package.json @@ -6,7 +6,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/mime": "^2.0.0", "mime": "^2.5.2" } diff --git a/kubernetes-ts-sock-shop/package.json b/kubernetes-ts-sock-shop/package.json index 4eadde0b0..7d1f1bce5 100644 --- a/kubernetes-ts-sock-shop/package.json +++ b/kubernetes-ts-sock-shop/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "license": "MIT" } diff --git a/kubernetes-ts-staged-rollout-with-prometheus/package.json b/kubernetes-ts-staged-rollout-with-prometheus/package.json index d8121bd08..4e42736a6 100644 --- a/kubernetes-ts-staged-rollout-with-prometheus/package.json +++ b/kubernetes-ts-staged-rollout-with-prometheus/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/linode-js-webserver/package.json b/linode-js-webserver/package.json index ee704327c..47ae7d8aa 100644 --- a/linode-js-webserver/package.json +++ b/linode-js-webserver/package.json @@ -4,6 +4,6 @@ "main": "index.js", "dependencies": { "@pulumi/linode": "4.31.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/misc/benchmarks/go-many-resources/go.mod b/misc/benchmarks/go-many-resources/go.mod index 371985c03..bce383003 100644 --- a/misc/benchmarks/go-many-resources/go.mod +++ b/misc/benchmarks/go-many-resources/go.mod @@ -1,10 +1,10 @@ module go-many-resources -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 -require github.com/pulumi/pulumi/sdk/v3 v3.146.0 +require github.com/pulumi/pulumi/sdk/v3 v3.147.0 require ( dario.cat/mergo v1.0.0 // indirect diff --git a/misc/benchmarks/go-many-resources/go.sum b/misc/benchmarks/go-many-resources/go.sum index 508b36258..3b109768c 100644 --- a/misc/benchmarks/go-many-resources/go.sum +++ b/misc/benchmarks/go-many-resources/go.sum @@ -148,8 +148,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/misc/benchmarks/policy-pack/package.json b/misc/benchmarks/policy-pack/package.json index abd41d559..b05cda16f 100644 --- a/misc/benchmarks/policy-pack/package.json +++ b/misc/benchmarks/policy-pack/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/policy": "1.13.0" }, "devDependencies": { diff --git a/misc/benchmarks/ts-many-resources/package.json b/misc/benchmarks/ts-many-resources/package.json index 7b6fc84a8..08aa98348 100644 --- a/misc/benchmarks/ts-many-resources/package.json +++ b/misc/benchmarks/ts-many-resources/package.json @@ -4,6 +4,6 @@ "@types/node": "10.17.60" }, "dependencies": { - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/misc/test/go.mod b/misc/test/go.mod index 9eab48938..c38f39825 100644 --- a/misc/test/go.mod +++ b/misc/test/go.mod @@ -1,15 +1,15 @@ module github.com/pulumi/examples/misc/test -go 1.21 +go 1.22 -toolchain go1.21.5 +toolchain go1.23.5 require ( github.com/aws/aws-sdk-go v1.50.36 github.com/mitchellh/go-homedir v1.1.0 github.com/pulumi/pulumi-trace-tool v0.0.1 - github.com/pulumi/pulumi/pkg/v3 v3.146.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/pkg/v3 v3.147.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 github.com/stretchr/testify v1.10.0 ) diff --git a/misc/test/go.sum b/misc/test/go.sum index d0d967bc7..c183245a8 100644 --- a/misc/test/go.sum +++ b/misc/test/go.sum @@ -756,10 +756,10 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-trace-tool v0.0.1 h1:9RAMkTtYSgxtp/2zS3NgjfDujs094Uo11Q52mxTqjMg= github.com/pulumi/pulumi-trace-tool v0.0.1/go.mod h1:7eWp3A4NZWpptV/pL/HR+Fz8k0ln37/cWwrie8Mz3ko= -github.com/pulumi/pulumi/pkg/v3 v3.146.0 h1:vy2cz6wueVqfyDED3sYCZ3ag0ZyZJvEpiQsMcTCQyGU= -github.com/pulumi/pulumi/pkg/v3 v3.146.0/go.mod h1:Plsujztb+EB2BeJ5DYT6leIDoBDxtkElsEhNGuLPgQI= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/pkg/v3 v3.147.0 h1:aFzP2kXBL/nPPDao625xIkjAhqT5GKe3XfPXbG07oFA= +github.com/pulumi/pulumi/pkg/v3 v3.147.0/go.mod h1:WqLJy8lfzbGTEqz5Rukd+GrqBYNBf8Y3dJ+Wde+G6g4= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.6 h1:Sovz9sDSwbOz9tgUy8JpT+KgCkPYJEN/oYzlJiYTNLg= diff --git a/multicloud-ts-buckets/package.json b/multicloud-ts-buckets/package.json index 869120a44..3d1a89882 100644 --- a/multicloud-ts-buckets/package.json +++ b/multicloud-ts-buckets/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/gcp": "8.14.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/ovhcloud-go-kubernetes/go.mod b/ovhcloud-go-kubernetes/go.mod index 5c4369b64..cc2ae8b35 100644 --- a/ovhcloud-go-kubernetes/go.mod +++ b/ovhcloud-go-kubernetes/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/ovh/pulumi-ovh/sdk v0.40.1 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 ) require ( diff --git a/ovhcloud-go-kubernetes/go.sum b/ovhcloud-go-kubernetes/go.sum index 0a632079e..8df35e080 100644 --- a/ovhcloud-go-kubernetes/go.sum +++ b/ovhcloud-go-kubernetes/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/policy-packs/aws-ts-finops/package.json b/policy-packs/aws-ts-finops/package.json index 687e66f83..102cb9ea4 100644 --- a/policy-packs/aws-ts-finops/package.json +++ b/policy-packs/aws-ts-finops/package.json @@ -5,7 +5,7 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsguard": "latest", "@pulumi/policy": "1.13.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "devDependencies": { "@types/node": "10.17.60" diff --git a/policy-packs/stackvalidation-ts/package.json b/policy-packs/stackvalidation-ts/package.json index 162738d98..d628a37e6 100644 --- a/policy-packs/stackvalidation-ts/package.json +++ b/policy-packs/stackvalidation-ts/package.json @@ -4,7 +4,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/policy": "1.13.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" }, "devDependencies": { "@types/node": "10.17.60" diff --git a/redis-cloud-aws-ts/package.json b/redis-cloud-aws-ts/package.json index a1d2fafc3..74e369ec8 100644 --- a/redis-cloud-aws-ts/package.json +++ b/redis-cloud-aws-ts/package.json @@ -7,7 +7,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@rediscloud/pulumi-rediscloud": "^1.2.6" } } diff --git a/secrets-provider/aws/package.json b/secrets-provider/aws/package.json index b4af4a6a3..5c8b1f91f 100644 --- a/secrets-provider/aws/package.json +++ b/secrets-provider/aws/package.json @@ -4,7 +4,7 @@ "@types/node": "8.10.66" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0" } diff --git a/secrets-provider/azure/package.json b/secrets-provider/azure/package.json index be3d4a46d..7d0c7ab4b 100644 --- a/secrets-provider/azure/package.json +++ b/secrets-provider/azure/package.json @@ -4,7 +4,7 @@ "@types/node": "8.10.66" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/azure": "6.16.0" } } diff --git a/secrets-provider/gcloud/package.json b/secrets-provider/gcloud/package.json index 14b23cf30..2808f00ff 100644 --- a/secrets-provider/gcloud/package.json +++ b/secrets-provider/gcloud/package.json @@ -4,7 +4,7 @@ "@types/node": "8.10.66" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/gcp": "8.14.0" } } diff --git a/secrets-provider/vault/package.json b/secrets-provider/vault/package.json index b4af4a6a3..5c8b1f91f 100644 --- a/secrets-provider/vault/package.json +++ b/secrets-provider/vault/package.json @@ -4,7 +4,7 @@ "@types/node": "8.10.66" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0" } diff --git a/stack-readme-go/go.mod b/stack-readme-go/go.mod index bc8433cc3..31c7dcb4b 100644 --- a/stack-readme-go/go.mod +++ b/stack-readme-go/go.mod @@ -1,10 +1,10 @@ module stack-readme-go -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 -require github.com/pulumi/pulumi/sdk/v3 v3.146.0 +require github.com/pulumi/pulumi/sdk/v3 v3.147.0 require ( dario.cat/mergo v1.0.0 // indirect diff --git a/stack-readme-go/go.sum b/stack-readme-go/go.sum index 6de1467f3..912b33d77 100644 --- a/stack-readme-go/go.sum +++ b/stack-readme-go/go.sum @@ -148,8 +148,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/stack-readme-ts/package.json b/stack-readme-ts/package.json index 432e24ad9..c4ce22641 100644 --- a/stack-readme-ts/package.json +++ b/stack-readme-ts/package.json @@ -4,6 +4,6 @@ "@types/node": "14.18.63" }, "dependencies": { - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } \ No newline at end of file diff --git a/testing-integration/go.mod b/testing-integration/go.mod index dbe7b9152..5f5a6d8b6 100644 --- a/testing-integration/go.mod +++ b/testing-integration/go.mod @@ -1,11 +1,11 @@ module github.com/pulumi/examples/testing-integration -go 1.21 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( - github.com/pulumi/pulumi/pkg/v3 v3.146.0 + github.com/pulumi/pulumi/pkg/v3 v3.147.0 github.com/stretchr/testify v1.10.0 ) @@ -128,7 +128,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect github.com/pulumi/esc v0.10.0 // indirect - github.com/pulumi/pulumi/sdk/v3 v3.146.0 // indirect + github.com/pulumi/pulumi/sdk/v3 v3.147.0 // indirect github.com/rivo/uniseg v0.4.4 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect github.com/ryanuber/go-glob v1.0.0 // indirect diff --git a/testing-integration/go.sum b/testing-integration/go.sum index c4869276f..d9d045984 100644 --- a/testing-integration/go.sum +++ b/testing-integration/go.sum @@ -337,10 +337,10 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= -github.com/pulumi/pulumi/pkg/v3 v3.146.0 h1:vy2cz6wueVqfyDED3sYCZ3ag0ZyZJvEpiQsMcTCQyGU= -github.com/pulumi/pulumi/pkg/v3 v3.146.0/go.mod h1:Plsujztb+EB2BeJ5DYT6leIDoBDxtkElsEhNGuLPgQI= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/pkg/v3 v3.147.0 h1:aFzP2kXBL/nPPDao625xIkjAhqT5GKe3XfPXbG07oFA= +github.com/pulumi/pulumi/pkg/v3 v3.147.0/go.mod h1:WqLJy8lfzbGTEqz5Rukd+GrqBYNBf8Y3dJ+Wde+G6g4= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/testing-integration/program/package.json b/testing-integration/program/package.json index 162cdd8f9..34c051617 100644 --- a/testing-integration/program/package.json +++ b/testing-integration/program/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/mime": "^2.0.1", "mime": "^2.2.2" }, diff --git a/testing-pac-ts/package.json b/testing-pac-ts/package.json index 9adcfb185..40c354a9d 100644 --- a/testing-pac-ts/package.json +++ b/testing-pac-ts/package.json @@ -5,7 +5,7 @@ "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", "@pulumi/eks": "3.7.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/node": "^13.1.8", "ts-node": "^8.6.2" } diff --git a/testing-unit-go-components/go.mod b/testing-unit-go-components/go.mod index 94791bf5f..37ba63ac5 100644 --- a/testing-unit-go-components/go.mod +++ b/testing-unit-go-components/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 github.com/stretchr/testify v1.10.0 ) diff --git a/testing-unit-go-components/go.sum b/testing-unit-go-components/go.sum index 90b0259c2..adfd37d4a 100644 --- a/testing-unit-go-components/go.sum +++ b/testing-unit-go-components/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE= github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/testing-unit-go/go.mod b/testing-unit-go/go.mod index 62c6dc08e..603ffca70 100644 --- a/testing-unit-go/go.mod +++ b/testing-unit-go/go.mod @@ -1,12 +1,12 @@ module github.com/pulumi/examples/testing-unit-go -go 1.21.12 +go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 github.com/stretchr/testify v1.10.0 ) diff --git a/testing-unit-go/go.sum b/testing-unit-go/go.sum index 0d217c493..00400988d 100644 --- a/testing-unit-go/go.sum +++ b/testing-unit-go/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/testing-unit-ts-mocks-jest/package.json b/testing-unit-ts-mocks-jest/package.json index 7494fc42d..27a2fe433 100644 --- a/testing-unit-ts-mocks-jest/package.json +++ b/testing-unit-ts-mocks-jest/package.json @@ -9,7 +9,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/awsx": "2.21.0", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "node-fetch": "^2.6.7" }, "scripts": { diff --git a/testing-unit-ts/mocha/package.json b/testing-unit-ts/mocha/package.json index 8baaae5fa..2c464558e 100644 --- a/testing-unit-ts/mocha/package.json +++ b/testing-unit-ts/mocha/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@types/mocha": "^10.0.6", "@types/node": "^13.1.8" }, diff --git a/twilio-ts-component/package.json b/twilio-ts-component/package.json index 17b38b442..26d02c2a5 100644 --- a/twilio-ts-component/package.json +++ b/twilio-ts-component/package.json @@ -4,7 +4,7 @@ "@types/node": "8.10.66" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/aws-serverless": "latest", "twilio": "latest" }