From 64fd0ed9bb4ecf63d40b942ede858af61be8ef5e Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:11:27 +0000 Subject: [PATCH 01/11] Add S-CORE v0.8 release notes draft --- .../releases/release_note_score_v0_8.rst | 265 ++++++++++++++++++ 1 file changed, 265 insertions(+) create mode 100644 docs/s_core_v_1/releases/release_note_score_v0_8.rst diff --git a/docs/s_core_v_1/releases/release_note_score_v0_8.rst b/docs/s_core_v_1/releases/release_note_score_v0_8.rst new file mode 100644 index 00000000000..947a2be2601 --- /dev/null +++ b/docs/s_core_v_1/releases/release_note_score_v0_8.rst @@ -0,0 +1,265 @@ +.. + # ******************************************************************************* + # Copyright (c) 2026 Contributors to the Eclipse Foundation + # + # See the NOTICE file(s) distributed with this work for additional + # information regarding copyright ownership. + # + # This program and the accompanying materials are made available under the + # terms of the Apache License Version 2.0 which is available at + # https://www.apache.org/licenses/LICENSE-2.0 + # + # SPDX-License-Identifier: Apache-2.0 + # ******************************************************************************* + +S-CORE Platform v0.8 release note +================================= + +.. document:: S-CORE v0.8 release note + :id: doc__score_v08_release_note + :status: valid + :safety: QM + :security: YES + :realizes: wp__platform_sw_release_note + +| **Platform Release:** S-CORE +| **Release Tag:** v0.8.0 +| **Origin Release Tag**: v0.7 +| **Release Date:** TBD + + +Overview +^^^^^^^^ + +This document provides an overview of the changes, improvements, and bug fixes included in the software platform release version v0.8.0 as compared to the previous platform release (v0.7). + +Release-specific summary content for v0.8 is to be added. + +Disclaimer +---------- + +This release note does not "release for production", as it does not come with a safety argumentation and a performed safety assessment. +The work products compiled in the safety package are created with care according to a process satisfying standards, but the project, +being a non-profit and open source organization, can not take over any liability for its content. + +Changes to the Platform +^^^^^^^^^^^^^^^^^^^^^^^ + +New Features +------------ + +- Time component integrated into the platform, providing time synchronization and clock services. Repository: `time `_. + +Improvements +------------ + +Developer Website +~~~~~~~~~~~~~~~~~ + +The main `S-CORE developer website `_ was refreshed to provide a clearer entry point with improved navigation and direct access to the most important project information. + +User's Guide +~~~~~~~~~~~~ + +The `User's Guide `_ was updated and now provides a better collection of `key project links `_, complemented by a dedicated `How to get involved `_ section for new contributors. + +Integration Process Guide +~~~~~~~~~~~~~~~~~~~~~~~~~ + +A dedicated `Integration Process Guide `_ was added to the Reference Integration repository to simplify the onboarding and integration of new components into the S-CORE reference integration. + +Infra & Tooling Manual +~~~~~~~~~~~~~~~~~~~~~~ + +The `Infra & Tooling Manual `_ now explains the key infrastructure and tooling concepts and provides practical how-to guidance. + +Baselibs Consolidation +~~~~~~~~~~~~~~~~~~~~~~ + +`Baselibs `_ and Baselibs Rust were consolidated into a single module and repository, with both now maintained in the Baselibs repository. + +Safety Sentinel +~~~~~~~~~~~~~~~ + +The `Communication module `_ introduced the `Safety Sentinel concept `_, enabling, among other things, end-to-end traceability checks integrated into the Bazel build system. This is a strong step in the right direction; however, the concept does not yet rely on the tooling agreed across the S-CORE project for requirements, architecture, further S-CORE model item definitions, and traceability checks based on Sphinx and Sphinx-Needs. Harmonization of both approaches is planned for the v0.9 release. + +Integration Strategy +~~~~~~~~~~~~~~~~~~~~ + +A common integration strategy was aligned and documented in `DR-008 `_; its implementation is planned for the v0.9 release. + +Roadmap & Overall Status +~~~~~~~~~~~~~~~~~~~~~~~~ + +A clear `roadmap `_ is now available and broken down into release gates and `project milestones `_. The new `Overall Status `_ page summarizes the most important cross-module metrics after each release. + +The roadmap and milestones are fully aligned with the goal of delivering the major S-CORE v1.0 release by the end of the year, **providing a stable foundation for further industrialization of the S-CORE platform.** + +In a recent S-CORE Technical Lead meeting, it was decided to introduce module qualification levels: ``Release``, ``Experimental``, and ``Preview``. This will make it possible to include all modules in platform releases while giving users clear guidance on each module's maturity and intended usage. The exact definition and rollout concept are planned for the v0.9 release. + +S-CORE Platform scope +^^^^^^^^^^^^^^^^^^^^^ + +- **Version:** ``TBD`` +- **Release notes**: TBD + +Integrated Software Modules +--------------------------- + +Baselibs +~~~~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + +Baselibs Rust +~~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + + +Communication +~~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + + +Persistency +~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + + +Logging +~~~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + + +Time +~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + + +Orchestrator +~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + + +Kyron +~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + + +Lifecycle & Health Management +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + + +Reference integration +~~~~~~~~~~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Source / tag:** TBD + + +Reference QNX image ++++++++++++++++++++ + +- To be added. + +Reference Red Hat AutoSD Linux image (Experimental) ++++++++++++++++++++++++++++++++++++++++++++++++++++ + +- To be added. + + +Reference Elektrobit corbos Linux for Safety Applications Linux image (Experimental) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +- To be added. + +Associated Infrastructure Modules +--------------------------------- + +Process description +~~~~~~~~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + +Docs-as-code +~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Source / tag:** TBD + +Tooling +~~~~~~~ + +- **Version:** ``TBD`` +- **Source / tag:** TBD + + +ITF (Integration Testing Framework) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Source / tag:** TBD + +Test Scenarios +~~~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Source / tag:** TBD + + +Bazel CPP Toolchain +~~~~~~~~~~~~~~~~~~~ + +- **Version:** ``TBD`` +- **Release notes**: TBD + + +Compatibility +^^^^^^^^^^^^^ + +- **Dependencies:** To be added. + +Performed Verification +^^^^^^^^^^^^^^^^^^^^^^ + +- To be added. + +Known Issues/Vulnerabilities and Bug Fixes +------------------------------------------ + +- To be added. + +Upgrade Instructions +-------------------- + +- To be added. + +Upgrade Instructions +^^^^^^^^^^^^^^^^^^^^ + +To be added. + +Contact Information +------------------- + +For any questions or support, please contact the *Project leads* or raise an issue/discussion. +https://projects.eclipse.org/projects/automotive.score From 35ce09d8788e1357662ddbc4c186599f19a03f2a Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:49:44 +0000 Subject: [PATCH 02/11] docs: update v0.8 reference integration change bullets --- .../s_core_v_1/releases/release_note_score_v0_8.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/s_core_v_1/releases/release_note_score_v0_8.rst b/docs/s_core_v_1/releases/release_note_score_v0_8.rst index 947a2be2601..929194454bf 100644 --- a/docs/s_core_v_1/releases/release_note_score_v0_8.rst +++ b/docs/s_core_v_1/releases/release_note_score_v0_8.rst @@ -174,22 +174,29 @@ Reference integration - **Version:** ``TBD`` - **Source / tag:** TBD +- Added a dedicated `Integration Process Guide `_ with a step-by-step onboarding path (module onboarding, platform integration, testing, reporting, and code quality checks). +- Introduced the v1.0 roadmap and release-gate documentation in `Roadmap `_, including clearer milestone alignment across process areas. +- Established and continuously refreshed the `Overall Status `_ page to provide release-level visibility on cross-module progress and process-area metrics. + Reference QNX image +++++++++++++++++++ -- To be added. +- Added QNX 8 support for ``aarch64`` including build and configuration artifacts for the reference image. +- Extended QEMU runner support for QNX ``aarch64`` to improve reproducible bring-up and integration testing in CI and local workflows. Reference Red Hat AutoSD Linux image (Experimental) +++++++++++++++++++++++++++++++++++++++++++++++++++ -- To be added. +- Switched AutoSD image builds to a ``bootc``-based flow, improving image build reproducibility and maintainability. +- Updated related build and CI workflow integration for the new AutoSD image generation approach. Reference Elektrobit corbos Linux for Safety Applications Linux image (Experimental) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- To be added. +- Updated EB corbos image documentation by removing outdated scrample-specific references and aligning the guidance with the current integration setup. +- Refreshed EBcLfSA-specific CI workflow and development-container settings to keep the image pipeline aligned with current tooling. Associated Infrastructure Modules --------------------------------- From f67a6eb9d1cc1bb17c38631d88d98c8f5b5a6241 Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:35:35 +0000 Subject: [PATCH 03/11] docs: fix previous release tag to v0.7.0 in v0.8 release note --- docs/s_core_v_1/releases/release_note_score_v0_8.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/s_core_v_1/releases/release_note_score_v0_8.rst b/docs/s_core_v_1/releases/release_note_score_v0_8.rst index 929194454bf..9b0515b9930 100644 --- a/docs/s_core_v_1/releases/release_note_score_v0_8.rst +++ b/docs/s_core_v_1/releases/release_note_score_v0_8.rst @@ -24,14 +24,14 @@ S-CORE Platform v0.8 release note | **Platform Release:** S-CORE | **Release Tag:** v0.8.0 -| **Origin Release Tag**: v0.7 +| **Origin Release Tag**: v0.7.0 | **Release Date:** TBD Overview ^^^^^^^^ -This document provides an overview of the changes, improvements, and bug fixes included in the software platform release version v0.8.0 as compared to the previous platform release (v0.7). +This document provides an overview of the changes, improvements, and bug fixes included in the software platform release version v0.8.0 as compared to the previous platform release (v0.7.0). Release-specific summary content for v0.8 is to be added. From e3a78eed566cd5972954f0add3d2bb38f5c04c82 Mon Sep 17 00:00:00 2001 From: Pawel Rutka Date: Mon, 13 Jul 2026 07:35:35 +0000 Subject: [PATCH 04/11] Update Kyron, Orch & Time --- MODULE.bazel.lock | 6 ++++++ bazel_common/score_modules_target_sw.MODULE.bazel | 15 ++++++--------- .../releases/release_note_score_v0_8.rst | 13 +++++++------ known_good.json | 7 +++---- 4 files changed, 22 insertions(+), 19 deletions(-) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 56c0ec56333..85c91654013 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1026,6 +1026,10 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_devcontainer/1.8.0/source.json": "ef316fad71fdbd53daf43fc0a82fbc7c293908a2712214ff79134c177d028024", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_format_checker/0.1.1/MODULE.bazel": "1acc254faa90e9f97b79ac69af25b6c21c561f8d6079914f6352b9b20d26bd37", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_format_checker/0.1.1/source.json": "e3d10be878d1a007967b75a5c6d9c3ec3d47c320685904b7f31c689b3cbcdb3a", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_kyron/0.1.3/MODULE.bazel": "7188c08f64ef13fe52efd1cca82f511fe143710e912ae012e82b1f7c7a134777", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_kyron/0.1.3/source.json": "7ee0a2e778371d84952f306020a25c4e8bcda8e56e6dd688bd6ff2ab661fde57", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_orchestrator/0.1.1/MODULE.bazel": "359ce92aad42c9f1edf9637c34a209a8d8b0d5bd1cc2a3cdc0aff9849948045e", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_orchestrator/0.1.1/source.json": "52ee485f783d59d6f26a1ad9fa6e21d2d8ea5828a72748f15977af4bc740bdb8", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.4/MODULE.bazel": "53bd16dfbb1fb8ecf6822fb26f9f4e8333bac7b14d12bb02bf84078063820a31", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.4/source.json": "28ed0207a16f8498a84fae4983fa73060805003a4fbd68c6d749e2f1cc14601f", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_qnx_unit_tests/0.2.0/MODULE.bazel": "aaffff67916dd058737aac8e04368f12b214e7646ff58adbab48e6429d1a5410", @@ -1038,6 +1042,8 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_rust_policies/0.0.5/source.json": "22c8bf0a5cbf7c7b06f774f3f66498e0bc14346a8b2208f7427a8fbb78a42547", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_starpls_lsp/0.1.0/MODULE.bazel": "b2f8c4c8d8e851706255ff9002b448bff6e040b8f0c6adedbde2a09375aa16cc", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_starpls_lsp/0.1.0/source.json": "3c7c49977b01a990f4f0a6d65c00e75a88433af7ad21a564db338cd079a92913", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_time/0.0.1/MODULE.bazel": "71f36c38d0122757a39f34d5dd9fb45b9c1d2ecb764e88c364bc2276d62d7ed0", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_time/0.0.1/source.json": "e152c05003ec6862bc0aec79ff2e60268f3513a05e420094abea17bdabe1defd", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_toolchains_rust/0.8.0/MODULE.bazel": "ea57a9a4dcb8ad49f4556f824500eb559365f413ccbb39d70d0b363685aacec5", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_toolchains_rust/0.8.0/source.json": "394a615e03ad722bc27bd4a6f098c6ff2fe7120b69cdf3925d47e39d30ada8a4", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/stardoc/0.5.0/MODULE.bazel": "not found", diff --git a/bazel_common/score_modules_target_sw.MODULE.bazel b/bazel_common/score_modules_target_sw.MODULE.bazel index 86ba1857320..603acf67dda 100644 --- a/bazel_common/score_modules_target_sw.MODULE.bazel +++ b/bazel_common/score_modules_target_sw.MODULE.bazel @@ -48,17 +48,15 @@ git_override( ) bazel_dep(name = "score_orchestrator") -git_override( +single_version_override( module_name = "score_orchestrator", - commit = "c5bcbd39fc6e124a26b1d66abbfc696a3319c2a4", - remote = "https://github.com/eclipse-score/orchestrator.git", + version = "0.1.1", ) bazel_dep(name = "score_kyron") -git_override( +single_version_override( module_name = "score_kyron", - commit = "cc72f599cc0c04a4e80c12a204f57e59a48d284a", - remote = "https://github.com/eclipse-score/kyron.git", + version = "0.1.3", ) bazel_dep(name = "score_lifecycle_health") @@ -81,8 +79,7 @@ git_override( ) bazel_dep(name = "score_time") -git_override( +single_version_override( module_name = "score_time", - commit = "414d4ce4d984e461db8153c95eceb9d5a2020f57", - remote = "https://github.com/eclipse-score/time.git", + version = "0.0.1", ) diff --git a/docs/s_core_v_1/releases/release_note_score_v0_8.rst b/docs/s_core_v_1/releases/release_note_score_v0_8.rst index 9b0515b9930..fbd2422c1f7 100644 --- a/docs/s_core_v_1/releases/release_note_score_v0_8.rst +++ b/docs/s_core_v_1/releases/release_note_score_v0_8.rst @@ -143,22 +143,23 @@ Logging Time ~~~~ -- **Version:** ``TBD`` -- **Release notes**: TBD +- **Version:** ``v0.0.1`` +- **Release notes**: `Time release notes `_ +- Initial preintegration of the Time module into the S-CORE platform, providing time synchronization and clock services. Orchestrator ~~~~~~~~~~~~ -- **Version:** ``TBD`` -- **Release notes**: TBD +- **Version:** ``v0.1.1`` +- **Release notes**: Scheduled to be archived in v0.9 release. Kyron ~~~~~ -- **Version:** ``TBD`` -- **Release notes**: TBD +- **Version:** ``v0.1.3`` +- **Release notes**: `Kyron release notes `_ Lifecycle & Health Management diff --git a/known_good.json b/known_good.json index 708b6bfdcbd..00fa7e82b56 100644 --- a/known_good.json +++ b/known_good.json @@ -65,7 +65,7 @@ }, "score_orchestrator": { "repo": "https://github.com/eclipse-score/orchestrator.git", - "hash": "c5bcbd39fc6e124a26b1d66abbfc696a3319c2a4", + "version": "0.1.1", "metadata": { "code_root_path": "//src/...", "langs": [ @@ -75,7 +75,7 @@ }, "score_kyron": { "repo": "https://github.com/eclipse-score/kyron.git", - "hash": "cc72f599cc0c04a4e80c12a204f57e59a48d284a", + "version": "0.1.3", "metadata": { "code_root_path": "//src/...", "langs": [ @@ -101,7 +101,6 @@ "bazel_patches": [ "//patches/logging:002-needs-json-deps-not-dev-dependency.patch", "//patches/logging:003-docs-as-code-not-dev-dependency.patch" - ], "metadata": { "code_root_path": "//score/mw/log/...", @@ -120,7 +119,7 @@ }, "score_time": { "repo": "https://github.com/eclipse-score/time.git", - "hash": "414d4ce4d984e461db8153c95eceb9d5a2020f57", + "version": "0.0.1", "metadata": { "langs": [ "cpp" From db1a6e676dd51e35b0d04c8de3f32063d5838e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fu=C3=9Fberger?= <145956508+NicolasFussberger@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:03:31 +0200 Subject: [PATCH 05/11] Replace lifecycle hash with tag (#293) * Replace hash with tag * Update lockfile * Add release notes --- MODULE.bazel.lock | 2 ++ bazel_common/score_modules_target_sw.MODULE.bazel | 5 ++--- docs/s_core_v_1/releases/release_note_score_v0_8.rst | 4 ++-- known_good.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 85c91654013..78814c130e0 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1028,6 +1028,8 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_format_checker/0.1.1/source.json": "e3d10be878d1a007967b75a5c6d9c3ec3d47c320685904b7f31c689b3cbcdb3a", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_kyron/0.1.3/MODULE.bazel": "7188c08f64ef13fe52efd1cca82f511fe143710e912ae012e82b1f7c7a134777", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_kyron/0.1.3/source.json": "7ee0a2e778371d84952f306020a25c4e8bcda8e56e6dd688bd6ff2ab661fde57", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_lifecycle_health/0.3.0/MODULE.bazel": "97c3ab10cafe3f519293fb1fab2de3c3970f9d70e55255c72f4dfe87ec55a240", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_lifecycle_health/0.3.0/source.json": "138d840f0ec2c7a915f935803426920b0f344f7e0038db885fe4ebd32829a514", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_orchestrator/0.1.1/MODULE.bazel": "359ce92aad42c9f1edf9637c34a209a8d8b0d5bd1cc2a3cdc0aff9849948045e", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_orchestrator/0.1.1/source.json": "52ee485f783d59d6f26a1ad9fa6e21d2d8ea5828a72748f15977af4bc740bdb8", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.4/MODULE.bazel": "53bd16dfbb1fb8ecf6822fb26f9f4e8333bac7b14d12bb02bf84078063820a31", diff --git a/bazel_common/score_modules_target_sw.MODULE.bazel b/bazel_common/score_modules_target_sw.MODULE.bazel index 603acf67dda..abb32dea5ec 100644 --- a/bazel_common/score_modules_target_sw.MODULE.bazel +++ b/bazel_common/score_modules_target_sw.MODULE.bazel @@ -60,10 +60,9 @@ single_version_override( ) bazel_dep(name = "score_lifecycle_health") -git_override( +single_version_override( module_name = "score_lifecycle_health", - commit = "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714", - remote = "https://github.com/eclipse-score/lifecycle.git", + version = "0.3.0", ) bazel_dep(name = "score_logging") diff --git a/docs/s_core_v_1/releases/release_note_score_v0_8.rst b/docs/s_core_v_1/releases/release_note_score_v0_8.rst index fbd2422c1f7..6492c01ae3f 100644 --- a/docs/s_core_v_1/releases/release_note_score_v0_8.rst +++ b/docs/s_core_v_1/releases/release_note_score_v0_8.rst @@ -165,8 +165,8 @@ Kyron Lifecycle & Health Management ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- **Version:** ``TBD`` -- **Release notes**: TBD +- **Version:** ``v0.3.0`` +- **Release notes**: `Lifecycle release notes `_ Reference integration diff --git a/known_good.json b/known_good.json index 00fa7e82b56..af405a95575 100644 --- a/known_good.json +++ b/known_good.json @@ -85,7 +85,7 @@ }, "score_lifecycle_health": { "repo": "https://github.com/eclipse-score/lifecycle.git", - "hash": "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714", + "version": "0.3.0", "bazel_patches": [], "metadata": { "code_root_path": "//score/...", From e1c0617502e4923379446ae9453d19e4bc8506a7 Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:30:32 +0000 Subject: [PATCH 06/11] docs: update docs-as-code to v4.6.1 in v0.8 release note --- docs/s_core_v_1/releases/release_note_score_v0_8.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/s_core_v_1/releases/release_note_score_v0_8.rst b/docs/s_core_v_1/releases/release_note_score_v0_8.rst index 6492c01ae3f..d032198e423 100644 --- a/docs/s_core_v_1/releases/release_note_score_v0_8.rst +++ b/docs/s_core_v_1/releases/release_note_score_v0_8.rst @@ -211,8 +211,8 @@ Process description Docs-as-code ~~~~~~~~~~~~ -- **Version:** ``TBD`` -- **Source / tag:** TBD +- **Version:** ``docs-as-code v4.6.1`` +- **Source / tag:** `docs-as-code GitHub release `_ Tooling ~~~~~~~ From 73e552357bb17b4e13506573a0500f79339d2a59 Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:31:52 +0000 Subject: [PATCH 07/11] docs: set platform scope to v0.6.1 in v0.8 release note --- docs/s_core_v_1/releases/release_note_score_v0_8.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/s_core_v_1/releases/release_note_score_v0_8.rst b/docs/s_core_v_1/releases/release_note_score_v0_8.rst index d032198e423..85225e74c4c 100644 --- a/docs/s_core_v_1/releases/release_note_score_v0_8.rst +++ b/docs/s_core_v_1/releases/release_note_score_v0_8.rst @@ -100,8 +100,8 @@ In a recent S-CORE Technical Lead meeting, it was decided to introduce module qu S-CORE Platform scope ^^^^^^^^^^^^^^^^^^^^^ -- **Version:** ``TBD`` -- **Release notes**: TBD +- **Version:** ``v0.6.1`` +- **Release notes**: `S-CORE platform release notes `_ Integrated Software Modules --------------------------- From 742562ab3c073c1870123efae1850d563d5a5fb4 Mon Sep 17 00:00:00 2001 From: Andrey Babanin Date: Mon, 13 Jul 2026 15:30:58 +0200 Subject: [PATCH 08/11] Add Baselibs version to v0.8 release notes --- docs/s_core_v_1/releases/release_note_score_v0_8.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/s_core_v_1/releases/release_note_score_v0_8.rst b/docs/s_core_v_1/releases/release_note_score_v0_8.rst index 85225e74c4c..7aa4b115355 100644 --- a/docs/s_core_v_1/releases/release_note_score_v0_8.rst +++ b/docs/s_core_v_1/releases/release_note_score_v0_8.rst @@ -109,8 +109,8 @@ Integrated Software Modules Baselibs ~~~~~~~~ -- **Version:** ``TBD`` -- **Release notes**: TBD +- **Version:** ``v0.2.9`` +- **Release notes**: `Baselibs release notes `_ Baselibs Rust ~~~~~~~~~~~~~ From 8a5772aa01f53454ca2e26f43f7f7b0ff4100337 Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:38:24 +0000 Subject: [PATCH 09/11] chore(known-good): set score_platform to v0.6.1 commit --- bazel_common/score_modules_tooling.MODULE.bazel | 2 +- known_good.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel_common/score_modules_tooling.MODULE.bazel b/bazel_common/score_modules_tooling.MODULE.bazel index f55417054c0..fc1fb3f7d31 100644 --- a/bazel_common/score_modules_tooling.MODULE.bazel +++ b/bazel_common/score_modules_tooling.MODULE.bazel @@ -38,7 +38,7 @@ git_override( bazel_dep(name = "score_platform") git_override( module_name = "score_platform", - commit = "24ec6f276cd37755b5dae7f2345913628d56831f", + commit = "677a80363fe477fb18200236d778bbcedd9077e5", remote = "https://github.com/eclipse-score/score.git", ) diff --git a/known_good.json b/known_good.json index af405a95575..f8853725acc 100644 --- a/known_good.json +++ b/known_good.json @@ -142,7 +142,7 @@ }, "score_platform": { "repo": "https://github.com/eclipse-score/score.git", - "hash": "24ec6f276cd37755b5dae7f2345913628d56831f" + "hash": "677a80363fe477fb18200236d778bbcedd9077e5" }, "score_bazel_platforms": { "repo": "https://github.com/eclipse-score/bazel_platforms.git", From 60b0a8bfb2559a524ee606b61a9855681fed3762 Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:59:17 +0000 Subject: [PATCH 10/11] Use version pins for platform and docs-as-code --- bazel_common/score_modules_tooling.MODULE.bazel | 10 ++++------ known_good.json | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/bazel_common/score_modules_tooling.MODULE.bazel b/bazel_common/score_modules_tooling.MODULE.bazel index fc1fb3f7d31..cefdcbbf3ca 100644 --- a/bazel_common/score_modules_tooling.MODULE.bazel +++ b/bazel_common/score_modules_tooling.MODULE.bazel @@ -36,10 +36,9 @@ git_override( ) bazel_dep(name = "score_platform") -git_override( +single_version_override( module_name = "score_platform", - commit = "677a80363fe477fb18200236d778bbcedd9077e5", - remote = "https://github.com/eclipse-score/score.git", + version = "0.6.1", ) bazel_dep(name = "score_bazel_platforms") @@ -57,10 +56,9 @@ git_override( ) bazel_dep(name = "score_docs_as_code") -git_override( +single_version_override( module_name = "score_docs_as_code", - commit = "f1f20f0579ab5e63513561db0ab055cbec46c987", - remote = "https://github.com/eclipse-score/docs-as-code.git", + version = "4.6.1", ) bazel_dep(name = "score_process") diff --git a/known_good.json b/known_good.json index f8853725acc..e49694e0858 100644 --- a/known_good.json +++ b/known_good.json @@ -142,7 +142,7 @@ }, "score_platform": { "repo": "https://github.com/eclipse-score/score.git", - "hash": "677a80363fe477fb18200236d778bbcedd9077e5" + "version": "0.6.1" }, "score_bazel_platforms": { "repo": "https://github.com/eclipse-score/bazel_platforms.git", @@ -154,7 +154,7 @@ }, "score_docs_as_code": { "repo": "https://github.com/eclipse-score/docs-as-code.git", - "hash": "f1f20f0579ab5e63513561db0ab055cbec46c987" + "version": "4.6.1" }, "score_process": { "repo": "https://github.com/eclipse-score/process_description.git", From 7585a429a5ec391ae639262fa679f30eefe9b741 Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:02:00 +0000 Subject: [PATCH 11/11] Update Bazel lockfile --- MODULE.bazel.lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 78814c130e0..cbb80f6a161 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1024,6 +1024,8 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_dash_license_checker/0.1.2/source.json": "f327a8103a33b0668c5cb35a4e68593c5ead8c946abab347b4a09481aaf28465", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_devcontainer/1.8.0/MODULE.bazel": "89f855b94d041d2e61ff9667562fb4539c146249f6fb4c5dddf3d13bb9064aa7", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_devcontainer/1.8.0/source.json": "ef316fad71fdbd53daf43fc0a82fbc7c293908a2712214ff79134c177d028024", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/4.6.1/MODULE.bazel": "0dae734ea8a99970a7417829b3115af02717b29f0fc40a8ebd3c1afcc71e1e21", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/4.6.1/source.json": "3299daf219b15ba4aff6ca801385abebe0aaf364f71e391cd76cf9d38f3741f6", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_format_checker/0.1.1/MODULE.bazel": "1acc254faa90e9f97b79ac69af25b6c21c561f8d6079914f6352b9b20d26bd37", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_format_checker/0.1.1/source.json": "e3d10be878d1a007967b75a5c6d9c3ec3d47c320685904b7f31c689b3cbcdb3a", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_kyron/0.1.3/MODULE.bazel": "7188c08f64ef13fe52efd1cca82f511fe143710e912ae012e82b1f7c7a134777", @@ -1032,6 +1034,8 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_lifecycle_health/0.3.0/source.json": "138d840f0ec2c7a915f935803426920b0f344f7e0038db885fe4ebd32829a514", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_orchestrator/0.1.1/MODULE.bazel": "359ce92aad42c9f1edf9637c34a209a8d8b0d5bd1cc2a3cdc0aff9849948045e", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_orchestrator/0.1.1/source.json": "52ee485f783d59d6f26a1ad9fa6e21d2d8ea5828a72748f15977af4bc740bdb8", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_platform/0.6.1/MODULE.bazel": "ea66c80c415dfba558f56bd2ec9329d3f8002372c7a8c84503e5e9685485e3df", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_platform/0.6.1/source.json": "9c8b43d52ade5095e9acb7190077e57b54d754267b503f3c8a31c08f7c7c1598", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.4/MODULE.bazel": "53bd16dfbb1fb8ecf6822fb26f9f4e8333bac7b14d12bb02bf84078063820a31", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.4/source.json": "28ed0207a16f8498a84fae4983fa73060805003a4fbd68c6d749e2f1cc14601f", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_qnx_unit_tests/0.2.0/MODULE.bazel": "aaffff67916dd058737aac8e04368f12b214e7646ff58adbab48e6429d1a5410",