Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Mar 10, 2024
1 parent 3716b94 commit e833f8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.20"
rosetta_version = "5.9.22"
rosetta_integrity = {
"darwin_aarch64": "sha256-I96xqdd6RPynGH2p5ONTeMq3H/qj8isqxvkmiDU9mds=",
"darwin_x86_64": "sha256-O2djFclpqAUhRzVX6g8+/VPEa3DOUQd/MNZ5dhn2DB0=",
"linux_aarch64": "sha256-CwuppvKXAA8M039LcZ7UBgwsSLgYpI8jU+F+FmVQSqE=",
"linux_x86_64": "sha256-VluCCV+3w+YNLxM0c13SKsfELpAtdMTGFKqcMWsgymw=",
"darwin_aarch64": "sha256-EXjXWBWQPa2l7QQTz3XbUXo2sz0aPHqxioT+LiOesyw=",
"darwin_x86_64": "sha256-6+BVUK8oKFNWZtFPW9pSnPvnSd9doDLecNsWdl7zHuk=",
"linux_aarch64": "sha256-TBHcq62DXuBW2rATy5KGlBmgKnldAT3A6iDSYCt2UBE=",
"linux_x86_64": "sha256-X4M8I9gBapSkUHlu85/Vi6Gz3qWZv9M06mWW3jAXyfY=",
}

# https://github.com/suzuki-shunsuke/circleci-config-merge/releases
Expand Down
4 changes: 2 additions & 2 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module "aspect_workflows" {
}

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

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

module "aspect_workflows_grafana_dashboards" {
# Aspect Workflows grafana dashboard nested terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.20/terraform-aws-aspect-workflows.zip//monitoring/dashboards"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.22/terraform-aws-aspect-workflows.zip//monitoring/dashboards"

grafana_auth = module.managed_grafana.grafana_admin_api_key
grafana_url = module.managed_grafana.grafana_endpoint
Expand Down

0 comments on commit e833f8b

Please sign in to comment.