From dc63032ff0ffb1f4f7e7d928443bc2a7fc0881ba Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 22 Dec 2025 10:19:23 +0000 Subject: [PATCH 1/8] switched platform and referenced newest version --- docs/index.rst | 2 +- known_good.json | 3 ++- score_modules.MODULE.bazel | 48 +++++++++++++++++--------------------- 3 files changed, 24 insertions(+), 29 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 03b500f59f..2969ed29fa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,7 @@ Reference Integration Documentation =================================== -Release Notes: :need:`doc__score_v05_alpha_release_note` +Newest Release Notes: :need:`doc__score_v05_beta_release_note` .. if-collection:: score_platform diff --git a/known_good.json b/known_good.json index 65b73f5660..a8d6773e94 100644 --- a/known_good.json +++ b/known_good.json @@ -38,7 +38,8 @@ "repo": "https://github.com/eclipse-score/tooling.git" }, "score_platform": { - "hash": "a9cf44be1342f3c62111de2249eb3132f5ab88da", + "version": "0.5.2", + "hash": "754ef0ddf4cbc68667c1e54c3212a58ecda7837e", "repo": "https://github.com/eclipse-score/score.git" }, "score_bazel_platforms": { diff --git a/score_modules.MODULE.bazel b/score_modules.MODULE.bazel index a7c89857af..487ced2e8f 100644 --- a/score_modules.MODULE.bazel +++ b/score_modules.MODULE.bazel @@ -11,10 +11,13 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* +# Generated from known_good.json at 2025-08-13T12:55:10Z +# Do not edit manually - use tools/update_module_from_known_good.py + bazel_dep(name = "score_baselibs") single_version_override( module_name = "score_baselibs", - version = "0.2.2" + version = "0.2.2", ) bazel_dep(name = "score_communication") @@ -23,29 +26,29 @@ single_version_override( version = "0.1.2", ) -# bazel_dep(name = "score_logging", dev_dependency = True) -# single_version_override( -# module_name = "score_logging", -# version = "0.0.3", -# ) - bazel_dep(name = "score_persistency") -git_override( +single_version_override( module_name = "score_persistency", - remote = "https://github.com/qorix-group/persistency.git", - commit = "49089f1ac9d232f09eb65ca086b92f67e75aaff8", + version = "0.2.1", ) bazel_dep(name = "score_orchestrator") single_version_override( module_name = "score_orchestrator", - version = "0.0.4", + version = "0.0.3", ) bazel_dep(name = "score_kyron") -single_version_override( +git_override( module_name = "score_kyron", - version = "0.0.3", + remote = "https://github.com/eclipse-score/kyron.git", + commit = "caa9c0b367d18a09e969c1353e95a8c443ae896b", +) + +bazel_dep(name = "score_feo") +single_version_override( + module_name = "score_feo", + version = "1.0.2", ) bazel_dep(name = "score_tooling") @@ -55,10 +58,9 @@ single_version_override( ) bazel_dep(name = "score_platform") -git_override( +single_version_override( module_name = "score_platform", - remote = "https://github.com/eclipse-score/score.git", - commit = "45faa6781b5c7d292d885d4e2ad95eaf21c925c5", + version = "0.5.2", ) bazel_dep(name = "score_bazel_platforms") @@ -70,25 +72,17 @@ single_version_override( bazel_dep(name = "score_test_scenarios") single_version_override( module_name = "score_test_scenarios", - version = "0.3.1", + version = "0.3.0", ) bazel_dep(name = "score_docs_as_code") single_version_override( module_name = "score_docs_as_code", - version = "2.2.0", + version = "2.0.1", ) bazel_dep(name = "score_process") single_version_override( module_name = "score_process", - version = "1.4.0", -) - -bazel_dep(name = "score_feo", version = "1.0.2") -single_version_override( - module_name = "score_feo", - version = "1.0.2", + version = "1.3.1", ) - -bazel_dep(name = "nlohmann_json", version = "3.11.3") \ No newline at end of file From d2ed868f22a2338efe38182a46bc2406462b08c4 Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 22 Dec 2025 10:49:59 +0000 Subject: [PATCH 2/8] removed hashes --- known_good.json | 13 ++----------- score_modules.MODULE.bazel | 7 +++---- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/known_good.json b/known_good.json index a8d6773e94..13a1704436 100644 --- a/known_good.json +++ b/known_good.json @@ -10,20 +10,17 @@ "score_communication": { "version": "0.1.2", "repo": "https://github.com/eclipse-score/communication.git", - "hash": "d5414f75bfd4fc116572091ccca305d9e4b39338" }, "score_persistency": { "version": "0.2.1", - "hash": "7548876ed3e40ec3f3053c57634de68129287e05", "repo": "https://github.com/eclipse-score/persistency.git" }, "score_orchestrator": { - "version": "0.0.3", - "hash": "7bb94ebae08805ea0a83dcc14f7c17da5ab927e6", + "version": "0.0.4", "repo": "https://github.com/eclipse-score/orchestrator.git" }, "score_kyron": { - "hash": "caa9c0b367d18a09e969c1353e95a8c443ae896b", + "version": "0.0.4", "repo": "https://github.com/eclipse-score/kyron.git" }, "score_feo": { @@ -34,32 +31,26 @@ }, "score_tooling": { "version": "1.0.2", - "hash": "64f81aaf9378e93be5209e52bf1bd149d6d7727f", "repo": "https://github.com/eclipse-score/tooling.git" }, "score_platform": { "version": "0.5.2", - "hash": "754ef0ddf4cbc68667c1e54c3212a58ecda7837e", "repo": "https://github.com/eclipse-score/score.git" }, "score_bazel_platforms": { "version": "0.0.3", - "hash": "c4813d5b65be9cec1d3a2b4d56cce2cf334fad27", "repo": "https://github.com/eclipse-score/bazel_platforms.git" }, "score_test_scenarios": { "version": "0.3.0", - "hash": "a2f9cded3deb636f5dc800bf7a47131487119721", "repo": "https://github.com/eclipse-score/testing_tools.git" }, "score_docs_as_code": { "version": "2.0.1", - "hash": "bb52c96dd98799bdce68c166ad3b826f017f7cf6", "repo": "https://github.com/eclipse-score/docs-as-code.git" }, "score_process": { "version": "1.3.1", - "hash": "270e0ed0a2e560340f02b2f7046752cc937fe251", "repo": "https://github.com/eclipse-score/process_description.git" } }, diff --git a/score_modules.MODULE.bazel b/score_modules.MODULE.bazel index 487ced2e8f..1d15e6872a 100644 --- a/score_modules.MODULE.bazel +++ b/score_modules.MODULE.bazel @@ -35,14 +35,13 @@ single_version_override( bazel_dep(name = "score_orchestrator") single_version_override( module_name = "score_orchestrator", - version = "0.0.3", + version = "0.0.4", ) bazel_dep(name = "score_kyron") -git_override( +single_version_override( module_name = "score_kyron", - remote = "https://github.com/eclipse-score/kyron.git", - commit = "caa9c0b367d18a09e969c1353e95a8c443ae896b", + version = "0.0.4", ) bazel_dep(name = "score_feo") From 1c70498a1b798275337c7fabee8fbb1a7afeaad5 Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 22 Dec 2025 10:50:18 +0000 Subject: [PATCH 3/8] fixed json --- known_good.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/known_good.json b/known_good.json index 13a1704436..ca5738b8a3 100644 --- a/known_good.json +++ b/known_good.json @@ -9,7 +9,7 @@ }, "score_communication": { "version": "0.1.2", - "repo": "https://github.com/eclipse-score/communication.git", + "repo": "https://github.com/eclipse-score/communication.git" }, "score_persistency": { "version": "0.2.1", From d31364674ae12269713b813db3d8e1f567a8bde6 Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 22 Dec 2025 10:53:18 +0000 Subject: [PATCH 4/8] updated with logging --- known_good.json | 8 +++++++- score_modules.MODULE.bazel | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/known_good.json b/known_good.json index ca5738b8a3..2187b8f6ab 100644 --- a/known_good.json +++ b/known_good.json @@ -3,10 +3,16 @@ "modules": { "score_baselibs": { "version": "0.2.2", - "hash": "d072b126faa8ce2b6eaad88c6375b210fe42a547", + "hash": "a3557b809406289a3bf0bc6c447a1d646ee67ba0", "repo": "https://github.com/eclipse-score/baselibs.git", "branch": "release_v0_2_2" }, + "score_logging": { + "version": "0.0.4", + "hash": "d3624d52151fcde9c8351867353a8baf59a269cd", + "repo": "https://github.com/eclipse-score/logging.git", + "branch": "score_05_beta" + }, "score_communication": { "version": "0.1.2", "repo": "https://github.com/eclipse-score/communication.git" diff --git a/score_modules.MODULE.bazel b/score_modules.MODULE.bazel index 1d15e6872a..8400915a0f 100644 --- a/score_modules.MODULE.bazel +++ b/score_modules.MODULE.bazel @@ -20,6 +20,12 @@ single_version_override( version = "0.2.2", ) +bazel_dep(name = "score_logging") +single_version_override( + module_name = "score_logging", + version = "0.0.4", +) + bazel_dep(name = "score_communication") single_version_override( module_name = "score_communication", From 17bf045d552f23c44f34a85ae4cb8636f1be1e60 Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 22 Dec 2025 12:12:48 +0100 Subject: [PATCH 5/8] updated known_good --- known_good.json | 14 ++++---------- score_modules.MODULE.bazel | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/known_good.json b/known_good.json index c84438f1e9..19539fc1f1 100644 --- a/known_good.json +++ b/known_good.json @@ -7,12 +7,6 @@ "repo": "https://github.com/eclipse-score/baselibs.git", "branch": "release_v0_2_2" }, - "score_logging": { - "version": "0.0.4", - "hash": "d3624d52151fcde9c8351867353a8baf59a269cd", - "repo": "https://github.com/eclipse-score/logging.git", - "branch": "score_05_beta" - }, "score_communication": { "version": "0.1.2", "repo": "https://github.com/eclipse-score/communication.git" @@ -42,7 +36,7 @@ "branch": "candidate_v0.5" }, "score_tooling": { - "version": "1.0.2", + "version": "1.0.4", "repo": "https://github.com/eclipse-score/tooling.git" }, "score_platform": { @@ -54,15 +48,15 @@ "repo": "https://github.com/eclipse-score/bazel_platforms.git" }, "score_test_scenarios": { - "version": "0.3.0", + "version": "0.3.1", "repo": "https://github.com/eclipse-score/testing_tools.git" }, "score_docs_as_code": { - "version": "2.0.1", + "version": "2.2.0", "repo": "https://github.com/eclipse-score/docs-as-code.git" }, "score_process": { - "version": "1.3.1", + "version": "1.4.0", "repo": "https://github.com/eclipse-score/process_description.git" } }, diff --git a/score_modules.MODULE.bazel b/score_modules.MODULE.bazel index 8400915a0f..8376f854eb 100644 --- a/score_modules.MODULE.bazel +++ b/score_modules.MODULE.bazel @@ -20,18 +20,18 @@ single_version_override( version = "0.2.2", ) -bazel_dep(name = "score_logging") -single_version_override( - module_name = "score_logging", - version = "0.0.4", -) - bazel_dep(name = "score_communication") single_version_override( module_name = "score_communication", version = "0.1.2", ) +bazel_dep(name = "score_logging") +single_version_override( + module_name = "score_logging", + version = "0.0.4", +) + bazel_dep(name = "score_persistency") single_version_override( module_name = "score_persistency", @@ -59,7 +59,7 @@ single_version_override( bazel_dep(name = "score_tooling") single_version_override( module_name = "score_tooling", - version = "1.0.2", + version = "1.0.4", ) bazel_dep(name = "score_platform") @@ -77,17 +77,17 @@ single_version_override( bazel_dep(name = "score_test_scenarios") single_version_override( module_name = "score_test_scenarios", - version = "0.3.0", + version = "0.3.1", ) bazel_dep(name = "score_docs_as_code") single_version_override( module_name = "score_docs_as_code", - version = "2.0.1", + version = "2.2.0", ) bazel_dep(name = "score_process") single_version_override( module_name = "score_process", - version = "1.3.1", + version = "1.4.0", ) From 415269f47568aa1c1c7f3b830d6dc141f2e6a5ab Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 22 Dec 2025 13:17:43 +0100 Subject: [PATCH 6/8] readded hashes as the static code analysis fails without --- known_good.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/known_good.json b/known_good.json index 19539fc1f1..a249122abc 100644 --- a/known_good.json +++ b/known_good.json @@ -9,7 +9,8 @@ }, "score_communication": { "version": "0.1.2", - "repo": "https://github.com/eclipse-score/communication.git" + "repo": "https://github.com/eclipse-score/communication.git", + "hash": "d5414f75bfd4fc116572091ccca305d9e4b39338" }, "score_logging": { "version": "0.0.4", @@ -19,14 +20,17 @@ }, "score_persistency": { "version": "0.2.1", + "hash": "7548876ed3e40ec3f3053c57634de68129287e05", "repo": "https://github.com/eclipse-score/persistency.git" }, "score_orchestrator": { "version": "0.0.4", + "hash": "92ee5ff22e571f2180a44edddcb81474e1ec68db", "repo": "https://github.com/eclipse-score/orchestrator.git" }, "score_kyron": { "version": "0.0.4", + "hash": "dd9f1239febdb3a3bbf5eec02d80aef798ff560f", "repo": "https://github.com/eclipse-score/kyron.git" }, "score_feo": { @@ -37,26 +41,32 @@ }, "score_tooling": { "version": "1.0.4", + "hash": "905d1feb00f4ffb586d781f6420423855f802a4c", "repo": "https://github.com/eclipse-score/tooling.git" }, "score_platform": { "version": "0.5.2", + "hash": "754ef0ddf4cbc68667c1e54c3212a58ecda7837e", "repo": "https://github.com/eclipse-score/score.git" }, "score_bazel_platforms": { "version": "0.0.3", + "hash": "c4813d5b65be9cec1d3a2b4d56cce2cf334fad27", "repo": "https://github.com/eclipse-score/bazel_platforms.git" }, "score_test_scenarios": { "version": "0.3.1", + "hash": "55280e1376922aead6e09f32542f4e2d0b90cc51", "repo": "https://github.com/eclipse-score/testing_tools.git" }, "score_docs_as_code": { "version": "2.2.0", + "hash": "c87cd898ef63ce15daec434dc5ea161651cefe97", "repo": "https://github.com/eclipse-score/docs-as-code.git" }, "score_process": { "version": "1.4.0", + "hash": "d0570797b22649be2d2cdb603f2d70bdbff304ed", "repo": "https://github.com/eclipse-score/process_description.git" } }, From 03dba4162011d0b0cf6e1ace4a76cf092c16de0f Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 22 Dec 2025 13:41:24 +0100 Subject: [PATCH 7/8] updated persistency --- known_good.json | 4 ++-- score_modules.MODULE.bazel | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/known_good.json b/known_good.json index a249122abc..6f35d149ac 100644 --- a/known_good.json +++ b/known_good.json @@ -19,8 +19,8 @@ "branch": "score_05_beta" }, "score_persistency": { - "version": "0.2.1", - "hash": "7548876ed3e40ec3f3053c57634de68129287e05", + "version": "0.2.2", + "hash": "9101956287a94d37ac34c29e94fa6f8d96879a73", "repo": "https://github.com/eclipse-score/persistency.git" }, "score_orchestrator": { diff --git a/score_modules.MODULE.bazel b/score_modules.MODULE.bazel index 8376f854eb..31e6ef8e15 100644 --- a/score_modules.MODULE.bazel +++ b/score_modules.MODULE.bazel @@ -35,7 +35,7 @@ single_version_override( bazel_dep(name = "score_persistency") single_version_override( module_name = "score_persistency", - version = "0.2.1", + version = "0.2.2", ) bazel_dep(name = "score_orchestrator") From c40fb6a450560a04edd1e7ce69391ef098b0721c Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 22 Dec 2025 14:08:40 +0100 Subject: [PATCH 8/8] reverted to kyron 0.0.3 --- known_good.json | 4 ++-- score_modules.MODULE.bazel | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/known_good.json b/known_good.json index 6f35d149ac..fea938c36b 100644 --- a/known_good.json +++ b/known_good.json @@ -29,8 +29,8 @@ "repo": "https://github.com/eclipse-score/orchestrator.git" }, "score_kyron": { - "version": "0.0.4", - "hash": "dd9f1239febdb3a3bbf5eec02d80aef798ff560f", + "version": "0.0.3", + "hash": "558c5b5d8cd142baeafbfce15185c03b97e08eeb", "repo": "https://github.com/eclipse-score/kyron.git" }, "score_feo": { diff --git a/score_modules.MODULE.bazel b/score_modules.MODULE.bazel index 31e6ef8e15..f9f6fb8f91 100644 --- a/score_modules.MODULE.bazel +++ b/score_modules.MODULE.bazel @@ -47,7 +47,7 @@ single_version_override( bazel_dep(name = "score_kyron") single_version_override( module_name = "score_kyron", - version = "0.0.4", + version = "0.0.3", ) bazel_dep(name = "score_feo")