Skip to content

Commit 209bfa1

Browse files
authored
switched platform and referenced newest version (#65)
* switched platform and referenced newest version * removed hashes * fixed json * updated with logging * updated known_good * readded hashes as the static code analysis fails without * updated persistency * reverted to kyron 0.0.3
1 parent e9ee107 commit 209bfa1

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Reference Integration Documentation
1616
===================================
1717

18-
Release Notes: :need:`doc__score_v05_alpha_release_note`
18+
Newest Release Notes: :need:`doc__score_v05_beta_release_note`
1919

2020

2121
.. if-collection:: score_platform

known_good.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@
1919
"branch": "score_05_beta"
2020
},
2121
"score_persistency": {
22-
"version": "0.2.1",
23-
"hash": "7548876ed3e40ec3f3053c57634de68129287e05",
22+
"version": "0.2.2",
23+
"hash": "9101956287a94d37ac34c29e94fa6f8d96879a73",
2424
"repo": "https://github.com/eclipse-score/persistency.git"
2525
},
2626
"score_orchestrator": {
27-
"version": "0.0.3",
28-
"hash": "7bb94ebae08805ea0a83dcc14f7c17da5ab927e6",
27+
"version": "0.0.4",
28+
"hash": "92ee5ff22e571f2180a44edddcb81474e1ec68db",
2929
"repo": "https://github.com/eclipse-score/orchestrator.git"
3030
},
3131
"score_kyron": {
32-
"hash": "caa9c0b367d18a09e969c1353e95a8c443ae896b",
32+
"version": "0.0.3",
33+
"hash": "558c5b5d8cd142baeafbfce15185c03b97e08eeb",
3334
"repo": "https://github.com/eclipse-score/kyron.git"
3435
},
3536
"score_feo": {
@@ -39,12 +40,13 @@
3940
"branch": "candidate_v0.5"
4041
},
4142
"score_tooling": {
42-
"version": "1.0.2",
43-
"hash": "64f81aaf9378e93be5209e52bf1bd149d6d7727f",
43+
"version": "1.0.4",
44+
"hash": "905d1feb00f4ffb586d781f6420423855f802a4c",
4445
"repo": "https://github.com/eclipse-score/tooling.git"
4546
},
4647
"score_platform": {
47-
"hash": "a9cf44be1342f3c62111de2249eb3132f5ab88da",
48+
"version": "0.5.2",
49+
"hash": "754ef0ddf4cbc68667c1e54c3212a58ecda7837e",
4850
"repo": "https://github.com/eclipse-score/score.git"
4951
},
5052
"score_bazel_platforms": {
@@ -53,18 +55,18 @@
5355
"repo": "https://github.com/eclipse-score/bazel_platforms.git"
5456
},
5557
"score_test_scenarios": {
56-
"version": "0.3.0",
57-
"hash": "a2f9cded3deb636f5dc800bf7a47131487119721",
58+
"version": "0.3.1",
59+
"hash": "55280e1376922aead6e09f32542f4e2d0b90cc51",
5860
"repo": "https://github.com/eclipse-score/testing_tools.git"
5961
},
6062
"score_docs_as_code": {
61-
"version": "2.0.1",
62-
"hash": "bb52c96dd98799bdce68c166ad3b826f017f7cf6",
63+
"version": "2.2.0",
64+
"hash": "c87cd898ef63ce15daec434dc5ea161651cefe97",
6365
"repo": "https://github.com/eclipse-score/docs-as-code.git"
6466
},
6567
"score_process": {
66-
"version": "1.3.1",
67-
"hash": "270e0ed0a2e560340f02b2f7046752cc937fe251",
68+
"version": "1.4.0",
69+
"hash": "d0570797b22649be2d2cdb603f2d70bdbff304ed",
6870
"repo": "https://github.com/eclipse-score/process_description.git"
6971
}
7072
},

score_modules.MODULE.bazel

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313

14+
# Generated from known_good.json at 2025-08-13T12:55:10Z
15+
# Do not edit manually - use tools/update_module_from_known_good.py
16+
1417
bazel_dep(name = "score_baselibs")
1518
single_version_override(
1619
module_name = "score_baselibs",
17-
version = "0.2.2"
20+
version = "0.2.2",
1821
)
1922

2023
bazel_dep(name = "score_communication")
@@ -30,10 +33,9 @@ single_version_override(
3033
)
3134

3235
bazel_dep(name = "score_persistency")
33-
git_override(
36+
single_version_override(
3437
module_name = "score_persistency",
35-
remote = "https://github.com/qorix-group/persistency.git",
36-
commit = "49089f1ac9d232f09eb65ca086b92f67e75aaff8",
38+
version = "0.2.2",
3739
)
3840

3941
bazel_dep(name = "score_orchestrator")
@@ -48,17 +50,22 @@ single_version_override(
4850
version = "0.0.3",
4951
)
5052

53+
bazel_dep(name = "score_feo")
54+
single_version_override(
55+
module_name = "score_feo",
56+
version = "1.0.2",
57+
)
58+
5159
bazel_dep(name = "score_tooling")
5260
single_version_override(
5361
module_name = "score_tooling",
54-
version = "1.0.2",
62+
version = "1.0.4",
5563
)
5664

5765
bazel_dep(name = "score_platform")
58-
git_override(
66+
single_version_override(
5967
module_name = "score_platform",
60-
remote = "https://github.com/eclipse-score/score.git",
61-
commit = "45faa6781b5c7d292d885d4e2ad95eaf21c925c5",
68+
version = "0.5.2",
6269
)
6370

6471
bazel_dep(name = "score_bazel_platforms")
@@ -84,11 +91,3 @@ single_version_override(
8491
module_name = "score_process",
8592
version = "1.4.0",
8693
)
87-
88-
bazel_dep(name = "score_feo", version = "1.0.2")
89-
single_version_override(
90-
module_name = "score_feo",
91-
version = "1.0.2",
92-
)
93-
94-
bazel_dep(name = "nlohmann_json", version = "3.11.3")

0 commit comments

Comments
 (0)