The overarching project is guided by https://catena-x.net and all development work is covered in https://eclipse-tractusx.github.io.
All notable changes on the overarching level are documented in this file. Refer to component repositories for specific content, changelog and documentation.
The format is based on Keep a Changelog.
Tractus-X operates on YY.0M.MICRO Calendar Versioning for overarching, quarterly Releases. Semantic Versioning remains unchanged for all components.
[24.12] - 2024-12-02
Implemented features can be found here
Updated
Known Knowns
- All not listed products and KITs have not been updated and are based on the release 24.08
- These products were not part of the e2e testing phase
- And are not tested with the current EDC version 0.8.0
- BPN DID Resolution Service (BDRS) is unchanged but was part of the testing phase
- PURIS is unchanged but regression tests were executed
- Knowledge Agents was updated to version 0.8.0 but only tested with the EDC release candidate 0.8.0-RC4
- This Tractus-X release does not include a Managed Identity Wallet (MIW). The development team decided on a temporary bridging solution, based on a commercial application, to test and ship Release 24.08. Without implementing this interim solution, participants will not be able to fully utilize this Tractus-X release in consequence.
- For E2E Testing, the 2.1.1 of the SSI DIM Middle Layer was used - this component is FOSS but the currently used wallet (see previous item) is not.
- Security concern about exposed technical users when subscribing BPDM services over the Portal -> see according issue
- BPNL Group Validation for a Policy does not allow a Collection as a rightOperand -> see Issue
- EDR token refresh implementation is inconsistent and deviates from the documentation -> see Issue
- Consumer-Asset with the same ID as a Provider-Asset Cannot Be Deleted After Contract Negotiation -> see Issue
- Termination of pull transfer process from consumer side does not succeed -> see Issue
- Fatal error while resume PULL transfer process -> see Issue
Runtime
The release has been tested
- on Kubernetes versions:
1.28.9
- with PostgreSQL versions:
15.2.1.
Note: Tractus-X EDC has been tested on both Postgresql versions: 15.x and 16.x
Using helm with central helm registry
You can search all released helm charts with the following commands:
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
helm repo update tractusx-dev
helm search repo tractusx-dev --versions
For installation details, please see the referenced Repositories / Releases.