Skip to content

Commit ad2542f

Browse files
Update first-party Pulumi dependencies (#443)
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 99f6411 commit ad2542f

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
lines changed

ecs-hosted/go/application/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2 v1.36.3
99
github.com/aws/aws-sdk-go-v2/config v1.29.9
1010
github.com/aws/aws-sdk-go-v2/service/ecs v1.54.1
11-
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.0
11+
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.1
1212
github.com/pulumi/pulumi-self-hosted-installers/ecs-hosted/common v3.0
1313
github.com/pulumi/pulumi-tls/sdk/v5 v5.2.0
1414
github.com/pulumi/pulumi/sdk/v3 v3.167.0

ecs-hosted/go/dns/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
toolchain go1.24.2
66

77
require (
8-
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.0
8+
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.1
99
github.com/pulumi/pulumi/sdk/v3 v3.167.0
1010
)
1111

ecs-hosted/go/dns/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
148148
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
149149
github.com/pulumi/esc v0.13.0 h1:O2MPR2koScaQ2fXwyer8Q3Dd7z+DCnaDfsgNl5mVNMk=
150150
github.com/pulumi/esc v0.13.0/go.mod h1:IIQo6W6Uzajt6f1RW4QvNxIRDlbK3TNQysnrwBHNo3U=
151-
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.0 h1:kWiuSGU99aeBwPw1pN2kxFvjQmHztZEvMl3m/02VOHg=
152-
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.0/go.mod h1:UeRQp0Sl5xTti7scMrMfQie1xs1nnChkMSTS/HfmIUQ=
151+
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.1 h1:j74BdrI18qza6GQvdsCL7Wh6iAmTB8S+6HegaJSeh0U=
152+
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.1/go.mod h1:UeRQp0Sl5xTti7scMrMfQie1xs1nnChkMSTS/HfmIUQ=
153153
github.com/pulumi/pulumi/sdk/v3 v3.167.0 h1:QJXsg/ObMIyd+Iao3+rZqdBz2PCyz8y8BAckUQybAP0=
154154
github.com/pulumi/pulumi/sdk/v3 v3.167.0/go.mod h1:GAaHrdv3kWJHbzkFFFflGbTBQXUYu6SF1ZCo+O9jo44=
155155
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=

ecs-hosted/go/infrastructure/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
toolchain go1.24.2
66

77
require (
8-
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.0
8+
github.com/pulumi/pulumi-aws/sdk/v6 v6.79.1
99
github.com/pulumi/pulumi-random/sdk/v4 v4.18.2
1010
github.com/pulumi/pulumi-self-hosted-installers/ecs-hosted/common v3.0
1111
github.com/pulumi/pulumi/sdk/v3 v3.167.0

ecs-hosted/ts/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eks-hosted/01-iam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typescript": "5.8.2"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "6.79.0",
7+
"@pulumi/aws": "6.79.1",
88
"@pulumi/pulumi": "3.167.0"
99
}
1010
}

eks-hosted/02-networking/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typescript": "5.8.2"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "6.79.0",
7+
"@pulumi/aws": "6.79.1",
88
"@pulumi/awsx": "2.21.1",
99
"@pulumi/pulumi": "3.167.0"
1010
}

eks-hosted/05-eks-cluster/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typescript": "5.8.2"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "6.79.0",
7+
"@pulumi/aws": "6.79.1",
88
"@pulumi/pulumi": "3.167.0",
99
"@pulumi/eks": "3.9.0"
1010
}

eks-hosted/10-cluster-svcs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typescript": "5.8.2"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "6.79.0",
7+
"@pulumi/aws": "6.79.1",
88
"@pulumi/kubernetes": "4.23.0",
99
"@pulumi/pulumi": "3.167.0"
1010
}

eks-hosted/15-state-policies-mgmt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typescript": "5.8.2"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "6.79.0",
7+
"@pulumi/aws": "6.79.1",
88
"@pulumi/pulumi": "3.167.0"
99
}
1010
}

eks-hosted/20-database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typescript": "5.8.2"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "6.79.0",
7+
"@pulumi/aws": "6.79.1",
88
"@pulumi/pulumi": "3.167.0",
99
"@pulumi/random": "4.18.2"
1010
}

eks-hosted/25-insights/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"postinstall": "(cd ../../components-microstacks/ && npm install);"
88
},
99
"dependencies": {
10-
"@pulumi/aws": "6.79.0",
10+
"@pulumi/aws": "6.79.1",
1111
"@pulumi/kubernetes": "4.23.0",
1212
"@pulumi/pulumi": "3.167.0",
1313
"@pulumi/random": "4.18.2",

eks-hosted/30-esc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typescript": "5.8.2"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "6.79.0",
7+
"@pulumi/aws": "6.79.1",
88
"@pulumi/pulumi": "3.167.0"
99
}
1010
}

eks-hosted/90-pulumi-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"typescript": "5.8.2"
66
},
77
"dependencies": {
8-
"@pulumi/aws": "6.79.0",
8+
"@pulumi/aws": "6.79.1",
99
"@pulumi/kubernetes": "4.23.0",
1010
"@pulumi/pulumi": "3.167.0",
1111
"@pulumi/random": "4.18.2",

quickstart-docker-compose/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
api:
1414
ports:
1515
- "8080:8080"
16-
image: "pulumi/service:latest@sha256:e837e5b7f91566b82d61e31260d0cb397e1e25409e17e0fd5e22bd82a2b678f1"
16+
image: "pulumi/service:latest@sha256:cf2ee0cf5148c5328b1be819ac1638e0692cc6dfb724b9be623f4d225e3be543"
1717
env_file: service_vars.env
1818
environment:
1919
PULUMI_LICENSE_KEY:
@@ -106,7 +106,7 @@ services:
106106
console:
107107
ports:
108108
- "3000:3000"
109-
image: "pulumi/console:latest@sha256:e05373e00219479ec8667dc6d6ede5ca9e2dc4e6534b2d0d596d75ab0791ebcd"
109+
image: "pulumi/console:latest@sha256:6d5c6e8a8949a3a2748a07534b779e3905308b481539959c5a87c59df7c323dc"
110110
networks:
111111
- pulumi-services
112112
env_file: console_vars.env

0 commit comments

Comments
 (0)