Skip to content

Commit

Permalink
Update first-party Pulumi dependencies (#225)
Browse files Browse the repository at this point in the history
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Jan 22, 2025
1 parent 792c1b6 commit 81db539
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gke-hosted/01-infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "22.10.7"
},
"dependencies": {
"@pulumi/gcp": "8.14.0",
"@pulumi/gcp": "8.15.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/random": "4.17.0"
}
Expand Down
2 changes: 1 addition & 1 deletion gke-hosted/02-kubernetes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "22.10.7"
},
"dependencies": {
"@pulumi/gcp": "8.14.0",
"@pulumi/gcp": "8.15.0",
"@pulumi/kubernetes": "4.21.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/random": "4.17.0",
Expand Down
4 changes: 2 additions & 2 deletions quickstart-docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
api:
ports:
- "8080:8080"
image: "pulumi/service:latest@sha256:8859f2f188191eb1690e8bcddf5bf08c2e1d7445d67f320541bf72d039774e03"
image: "pulumi/service:latest@sha256:c12ffb3e2c180d505992c002ab333310b41596e139364c9650b52c90bf919ab4"
env_file: service_vars.env
environment:
PULUMI_LICENSE_KEY:
Expand Down Expand Up @@ -92,7 +92,7 @@ services:
console:
ports:
- "3000:3000"
image: "pulumi/console:latest@sha256:5ae67de9044a6e8131586da828df43212696a1acf73bb947153fcdaa0b6166a8"
image: "pulumi/console:latest@sha256:ffe10a19abbf2d63090d68c4d964a0735bb524791bf549808d447e9e9ac37b12"
networks:
- pulumi-services
env_file: console_vars.env
Expand Down

0 comments on commit 81db539

Please sign in to comment.