From dfd478805c036eb6bb424f6f696f36b5f07db3d9 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Tue, 26 May 2026 12:40:13 +0200 Subject: [PATCH 01/20] 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 c523499e393950fad71005eac2f0a6ca7bcfb784 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Mon, 1 Jun 2026 07:46:22 +0200 Subject: [PATCH 02/20] 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 d05f37463e0c7e4b20af75a9bc57d206399487d8 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Mon, 1 Jun 2026 07:49:54 +0200 Subject: [PATCH 03/20] 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 56f75f0136108d628b3565a4346bcb4cbfe25c84 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Mon, 1 Jun 2026 17:10:39 +0200 Subject: [PATCH 04/20] 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 820f0d8b0b1bb37ec2df9742258f53ffa0b392ca Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Tue, 2 Jun 2026 08:25:17 +0200 Subject: [PATCH 05/20] 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 c2dcc092d4326aab8d5ab03c8b271235ae489e16 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Mon, 8 Jun 2026 12:09:12 +0200 Subject: [PATCH 06/20] 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 15f9987144f666d4c0ab85e3251d69048bcbc476 Mon Sep 17 00:00:00 2001 From: "markus.schu" Date: Wed, 10 Jun 2026 17:30:29 +0200 Subject: [PATCH 07/20] 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 e6aa86560f1c8bb22a0eaed1b8aa6033b655ecf6 Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Mon, 15 Jun 2026 13:25:13 +0200 Subject: [PATCH 08/20] 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 --------- From dea98b618125e8043fa8299abbf908e85b224079 Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Tue, 16 Jun 2026 10:24:31 +0200 Subject: [PATCH 09/20] Add new versioning feature, update further contributions --- process/release_notes/release_note_v_2_0_0.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 8e75040fc7..532325ab1e 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -71,6 +71,9 @@ moved now to module_templates folder Implementation is now defined. +Now versioning of sphinx-needs elements is introduced. Thus this version is the first +baseline of the process_description. + The process model contains - General concepts e.g. for Building Blocks and their traceability @@ -114,6 +117,8 @@ Improvements - 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 +- add versioning of requirements by @AlexanderLanin in https://github.com/eclipse-score/process_description/pull/708 +- upgrade docs-as-code version 4.5.0 by @AlexanderLanin in https://github.com/eclipse-score/process_description/pull/710 Bug Fixes --------- @@ -154,5 +159,7 @@ 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. +Versionning is introduced. Updated with the latest doc-as-code version. + 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 6113057b6f8ba7030a64a1abfbc11b8212fdc01a Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Tue, 16 Jun 2026 17:58:51 +0200 Subject: [PATCH 10/20] add another 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 532325ab1e..4b2d772c33 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -119,6 +119,7 @@ Improvements - Apply tool version and Bzlmod locking, update docs-as-code by @AlexanderLanin https://github.com/eclipse-score/process_description/pull/705 - add versioning of requirements by @AlexanderLanin in https://github.com/eclipse-score/process_description/pull/708 - upgrade docs-as-code version 4.5.0 by @AlexanderLanin in https://github.com/eclipse-score/process_description/pull/710 +- add aspice 4 ml3 architecture by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/702 Bug Fixes --------- From f82bd1fa6a736618c3f58fe3c97b9605fba37c66 Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Wed, 17 Jun 2026 14:08:50 +0200 Subject: [PATCH 11/20] add further improvements --- process/release_notes/release_note_v_2_0_0.rst | 2 ++ 1 file changed, 2 insertions(+) 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 4b2d772c33..e5163bcc0b 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -120,6 +120,8 @@ Improvements - add versioning of requirements by @AlexanderLanin in https://github.com/eclipse-score/process_description/pull/708 - upgrade docs-as-code version 4.5.0 by @AlexanderLanin in https://github.com/eclipse-score/process_description/pull/710 - add aspice 4 ml3 architecture by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/702 +- Fix links to requirement templates by @PandaeDo in https://github.com/eclipse-score/process_description/pull/713 +- add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 Bug Fixes --------- From 3b89467acbd3f7cf851a80ea8b0fc0b0de733b28 Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Wed, 17 Jun 2026 14:45:49 +0200 Subject: [PATCH 12/20] dd new codeowner roland --- 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 e5163bcc0b..b93fc11f70 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -121,6 +121,7 @@ Improvements - upgrade docs-as-code version 4.5.0 by @AlexanderLanin in https://github.com/eclipse-score/process_description/pull/710 - add aspice 4 ml3 architecture by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/702 - Fix links to requirement templates by @PandaeDo in https://github.com/eclipse-score/process_description/pull/713 +- Selection of codeowner @RolandJentsch by @masc2023 in https://github.com/eclipse-score/process_description/pull/712 - add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 Bug Fixes From 210b29853ad4277d421cbdbe37e4822e92cbb023 Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Thu, 18 Jun 2026 11:15:23 +0200 Subject: [PATCH 13/20] add further impreovment --- 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 b93fc11f70..98809d1a8d 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -122,6 +122,7 @@ Improvements - add aspice 4 ml3 architecture by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/702 - Fix links to requirement templates by @PandaeDo in https://github.com/eclipse-score/process_description/pull/713 - Selection of codeowner @RolandJentsch by @masc2023 in https://github.com/eclipse-score/process_description/pull/712 +- Attifunel process req test description added by @attifunel in https://github.com/eclipse-score/process_description/pull/679 - add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 Bug Fixes From 4df902baaaf2fcb6caef7c269e780f7ea2d4e47d Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Fri, 19 Jun 2026 07:42:46 +0200 Subject: [PATCH 14/20] 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 98809d1a8d..16d5365430 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -123,6 +123,7 @@ Improvements - Fix links to requirement templates by @PandaeDo in https://github.com/eclipse-score/process_description/pull/713 - Selection of codeowner @RolandJentsch by @masc2023 in https://github.com/eclipse-score/process_description/pull/712 - Attifunel process req test description added by @attifunel in https://github.com/eclipse-score/process_description/pull/679 +- Update process requirements by @PandaeDo in https://github.com/eclipse-score/process_description/pull/716 - add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 Bug Fixes From 90055090e4242e6238b7f39b7fcccff9f72c7192 Mon Sep 17 00:00:00 2001 From: Markus Schu Date: Fri, 19 Jun 2026 10:47:08 +0200 Subject: [PATCH 15/20] add further prs --- 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 16d5365430..3794bd8bdb 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -124,6 +124,7 @@ Improvements - Selection of codeowner @RolandJentsch by @masc2023 in https://github.com/eclipse-score/process_description/pull/712 - Attifunel process req test description added by @attifunel in https://github.com/eclipse-score/process_description/pull/679 - Update process requirements by @PandaeDo in https://github.com/eclipse-score/process_description/pull/716 +- Fix FMEA fault model table layout by @aschemmel-tech in https://github.com/eclipse-score/process_description/pull/718 - add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 Bug Fixes From 2c11a188146a96b67e1cb6bcab316a45d2c320dc Mon Sep 17 00:00:00 2001 From: Markus Schu Date: Thu, 25 Jun 2026 18:23:55 +0200 Subject: [PATCH 16/20] add further merged PRs --- process/release_notes/release_note_v_2_0_0.rst | 2 ++ 1 file changed, 2 insertions(+) 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 3794bd8bdb..c63485cf2f 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -126,6 +126,8 @@ Improvements - Update process requirements by @PandaeDo in https://github.com/eclipse-score/process_description/pull/716 - Fix FMEA fault model table layout by @aschemmel-tech in https://github.com/eclipse-score/process_description/pull/718 - add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 +- Rename ISO 26262 audit status charts and adjust colors by @pahmann in https://github.com/eclipse-score/process_description/pull/720 +- Set verification process to ML2 by @pahmann in https://github.com/eclipse-score/process_description/pull/722 Bug Fixes --------- From fdc8b6bf29f5e7bf50cabfee5e8ebfdd048becd8 Mon Sep 17 00:00:00 2001 From: Markus Schu Date: Mon, 29 Jun 2026 08:35:53 +0200 Subject: [PATCH 17/20] add another merge --- process/release_notes/release_note_v_2_0_0.rst | 3 ++- 1 file changed, 2 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 c63485cf2f..41234ae447 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -125,9 +125,10 @@ Improvements - Attifunel process req test description added by @attifunel in https://github.com/eclipse-score/process_description/pull/679 - Update process requirements by @PandaeDo in https://github.com/eclipse-score/process_description/pull/716 - Fix FMEA fault model table layout by @aschemmel-tech in https://github.com/eclipse-score/process_description/pull/718 -- add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 - Rename ISO 26262 audit status charts and adjust colors by @pahmann in https://github.com/eclipse-score/process_description/pull/720 - Set verification process to ML2 by @pahmann in https://github.com/eclipse-score/process_description/pull/722 +- Verification: Update test specification details by @pahmann in https://github.com/eclipse-score/process_description/pull/719 +- add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 Bug Fixes --------- From acdef7413bf852971df0c357cd778ece01fe45bc Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Mon, 29 Jun 2026 13:31:07 +0200 Subject: [PATCH 18/20] add further merged 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 41234ae447..a9d0b9912c 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -128,6 +128,7 @@ Improvements - Rename ISO 26262 audit status charts and adjust colors by @pahmann in https://github.com/eclipse-score/process_description/pull/720 - Set verification process to ML2 by @pahmann in https://github.com/eclipse-score/process_description/pull/722 - Verification: Update test specification details by @pahmann in https://github.com/eclipse-score/process_description/pull/719 +- fix implementation review findings by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/717 - add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 Bug Fixes From 68c7776e7c52c3e3e6a6be9eb70332d721ec4a5c Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Mon, 29 Jun 2026 13:34:08 +0200 Subject: [PATCH 19/20] add another merged 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 a9d0b9912c..bce2743d03 100644 --- a/process/release_notes/release_note_v_2_0_0.rst +++ b/process/release_notes/release_note_v_2_0_0.rst @@ -129,6 +129,7 @@ Improvements - Set verification process to ML2 by @pahmann in https://github.com/eclipse-score/process_description/pull/722 - Verification: Update test specification details by @pahmann in https://github.com/eclipse-score/process_description/pull/719 - fix implementation review findings by @RolandJentschETAS in https://github.com/eclipse-score/process_description/pull/717 +- Update dependency score_docs_as_code to v4.6.0 by @eclipse-score-bot in https://github.com/eclipse-score/process_description/pull/725 - add initial version of the release notes for version 2.0.0 by @masc2023 in https://github.com/eclipse-score/process_description/pull/688 Bug Fixes From 5fe7a0d505e0b588de2864f62efcfc7fe6a0ccfa Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Mon, 29 Jun 2026 13:59:26 +0200 Subject: [PATCH 20/20] set safety analysis ml to ml3 --- process/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/index.rst b/process/index.rst index 0d6334d176..9f3de22805 100644 --- a/process/index.rst +++ b/process/index.rst @@ -155,7 +155,7 @@ Development Verify that work products fulfil their specified requirements. .. grid-item-card:: - :class-card: card-ml2 + :class-card: card-ml3 :ref:`Safety Analysis ` ^^^