File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,21 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
_ ** For better traceability add the corresponding GitHub issue number in each changelog entry, please.** _
9
9
10
- ## [ Unreleased - 06.06.2025]
11
- ### Fixed
12
- - fix: eclipse-tractusx/sig-release #1442 record information should only be visible for admins
10
+ ## [ Unreleased - 17.06.2025]
11
+
12
+ ### Added
13
+ - Automated pipeline for generating CX-0127-compliant test data using GitHub Actions.
14
+ - New script: ` tx-backend/testdata/scripts/automotive_test_data_generator_updated.py `
15
+ - GitHub Actions workflow: ` .github/workflows/generate_testdata.yml `
16
+ - Auto-incrementing version logic for test data artifacts.
17
+ - Output stored as: ` CX_Testdata_MessagingTest_vX.X.X.json `
18
+ - Pull request auto-created from branch: ` auto/testdata-vX.X.X `
19
+ - Manual trigger support via ` workflow_dispatch ` .
20
+
21
+ ### Notes
22
+ - Fully tested in private fork.
23
+ - No breaking changes introduced.
24
+ - Compatible with current repository structure.
13
25
14
26
## [ 15.0.1 - 30.05.2025]
15
27
### Changed
You can’t perform that action at this time.
0 commit comments