Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 16 additions & 14 deletions known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@
"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": {
"version": "0.0.3",
"hash": "7bb94ebae08805ea0a83dcc14f7c17da5ab927e6",
"version": "0.0.4",
"hash": "92ee5ff22e571f2180a44edddcb81474e1ec68db",
"repo": "https://github.com/eclipse-score/orchestrator.git"
},
"score_kyron": {
"hash": "caa9c0b367d18a09e969c1353e95a8c443ae896b",
"version": "0.0.3",
"hash": "558c5b5d8cd142baeafbfce15185c03b97e08eeb",
"repo": "https://github.com/eclipse-score/kyron.git"
},
"score_feo": {
Expand All @@ -39,12 +40,13 @@
"branch": "candidate_v0.5"
},
"score_tooling": {
"version": "1.0.2",
"hash": "64f81aaf9378e93be5209e52bf1bd149d6d7727f",
"version": "1.0.4",
"hash": "905d1feb00f4ffb586d781f6420423855f802a4c",
"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": {
Expand All @@ -53,18 +55,18 @@
"repo": "https://github.com/eclipse-score/bazel_platforms.git"
},
"score_test_scenarios": {
"version": "0.3.0",
"hash": "a2f9cded3deb636f5dc800bf7a47131487119721",
"version": "0.3.1",
"hash": "55280e1376922aead6e09f32542f4e2d0b90cc51",
"repo": "https://github.com/eclipse-score/testing_tools.git"
},
"score_docs_as_code": {
"version": "2.0.1",
"hash": "bb52c96dd98799bdce68c166ad3b826f017f7cf6",
"version": "2.2.0",
"hash": "c87cd898ef63ce15daec434dc5ea161651cefe97",
"repo": "https://github.com/eclipse-score/docs-as-code.git"
},
"score_process": {
"version": "1.3.1",
"hash": "270e0ed0a2e560340f02b2f7046752cc937fe251",
"version": "1.4.0",
"hash": "d0570797b22649be2d2cdb603f2d70bdbff304ed",
"repo": "https://github.com/eclipse-score/process_description.git"
}
},
Expand Down
31 changes: 15 additions & 16 deletions score_modules.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -30,10 +33,9 @@ single_version_override(
)

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.2",
)

bazel_dep(name = "score_orchestrator")
Expand All @@ -48,17 +50,22 @@ single_version_override(
version = "0.0.3",
)

bazel_dep(name = "score_feo")
single_version_override(
module_name = "score_feo",
version = "1.0.2",
)

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")
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")
Expand All @@ -84,11 +91,3 @@ 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",
)

bazel_dep(name = "nlohmann_json", version = "3.11.3")
Loading