You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+66Lines changed: 66 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,72 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
8
9
9
Tractus-X operates on YY.0M.MICRO [Calendar Versioning](https://calver.org/) for overarching, quarterly Releases. Semantic Versioning remains unchanged for all components.
10
10
11
+
## [24.12] - 2024-12-02
12
+
13
+
Implemented features can be found [here](https://github.com/orgs/eclipse-tractusx/projects/26/views/33?filterQuery=milestone%3A%2224.12%22+-label%3Ametadata+is%3Aclosed++status%3ADone)
14
+
15
+
### Updated
16
+
17
+
| Component | Helm Chart (s) | App-/KIT Version (s) |
|[Discovery Service (BPN Finder)](https://github.com/eclipse-tractusx/sldt-bpn-discovery)| bpndiscovery: [0.4.2](https://github.com/eclipse-tractusx/sldt-bpn-discovery/releases/tag/bpndiscovery-0.4.2)|[0.5.2](https://github.com/eclipse-tractusx/sldt-bpn-discovery/releases/tag/v0.5.2)|
25
+
|[Eclipse Data Space Connector (Tractus-X EDC)](https://github.com/eclipse-tractusx/tractusx-edc)|[0.8.0](https://github.com/eclipse-tractusx/tractusx-edc/releases/tag/0.8.0)|[0.8.0](https://github.com/eclipse-tractusx/tractusx-edc/releases/tag/0.8.0)|
26
+
|[Golden Record Business Partner Number (BPN) Service](https://github.com/eclipse-tractusx/bpdm)| bpdm: [5.2.0](https://github.com/eclipse-tractusx/bpdm/releases/tag/bpdm-5.2.0)|[6.2.0](https://github.com/eclipse-tractusx/bpdm/releases/tag/v6.2.0)|
27
+
|[Identity and Access Management (IAM)](https://github.com/eclipse-tractusx/portal-iam)| centralidp: [4.0.0](https://github.com/eclipse-tractusx/portal-iam/releases/tag/centralidp-4.0.0)<br/>sharedidp: [4.0.0](https://github.com/eclipse-tractusx/portal-iam/releases/tag/sharedidp-4.0.0)| keycloak: [25.0.6](https://www.keycloak.org/docs/latest/release_notes/index.html#keycloak-25-0-0)|
- All not listed products and KITs have not been updated and are based on the release 24.08
42
+
- These products were not part of the e2e testing phase
43
+
- And are not tested with the current EDC version 0.8.0
44
+
-[BPN DID Resolution Service (BDRS)](https://github.com/eclipse-tractusx/bpn-did-resolution-service) is unchanged but was part of the testing phase
45
+
-[PURIS](https://github.com/eclipse-tractusx/puris) is unchanged but regression tests were executed
46
+
-[Knowledge Agents](https://github.com/eclipse-tractusx/knowledge-agents) was updated to version 0.8.0 but only tested with the EDC release candidate 0.8.0-RC4
47
+
- 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.
48
+
- For E2E Testing, the [2.1.1](https://github.com/SAP/ssi-dim-middle-layer/releases/tag/v2.1.1) of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer) was used - this component is FOSS but the currently used wallet (see previous item) is not.
49
+
- Security concern about exposed technical users when subscribing BPDM services over the Portal -> see [according issue](https://github.com/eclipse-tractusx/sig-release/issues/987)
50
+
- BPNL Group Validation for a Policy does not allow a Collection as a rightOperand -> see [Issue](https://github.com/eclipse-tractusx/tractusx-edc/issues/1674)
51
+
- EDR token refresh implementation is inconsistent and deviates from the documentation -> see [Issue](https://github.com/eclipse-tractusx/tractusx-edc/issues/1565)
52
+
- Consumer-Asset with the same ID as a Provider-Asset Cannot Be Deleted After Contract Negotiation -> see [Issue](https://github.com/eclipse-edc/Connector/issues/4583)
53
+
- Termination of pull transfer process from consumer side does not succeed -> see [Issue](https://github.com/eclipse-edc/Connector/issues/4592)
54
+
- Fatal error while resume PULL transfer process -> see [Issue](https://github.com/eclipse-edc/Connector/issues/4591)
55
+
56
+
### Runtime
57
+
58
+
The release has been tested
59
+
60
+
- on [Kubernetes](https://en.wikipedia.org/wiki/Kubernetes) versions: `1.28.9`
61
+
- with [PostgreSQL](https://en.wikipedia.org/wiki/PostgreSQL) versions: `15.2.1.`
62
+
63
+
Note: Tractus-X EDC has been tested on both Postgresql versions: 15.x and 16.x
64
+
65
+
### Using helm with central helm registry
66
+
67
+
You can search all released helm charts with the following commands:
0 commit comments