From e2decaa2337fee88cef1ddb7f9bf5ec53d794b28 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 08:11:26 -0800 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate (#19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/awslabs/cfn-python-lint: v1.18.4 → v1.19.0](https://github.com/awslabs/cfn-python-lint/compare/v1.18.4...v1.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14cfab8..32b7a9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.18.4 + rev: v1.19.0 hooks: - id: cfn-python-lint args: From 976a9d26f27c2067bedce6216517da96da4d0322 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:05:38 -0700 Subject: [PATCH 2/2] Point schematic image to latest release - v24.11.2 (#21) --- app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 92a906d..139e10b 100644 --- a/app.py +++ b/app.py @@ -18,7 +18,7 @@ "FQDN": "prod.schematic.io", "CERTIFICATE_ARN": "arn:aws:acm:us-east-1:878654265857:certificate/d11fba3c-1957-48ba-9be0-8b1f460ee970", "TAGS": {"CostCenter": "NO PROGRAM / 000000"}, - "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v0.1.94-beta", + "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v24.11.2", } case "stage": environment_variables = { @@ -26,7 +26,7 @@ "FQDN": "stage.schematic.io", "CERTIFICATE_ARN": "arn:aws:acm:us-east-1:878654265857:certificate/d11fba3c-1957-48ba-9be0-8b1f460ee970", "TAGS": {"CostCenter": "NO PROGRAM / 000000"}, - "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v24.11.2-rc", + "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v24.11.2", } case "dev": environment_variables = { @@ -34,7 +34,7 @@ "FQDN": "dev.schematic.io", "CERTIFICATE_ARN": "arn:aws:acm:us-east-1:631692904429:certificate/0e9682f6-3ffa-46fb-9671-b6349f5164d6", "TAGS": {"CostCenter": "NO PROGRAM / 000000"}, - "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v24.11.2-rc", + "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v24.11.2", } case _: valid_envs_str = ",".join(VALID_ENVIRONMENTS)