From 88b55b92b7225aacc71c228c4cd3a45fa5126d1e Mon Sep 17 00:00:00 2001 From: "agustin.celentano" Date: Mon, 3 Aug 2026 11:27:14 -0300 Subject: [PATCH] chore: bring the lambda scope to 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the metrics fix: the catalog reaching the platform without the assume_role progress in front of it, each metric resolving its own statistic, and stream.iterator_age. Both references move together — the agent's clone and the scope catalog — so the specs and the scripts come from the same commit. --- infrastructure/aws/main.tf | 2 +- nullplatform/locals.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/aws/main.tf b/infrastructure/aws/main.tf index 7a58828..28e9cf2 100644 --- a/infrastructure/aws/main.tf +++ b/infrastructure/aws/main.tf @@ -334,7 +334,7 @@ module "agent" { "https://github.com/nullplatform/services-rds.git#1.0.0", "https://github.com/nullplatform/services-s-3.git#1.0.0", "https://github.com/nullplatform/services-postgresql-k-8-s.git#proposal/align-with-services-s-3", - "https://github.com/nullplatform/scopes-lambda.git#0.2.0", + "https://github.com/nullplatform/scopes-lambda.git#0.3.0", "https://github.com/nullplatform/services-dynamo-db.git#0.1.0", "https://github.com/nullplatform/scopes-networking.git#main", "https://github.com/nullplatform/parameters-provider.git#main" diff --git a/nullplatform/locals.tf b/nullplatform/locals.tf index 737b8d2..45e113a 100644 --- a/nullplatform/locals.tf +++ b/nullplatform/locals.tf @@ -80,7 +80,7 @@ locals { service_path = "lambda" repository_org = "nullplatform" repository_name = "scopes-lambda" - version = "0.2.0" + version = "0.3.0" create_scope_configuration = true action_spec_names = [ "adjust-provisioned-concurrency",