Skip to content

Commit eb9d80c

Browse files
authored
add initial release notes (#651)
* add initial release notes create new folder for release notes add first releae notes for v1.5.2 * fix review findings copyright status
1 parent 904ab1b commit eb9d80c

3 files changed

Lines changed: 174 additions & 0 deletions

File tree

process/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,13 @@ their workflows, work products, roles and guidances.
285285
:maxdepth: 1
286286

287287
glossary/index.rst
288+
289+
Release Notes
290+
-------------
291+
292+
Release notes collection.
293+
294+
.. toctree::
295+
:maxdepth: 1
296+
297+
release_notes/index.rst

process/release_notes/index.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
..
2+
# *******************************************************************************
3+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
4+
#
5+
# See the NOTICE file(s) distributed with this work for additional
6+
# information regarding copyright ownership.
7+
#
8+
# This program and the accompanying materials are made available under the
9+
# terms of the Apache License Version 2.0 which is available at
10+
# https://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# SPDX-License-Identifier: Apache-2.0
13+
# *******************************************************************************
14+
15+
.. _process_release_notes:
16+
17+
Release notes
18+
=============
19+
20+
.. toctree::
21+
:maxdepth: 1
22+
:caption: Content
23+
24+
release_note_v_1_5_2.rst
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
..
2+
# *******************************************************************************
3+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
4+
#
5+
# See the NOTICE file(s) distributed with this work for additional
6+
# information regarding copyright ownership.
7+
#
8+
# This program and the accompanying materials are made available under the
9+
# terms of the Apache License Version 2.0 which is available at
10+
# https://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# SPDX-License-Identifier: Apache-2.0
13+
# *******************************************************************************
14+
15+
Release Note v1.5.2
16+
===================
17+
18+
.. document:: Process description Release Note v1.5.2
19+
:id: doc__process_description_release_note_v152
20+
:status: valid
21+
:safety: ASIL_B
22+
:security: YES
23+
:realizes: wp__module_sw_release_note
24+
:tags:
25+
26+
| **Module Name:** Process description
27+
| **Release Tag:** v1.5.2
28+
| **Origin Release Tag:** v1.4.4
29+
| **Release Date:** 2026-04-13
30+
31+
32+
Overview
33+
^^^^^^^^
34+
35+
The module process_description provides a process model establishing organization rules
36+
for developing open source software in the automotive industry, which can be used in
37+
safety and security context.
38+
39+
The process model provides processes, which conform to state-of the art standards
40+
41+
ASPICE 4.0
42+
ISO 26262
43+
ISO 21434
44+
ISO PAS 8926
45+
46+
Disclaimer
47+
----------
48+
49+
This release note does not "release for production", as it does not come with a safety
50+
argumentation and a performed safety assessment.
51+
The work products compiled in the safety package are created with care according to a
52+
process satisfying standards, but the project, being a non-profit and open source
53+
organization, can not take over any liability for its content.
54+
55+
Changes to the Module
56+
^^^^^^^^^^^^^^^^^^^^^
57+
58+
New Features
59+
------------
60+
61+
Process model gives compliance with ISO 26262, ISO 21434, ISOPAS 8926 and ASPICE 4.0
62+
(https://eclipse-score.github.io/process_description/main/index.html).
63+
64+
- Initial Security Analysis Process
65+
- Project Lead Role replaces Technical Project Lead Role (removed)
66+
67+
The process model contains
68+
69+
- General concepts e.g. for Building Blocks and their traceability
70+
- Process meta model for proper modeling
71+
- Process areas covering the required standards
72+
- Roles, Work Products, Workflows defining the process areas
73+
- Standard overview and coverage information
74+
- Folder templates for simplifying deployment for users
75+
76+
Improvements
77+
------------
78+
79+
- Platform sec analysis first draft - part 1 without templates by @NarasipurRohini in #596
80+
- Improved sentence clarity, readability, and flow across sections by @Chidananda-Swamy in #600
81+
- Update needs_role_need_template to use {title} so :need: links render titles without IDs by @Chidananda-Swamy in #601
82+
- update gps level 2 and level 3 by @masc2023 in #602
83+
- Improve Release Notes Templates According to Usage by @aschemmel-tech in #604
84+
- Improve req inspect templates by @aschemmel-tech in #605
85+
- Refine the security analysis guidelines for better readability by @Chidananda-Swamy in #606
86+
- Add process requirements for AoU linking by @aschemmel-tech in #599
87+
- correct process requirements to current meta model by @RolandJentschETAS in #610
88+
- Update acc. to release mgt. plan by @PandaeDo in #611
89+
- Clarify security mitigation requirements by @Chidananda-Swamy in #613
90+
- chore(ci): pin cicd-workflows reusable workflows to commit SHA by @AlexanderLanin in #607
91+
- add example for meta model deployment by @masc2023 in #614
92+
- preparation for independend modules by @RolandJentschETAS in #615
93+
94+
Bug Fixes
95+
---------
96+
97+
None
98+
99+
Other changes by Label
100+
----------------------
101+
102+
- Add version back to Docs-as-code by @MaximilianSoerenPollak in #616
103+
- Safety management process for changes by @aschemmel-tech in #620
104+
- Fix API access by @a-zw in #622
105+
- AoU creation based on Safety Analysis by @aschemmel-tech in #623
106+
- Add functional testing to interface tests by @pahmann in #626
107+
- Remove issue templates by @masc2023 in #619
108+
- add tool requirements from feat/comp to tool man process by @RolandJentschETAS in #630
109+
110+
Compatibility
111+
^^^^^^^^^^^^^
112+
113+
Doc-as-code, module_template
114+
115+
For a detailed list checkout here: https://github.com/eclipse-score/process_description/blob/main/MODULE.bazel
116+
117+
Performed Verification
118+
^^^^^^^^^^^^^^^^^^^^^^
119+
120+
Initial Safety Audit by external assessor teams for every process area.
121+
122+
Known Issues
123+
------------
124+
125+
- 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
126+
- Issue 2: Safety package containing external Audit report not available, due to open improvement proposals/recommendation from external assessor team, #77
127+
- Issue 3: Maturity level 1 achieved, but deploying is still ongoing also auditing per external auditor to achieve higher maturity levels, #77, https://eclipse-score.github.io/process_description/main/index.html
128+
129+
Known Vulnerabilities
130+
---------------------
131+
132+
None
133+
134+
Upgrade Instructions
135+
^^^^^^^^^^^^^^^^^^^^
136+
137+
not applicable for this release
138+
139+
Contact Information
140+
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.

0 commit comments

Comments
 (0)