Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.5 (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Feb 9, 2024
1 parent 38fecbc commit 6dbe2f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .aspect/workflows/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", _http_archive = "http_archi
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

# TODO: move this to a rule set so repositories on Aspect Workflows can avoid this boilerplate
rosetta_version = "5.9.4"
rosetta_version = "5.9.5"
rosetta_integrity = {
"darwin_aarch64": "sha256-JOUgcmXjol1OH1+Amop3Vui7mCn/Inxj8ZNMfe138bo=",
"darwin_x86_64": "sha256-LNjmAlAs705oPF8ZVNzTM2Oiyk4KnEvIdtymLgyjCsE=",
"linux_aarch64": "sha256-rN19MEFcyYgd9QD1/UzsxIOz/MK+vXrRQNgOlCSs9iQ=",
"linux_x86_64": "sha256-DWzwS/XTVxixIxFPQRcXvuKzOrsaP7nyW0ti7uweuYY=",
"darwin_aarch64": "sha256-sqPA8Cqm5NYwVs/CkLu6tFAVKQLPioMzNPSz6xzAVzY=",
"darwin_x86_64": "sha256-thY508zukq/tUOHAk4KFq8l8YB2hbg3o9mxeeysCNBI=",
"linux_aarch64": "sha256-NwTll9weAH8oZHVfjhZVgFrZaM6kTmIRG7TLo9nWBzg=",
"linux_x86_64": "sha256-q1pS+Eh0TeNHYWAb3szuLulUt/p4agWnAAjtBo4P+WY=",
}

# https://github.com/suzuki-shunsuke/circleci-config-merge/releases
Expand Down
2 changes: 1 addition & 1 deletion .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "aspect_workflows" {
region = local.region

# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.4/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.5/terraform-gcp-aspect-workflows.zip"

# Network properties
network = google_compute_network.workflows_network.id
Expand Down

0 comments on commit 6dbe2f8

Please sign in to comment.