Skip to content

Commit 82e3166

Browse files
committed
chore: upgrade to Aspect Workflows 5.9.0-rc.16
1 parent 070dadd commit 82e3166

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.aspect/workflows/deps.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", _http_archive = "http_archi
44
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
55

66
# TODO: move this to a rule set so repositories on Aspect Workflows can avoid this boilerplate
7-
rosetta_version = "5.9.0-rc.15"
7+
rosetta_version = "5.9.0-rc.16"
88
rosetta_integrity = {
9-
"darwin_aarch64": "sha256-qBvrzIuFu1yc/fQRGX0xEESPB9F3CnNvcN3vbh7n36A=",
10-
"darwin_x86_64": "sha256-WBKYuUhNgYJ5hKWK0jqkehTTKjkTA/4J1wHXs451zzY=",
11-
"linux_aarch64": "sha256-hR4C3gLa668zQingdchz0uB5g4kaIYCYiklQVqHWbPE=",
12-
"linux_x86_64": "sha256-xynht34OBsMCQT6/KsNCePxppCFZEYGrMkQ9fsapfdg=",
9+
"darwin_aarch64": "sha256-saHp9F4mj2opW4uhyNP5hHp7w+a673xBLtSUoGT/k0Y=",
10+
"darwin_x86_64": "sha256-+eCwc2eLHkznPRRsIzudRJEIc92VH71WN+1DRmL0cyo=",
11+
"linux_aarch64": "sha256-8mQCdV0tct5DNuLcZAA+yFcTD54TSMDyqAEufegOCAA=",
12+
"linux_x86_64": "sha256-JJHX3Yx2oNgw/cu7PK2ABKKr+VvctiOKLLvOwxgC4/Q=",
1313
}
1414

1515
# https://github.com/suzuki-shunsuke/circleci-config-merge/releases

.aspect/workflows/terraform/workflows.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module "aspect_workflows" {
4444
}
4545

4646
# Aspect Workflows terraform module
47-
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.15/workflows/terraform-aws-aspect-workflows.zip"
47+
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.16/workflows/terraform-aws-aspect-workflows.zip"
4848

4949
# Non-terraform Aspect Workflows release artifacts are pulled from the region specific
5050
# aspect-artifacts bucket during apply. Aspect will grant your AWS account access to this bucket
@@ -164,7 +164,7 @@ module "managed_grafana" {
164164

165165
module "aspect_workflows_grafana_dashboards" {
166166
# Aspect Workflows grafana dashboard nested terraform module
167-
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.15/workflows/terraform-aws-aspect-workflows.zip//monitoring/dashboards"
167+
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.16/workflows/terraform-aws-aspect-workflows.zip//monitoring/dashboards"
168168

169169
grafana_auth = module.managed_grafana.grafana_admin_api_key
170170
grafana_url = module.managed_grafana.grafana_endpoint

0 commit comments

Comments
 (0)