From 180baa993a228da04ef9e8926d4c6b4a9ebbe89f Mon Sep 17 00:00:00 2001 From: hiltonlima <116589806+hiltonlima@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:37:55 -0300 Subject: [PATCH 1/2] Update .version_information --- .version_information | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version_information b/.version_information index b1d30c47..dd8de46b 100644 --- a/.version_information +++ b/.version_information @@ -1 +1 @@ -v2.11-beta2+fall2024 +v2.11-beta3+fall2024 From e5e30e97162336e1a52f47099d5dbdb4b9477ffe Mon Sep 17 00:00:00 2001 From: Hilton Lima Date: Thu, 5 Sep 2024 14:42:36 -0300 Subject: [PATCH 2/2] update SDK SHA --- test_collections/matter/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_collections/matter/config.py b/test_collections/matter/config.py index a5c11433..1f5cfeba 100644 --- a/test_collections/matter/config.py +++ b/test_collections/matter/config.py @@ -23,9 +23,9 @@ class MatterSettings(BaseSettings): # SDK Docker Image SDK_DOCKER_IMAGE: str = "connectedhomeip/chip-cert-bins" - SDK_DOCKER_TAG: str = "d0d91272068f267cf880f9d56787ca28da885673" + SDK_DOCKER_TAG: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4" # SDK SHA: used to fetch test YAML from SDK. - SDK_SHA: str = "d0d91272068f267cf880f9d56787ca28da885673" + SDK_SHA: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4" class Config: case_sensitive = True