From 79f4e21fbda334c46a954d16703bc79307c1224b Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Tue, 26 May 2026 12:40:13 +0200 Subject: [PATCH 1/9] add initial version of the release notes for version 2.0.0 --- .../release_notes/release_note_v_2_0_0.rst | 145 ++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 process/release_notes/release_note_v_2_0_0.rst diff --git a/process/release_notes/release_note_v_2_0_0.rst b/process/release_notes/release_note_v_2_0_0.rst new file mode 100644 index 0000000000..6ebbf52014 --- /dev/null +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -0,0 +1,145 @@ +.. + # ******************************************************************************* + # 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 + # ******************************************************************************* + +Release Note v2.0.0 +=================== + +.. document:: Process description Release Note v2.0.0 + :id: doc__process_description_release_note_v200 + :status: valid + :safety: ASIL_B + :security: YES + :realizes: wp__module_sw_release_note + :tags: + +| **Module Name:** Process description +| **Release Tag:** v2.0.0 +| **Origin Release Tag:** v1.5.4 +| **Release Date:** 2026-06-28 + +Overview +^^^^^^^^ + +The module process_description provides a process model establishing organization rules +for developing open source software in the automotive industry, which can be used in +safety and security context. + +The process model provides processes, which conform to state-of the art standards + +ASPICE 4.0 +ISO 26262 +ISO 21434 +ISO PAS 8926 + +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 Module +^^^^^^^^^^^^^^^^^^^^^ + +New Features +------------ + +Building blocks meta model was reworked. +(https://eclipse-score.github.io/process_description/main/index.html). +Contains now Features, Components as own elements, adapt linkage names, e.g. +Requirements are now "derived_from" parent requirements, correct some linkages between +elements + +Module Templates removed from Folder Templates and +(https://eclipse-score.github.io/process_description/main/folder_templates/index.html) + +moved now to module_templates folder +(https://eclipse-score.github.io/module_template/main/) + +The process model contains + +- General concepts e.g. for Building Blocks and their traceability +- Process meta model for proper modeling +- Process areas covering the required standards +- Roles, Work Products, Workflows defining the process areas +- Standard overview and coverage information +- Folder templates for simplifying deployment for users +- Glossary +- Release Notes + +Improvements +------------ + +- Fix trace to external AoU for Components by @aschemmel-tech in https://github.com/eclipse-score/process_description/pull/654 +- Update Safety Analysis by @PandaeDo in https://github.com/eclipse-score/process_description/pull/659 +- fix meta model example picture by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/665 +- Update Safety Analysis templates and process descriptions by @PandaeDo in https://github.com/eclipse-score/process_description/pull/663 +- PR for platform analysis template #455 #454 by @NarasipurRohini in https://github.com/eclipse-score/process_description/pull/662 +- Add release trigger to docs workflow by @Saumya-R in https://github.com/eclipse-score/process_description/pull/667 +- add minimal required elements in meta model as example by @masc2023 in https://github.com/eclipse-score/process_description/pull/666 +- Update safety analysis process requirements by @PandaeDo in https://github.com/eclipse-score/process_description/pull/673 +- Update process req of documentation management by @PandaeDo in https://github.com/eclipse-score/process_description/pull/674 +- Update Safety Analysis FDR by @PandaeDo in https://github.com/eclipse-score/process_description/pull/677 +- Correct branch name by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/678 +- Metamodel link renames by @aschemmel-tech in https://github.com/eclipse-score/process_description/pull/621 +- Enhance test log details with execution log links by @pahmann in https://github.com/eclipse-score/process_description/pull/682 +- rename relations for SysML compatibility by @RSingh1511 in https://github.com/eclipse-score/process_description/pull/618 +- Document iso26262 audit 7 status by @aschemmel-tech in https://github.com/eclipse-score/process_description/pull/685 +- upgrade doc-as-code to v4.1.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/687 +- remove module folder template by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/683 +- Update Safety Analysis Template by @ANegm-ETAS in https://github.com/eclipse-score/process_description/pull/669 + +Bug Fixes +--------- + +not applicable + +Other changes by Label +---------------------- + +not applicable + +Compatibility +^^^^^^^^^^^^^ + +Doc-as-code, module_template + +For a detailed list checkout here: https://github.com/eclipse-score/process_description/blob/main/MODULE.bazel + +Performed Verification +^^^^^^^^^^^^^^^^^^^^^^ + +Initial Safety Audit by external assessor teams for every process area. + +Known Issues +------------ + +- Issue 1: Standard requirements and work products are not yet fully mapped to the process model, https://eclipse-score.github.io/process_description//main/standards/index.html +- Issue 2: Safety package containing external Audit report not available, due to open improvement proposals/recommendation from external assessor team, #652 +- Issue 3: Maturity level 2 no yet completed in total, but deploying is still ongoing also auditing per external auditor to achieve higher maturity levels, #652, https://github.com/eclipse-score/score/issues/2911 + +Known Vulnerabilities +--------------------- + +None + +Upgrade Instructions +^^^^^^^^^^^^^^^^^^^^ + +As Building Blocks Meta Model is adapted and Templates are removed, consider to use the compatible doc-as-code version and the module templates from the module_template repository. + +Contact Information +For any questions or support, please contact the SW Process Development Community (https://github.com/orgs/eclipse-score/discussions/108) or raise an issue/discussion. From dd519968ac59ccb32ceecce53dd561faaed3c5e7 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Mon, 1 Jun 2026 07:46:22 +0200 Subject: [PATCH 2/9] add latest Prs --- process/release_notes/release_note_v_2_0_0.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/process/release_notes/release_note_v_2_0_0.rst b/process/release_notes/release_note_v_2_0_0.rst index 6ebbf52014..f981585259 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -57,7 +57,7 @@ Changes to the Module New Features ------------ -Building blocks meta model was reworked. +Building blocks meta model is reworked. (https://eclipse-score.github.io/process_description/main/index.html). Contains now Features, Components as own elements, adapt linkage names, e.g. Requirements are now "derived_from" parent requirements, correct some linkages between @@ -69,6 +69,8 @@ Module Templates removed from Folder Templates and moved now to module_templates folder (https://eclipse-score.github.io/module_template/main/) +Implementation is now defined. + The process model contains - General concepts e.g. for Building Blocks and their traceability @@ -101,6 +103,10 @@ Improvements - upgrade doc-as-code to v4.1.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/687 - remove module folder template by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/683 - Update Safety Analysis Template by @ANegm-ETAS in https://github.com/eclipse-score/process_description/pull/669 +- rework implementation by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/689 +- Add attribute requirement to config mgm by @pahmann in https://github.com/eclipse-score/process_description/pull/690 +- adopt pictures to new implementation concept by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/691 +- increase docs as code version by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/692 Bug Fixes --------- From cfd0081d2a3add6b9c8c0bc4ff2f74b2a267b30b Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Mon, 1 Jun 2026 07:49:54 +0200 Subject: [PATCH 3/9] add release notes to document tree --- process/release_notes/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/process/release_notes/index.rst b/process/release_notes/index.rst index 55d3377f16..95725dbfe8 100644 --- a/process/release_notes/index.rst +++ b/process/release_notes/index.rst @@ -12,7 +12,7 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -.. _process_release_notes: +.. _`process_release_notes`: Release notes ============= @@ -21,4 +21,5 @@ Release notes :maxdepth: 1 :caption: Content + release_note_v_2_0_0.rst release_note_v_1_5_3.rst From 62e1d80809b1dcca7d7662682731488527556867 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Mon, 1 Jun 2026 17:10:39 +0200 Subject: [PATCH 4/9] add further PR for the release --- process/release_notes/release_note_v_2_0_0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/process/release_notes/release_note_v_2_0_0.rst b/process/release_notes/release_note_v_2_0_0.rst index f981585259..60d8613c73 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -107,6 +107,7 @@ Improvements - Add attribute requirement to config mgm by @pahmann in https://github.com/eclipse-score/process_description/pull/690 - adopt pictures to new implementation concept by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/691 - increase docs as code version by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/692 +- increase bazel version to 8.6 by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/693 Bug Fixes --------- From 446b0e6f19babfe7ed684207cd53d6e1ec147c19 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Tue, 2 Jun 2026 08:25:17 +0200 Subject: [PATCH 5/9] add latest pr and rebase --- process/release_notes/release_note_v_2_0_0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/process/release_notes/release_note_v_2_0_0.rst b/process/release_notes/release_note_v_2_0_0.rst index 60d8613c73..dbf7a7aa54 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -108,6 +108,7 @@ Improvements - adopt pictures to new implementation concept by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/691 - increase docs as code version by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/692 - increase bazel version to 8.6 by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/693 +- upgrade doc-as-code version 4.3.0 @masc2023 in https://github.com/eclipse-score/process_description/pull/694 Bug Fixes --------- From 65a3d555ea7c937730a2ac0da3f46eeb0bfed125 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Mon, 8 Jun 2026 12:09:12 +0200 Subject: [PATCH 6/9] add further improvement --- process/release_notes/release_note_v_2_0_0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/process/release_notes/release_note_v_2_0_0.rst b/process/release_notes/release_note_v_2_0_0.rst index dbf7a7aa54..45f95ea47d 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -109,6 +109,7 @@ Improvements - increase docs as code version by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/692 - increase bazel version to 8.6 by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/693 - upgrade doc-as-code version 4.3.0 @masc2023 in https://github.com/eclipse-score/process_description/pull/694 +- Update status to valid for merged Requirements and Documents @PandaeDo in https://github.com/eclipse-score/process_description/pull/697 Bug Fixes --------- From 88db02c5f3a2c7de5a7cd5340babdf9b6274c80a Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Wed, 10 Jun 2026 17:30:29 +0200 Subject: [PATCH 7/9] add further merged PRs --- process/release_notes/release_note_v_2_0_0.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/process/release_notes/release_note_v_2_0_0.rst b/process/release_notes/release_note_v_2_0_0.rst index 45f95ea47d..f2c4abb8c6 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -108,8 +108,11 @@ Improvements - adopt pictures to new implementation concept by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/691 - increase docs as code version by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/692 - increase bazel version to 8.6 by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/693 -- upgrade doc-as-code version 4.3.0 @masc2023 in https://github.com/eclipse-score/process_description/pull/694 -- Update status to valid for merged Requirements and Documents @PandaeDo in https://github.com/eclipse-score/process_description/pull/697 +- upgrade doc-as-code version 4.3.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/694 +- Update status to valid for merged Requirements and Documents by @PandaeDo in https://github.com/eclipse-score/process_description/pull/697 +- Correct automation tag for process reqs in requirements process by @aschemmel-tech in https://github.com/eclipse-score/process_description/pull/699 +- Update linking check from req to architecture by @aschemmel-tech https://github.com/eclipse-score/process_description/pull/700 +- Clarify tool verification report version attribute by @aschemmel-tech https://github.com/eclipse-score/process_description/pull/701 Bug Fixes --------- From 4b36ff958ec14f033c79c11dc689631fb0b90db7 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Fri, 12 Jun 2026 10:26:18 +0200 Subject: [PATCH 8/9] update to the latest dac version 4.4.1 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index e36cd1c248..9916ed9173 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -46,4 +46,4 @@ use_repo(python) # Documentation tooling # ############################################################################### -bazel_dep(name = "score_docs_as_code", version = "4.3.0") +bazel_dep(name = "score_docs_as_code", version = "4.4.1") From 39bd11c02d3f21041e00ddd930f0a912efe54203 Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Mon, 15 Jun 2026 13:25:13 +0200 Subject: [PATCH 9/9] add another PR --- process/release_notes/release_note_v_2_0_0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/process/release_notes/release_note_v_2_0_0.rst b/process/release_notes/release_note_v_2_0_0.rst index f2c4abb8c6..8e75040fc7 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -113,6 +113,7 @@ Improvements - Correct automation tag for process reqs in requirements process by @aschemmel-tech in https://github.com/eclipse-score/process_description/pull/699 - Update linking check from req to architecture by @aschemmel-tech https://github.com/eclipse-score/process_description/pull/700 - Clarify tool verification report version attribute by @aschemmel-tech https://github.com/eclipse-score/process_description/pull/701 +- Apply tool version and Bzlmod locking, update docs-as-code by @AlexanderLanin https://github.com/eclipse-score/process_description/pull/705 Bug Fixes ---------