From fd8d234828d38966483c3f1adeba233917cc67d9 Mon Sep 17 00:00:00 2001 From: Romulo Quidute Filho Date: Wed, 26 Aug 2026 09:28:27 -0300 Subject: [PATCH] Release v2.15.1+summer2026 Pins backend to v2.15.1-develop tip (4cb5753), which includes the fix for #358 (Mandatory SDK Python Tests duplicated into the Old Script Format collection, causing double execution via the TH CLI). Frontend and cli are unchanged (already at their respective release tips). --- backend | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend b/backend index a4e50ff..4cb5753 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit a4e50ff63a4ef966f0ff3f9c90c45af2d82b9a33 +Subproject commit 4cb5753ffb6915850fbf02b1dfbbcd382945ede2 diff --git a/docker-compose.yml b/docker-compose.yml index 6e9e78a..9eeeffd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -78,7 +78,7 @@ services: - node.labels.${STACK_NAME?Variable not set}.app-db-data == true backend: - image: 'ghcr.io/project-chip/csa-certification-tool-backend:a4e50ff' + image: 'ghcr.io/project-chip/csa-certification-tool-backend:4cb5753' ports: - "8888:8888"