Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.11 (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Feb 26, 2024
1 parent e514283 commit aa05452
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.10"
rosetta_version = "5.9.11"
rosetta_integrity = {
"darwin_aarch64": "sha256-oiRQQx64bYf5lop9+ZcHSnFzFhlkw3jrv+KyDyuHLjg=",
"darwin_x86_64": "sha256-DXONAu5+s24C6jHI+33FwlU7QY9A+jVuYa5sUkfUyDc=",
"linux_aarch64": "sha256-GmbCeiEt1aCbajXKgZksOL+wwUkoJhw4hAHRaGROG0U=",
"linux_x86_64": "sha256-8mC8rthwmP+KtKVd/RxEw9BIUH5qBx9XytaY+7WZTd0=",
"darwin_aarch64": "sha256-07fV4gu3MwF7s+ZElHt5S/8BUJnpEch7JXkdw7Adgco=",
"darwin_x86_64": "sha256-e6cCF2IucoY6p0nk+Gc3zlfR4MWYJEL/88a8OrCpBEw=",
"linux_aarch64": "sha256-+5pZQCNKkEMMpLL4SMs/kc7rFeJdHJw7qBsvnFg5Uqo=",
"linux_x86_64": "sha256-pNkdIQbxP8tTgiuTR/C3P7cbn3hGuSDfsywdKOoMxmU=",
}

# 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.10/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.11/terraform-gcp-aspect-workflows.zip"

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

0 comments on commit aa05452

Please sign in to comment.