Skip to content

Commit 43a08ba

Browse files
committed
docs(changelog): add entry for test data generator workflow
1 parent 74e4b7b commit 43a08ba

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,21 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
_**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_
99

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.
1325

1426
## [15.0.1 - 30.05.2025]
1527
### Changed

0 commit comments

Comments
 (0)