From f8df1a2d48e6d6f3f5c85f507d560235be03373a Mon Sep 17 00:00:00 2001 From: Alan Thiessen Date: Sat, 8 Nov 2025 10:57:58 -0500 Subject: [PATCH 1/4] Update for x10-cm11-adapter v0.6.5 for gateway v2.0.0+. --- addons/x10-cm11-adapter.json | 48 ++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/addons/x10-cm11-adapter.json b/addons/x10-cm11-adapter.json index 18a5942ef..db29c518e 100644 --- a/addons/x10-cm11-adapter.json +++ b/addons/x10-cm11-adapter.json @@ -198,6 +198,54 @@ "min": "0.10.0", "max": "*" } + }, + { + "architecture": "linux-arm", + "language": { + "name": "nodejs", + "versions": [ + "115" + ] + }, + "version": "0.6.5", + "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-arm-v20.tgz", + "checksum": "02b1b2dbfdb3c48b085d5d6332724dfdca83a64d0497b09e1d11c729cc93fc31", + "gateway": { + "min": "2.0.0", + "max": "*" + } + }, + { + "architecture": "linux-arm64", + "language": { + "name": "nodejs", + "versions": [ + "115" + ] + }, + "version": "0.6.5", + "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-arm64-v20.tgz", + "checksum": "910344c6da7d7846e93c8ab41f90f31b692108ac462270c2899e6109a2803ace", + "gateway": { + "min": "2.0.0", + "max": "*" + } + }, + { + "architecture": "linux-x64", + "language": { + "name": "nodejs", + "versions": [ + "115" + ] + }, + "version": "0.6.5", + "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-x64-v20.tgz", + "checksum": "30b47652931b422f8ef1378b9b227d1a49710b930436c2440a6d271f1ccd3b82", + "gateway": { + "min": "2.0.0", + "max": "*" + } } ] } From 7a985fcbed5b51c77fcfc21079a833e303a5ba44 Mon Sep 17 00:00:00 2001 From: Alan Thiessen Date: Tue, 11 Nov 2025 14:01:43 -0500 Subject: [PATCH 2/4] Changes from review: Make version more specific to 2.0.0-beta.1. --- addons/x10-cm11-adapter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/x10-cm11-adapter.json b/addons/x10-cm11-adapter.json index db29c518e..b396c464b 100644 --- a/addons/x10-cm11-adapter.json +++ b/addons/x10-cm11-adapter.json @@ -211,7 +211,7 @@ "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-arm-v20.tgz", "checksum": "02b1b2dbfdb3c48b085d5d6332724dfdca83a64d0497b09e1d11c729cc93fc31", "gateway": { - "min": "2.0.0", + "min": "2.0.0-beta.1", "max": "*" } }, @@ -227,7 +227,7 @@ "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-arm64-v20.tgz", "checksum": "910344c6da7d7846e93c8ab41f90f31b692108ac462270c2899e6109a2803ace", "gateway": { - "min": "2.0.0", + "min": "2.0.0-beta.1", "max": "*" } }, @@ -243,7 +243,7 @@ "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-x64-v20.tgz", "checksum": "30b47652931b422f8ef1378b9b227d1a49710b930436c2440a6d271f1ccd3b82", "gateway": { - "min": "2.0.0", + "min": "2.0.0-beta.1", "max": "*" } } From d086e0a4376a122d3099dc82eba92bbed20c781c Mon Sep 17 00:00:00 2001 From: Alan Thiessen Date: Tue, 11 Nov 2025 14:05:51 -0500 Subject: [PATCH 3/4] Changes from the review: Checks did not pass the "-beta.1", so reduced minimum version to 1.0.0. --- addons/x10-cm11-adapter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/x10-cm11-adapter.json b/addons/x10-cm11-adapter.json index b396c464b..887a6b790 100644 --- a/addons/x10-cm11-adapter.json +++ b/addons/x10-cm11-adapter.json @@ -211,7 +211,7 @@ "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-arm-v20.tgz", "checksum": "02b1b2dbfdb3c48b085d5d6332724dfdca83a64d0497b09e1d11c729cc93fc31", "gateway": { - "min": "2.0.0-beta.1", + "min": "1.0.0", "max": "*" } }, @@ -227,7 +227,7 @@ "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-arm64-v20.tgz", "checksum": "910344c6da7d7846e93c8ab41f90f31b692108ac462270c2899e6109a2803ace", "gateway": { - "min": "2.0.0-beta.1", + "min": "1.0.0", "max": "*" } }, @@ -243,7 +243,7 @@ "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-x64-v20.tgz", "checksum": "30b47652931b422f8ef1378b9b227d1a49710b930436c2440a6d271f1ccd3b82", "gateway": { - "min": "2.0.0-beta.1", + "min": "1.0.0", "max": "*" } } From 4f78db86ae0f47bd72b01c87b422ebf7f236d484 Mon Sep 17 00:00:00 2001 From: Alan Thiessen Date: Tue, 11 Nov 2025 14:20:46 -0500 Subject: [PATCH 4/4] Rebuilt the addon package v0.6.6 with the version lowered to match 1.0.0 in the addon list. --- addons/x10-cm11-adapter.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/addons/x10-cm11-adapter.json b/addons/x10-cm11-adapter.json index 887a6b790..213c6d426 100644 --- a/addons/x10-cm11-adapter.json +++ b/addons/x10-cm11-adapter.json @@ -207,9 +207,9 @@ "115" ] }, - "version": "0.6.5", - "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-arm-v20.tgz", - "checksum": "02b1b2dbfdb3c48b085d5d6332724dfdca83a64d0497b09e1d11c729cc93fc31", + "version": "0.6.6", + "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.6/x10-cm11-adapter-0.6.6-linux-arm-v20.tgz", + "checksum": "3d5cdc5a26bfcb109ee122d5bba45a7e3985e2e992a7f45fcca0cf055f6e8099", "gateway": { "min": "1.0.0", "max": "*" @@ -223,9 +223,9 @@ "115" ] }, - "version": "0.6.5", - "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-arm64-v20.tgz", - "checksum": "910344c6da7d7846e93c8ab41f90f31b692108ac462270c2899e6109a2803ace", + "version": "0.6.6", + "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.6/x10-cm11-adapter-0.6.6-linux-arm64-v20.tgz", + "checksum": "c605ba2df3a2009e9d49d982e6f9e6920af56eec3ac56be5e970db3d470727bb", "gateway": { "min": "1.0.0", "max": "*" @@ -239,9 +239,9 @@ "115" ] }, - "version": "0.6.5", - "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.5/x10-cm11-adapter-0.6.5-linux-x64-v20.tgz", - "checksum": "30b47652931b422f8ef1378b9b227d1a49710b930436c2440a6d271f1ccd3b82", + "version": "0.6.6", + "url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.6/x10-cm11-adapter-0.6.6-linux-x64-v20.tgz", + "checksum": "9edadcff31941d65973f6eb1a69a87cf5992f8e7495cf2f88fc82881fb249996", "gateway": { "min": "1.0.0", "max": "*"