Skip to content

Tractus-X 24.08

Latest
Compare
Choose a tag to compare
@stephanbcbauer stephanbcbauer released this 06 Aug 06:15
a8f51b8

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.08] - 2024-08-05

Added

Component Helm Chart (s) App-/KIT Version (s)
Knowledge Agents AAS Bridge aas-bridge: 1.13.7 1.13.7
Supply Chain Disruption Notifications Kit n/a 1.0.0
SSI Authority & Schema Registry ssi-asr: 1.0.0 1.0.0

Updated

Component Helm Chart (s) App-/KIT Version (s)
BPDM Kit n/a 6.0.0
BPN DID Resolution Service (BDRS) bdrs: 0.5.2 0.5.2
Circularity Kit n/a 1.2.0
DCM Kit n/a 1.1.0
Digital Product Pass (DPP) digital-product-pass: 4.0.1 v4.0.1
Digital Twin Kit n/a 2.0.1
Digital Twin Registry digital-twin-registry: 0.5.2 v0.5.0
Discovery Finder discoveryfinder: 0.3.1 v0.4.0
Discovery Service (BPN Finder) bpndiscovery: 0.3.1 v0.4.0
Eclipse Data Space Connector (Tractus-X EDC) tractusx-connector: 0.7.3 0.7.3
EcoPass Kit n/a 1.5.0
ESS Kit n/a 0.3.0
Golden Record Business Partner Number (BPN) Service bpdm: 5.1.0 v6.1.0
Identity and Access Management (IAM) centralidp: 3.0.1
sharedidp: 3.0.1
keycloak: 23.0.7
Industry Core KIT n/a 1.1.0
Item Relationship Service (IRS) item-relationship-service: 7.4.0 5.4.0
Knowledge Agents remoting-agent: 1.13.22
provisioning-agent: 1.13.22
conforming-agent: 1.13.22
matchmaking-agent: 1.13.22
v1.13.22
matchmaking-agent: v1.13.22
Knowledge Agents EDC agent-plane: 1.13.22
agent-plane-azure-vault: 1.13.22
v1.13.22
Managed Service Orchestrator managed-service-orchestrator: 1.6.0 v1.5.7
Managed Simple Data Exchanger (SDE) sde: 0.1.12 frontend: v2.4.3
backend: v2.4.3
PCF Exchange Kit n/a 1.2.0
Policy Hub policy-hub: 1.1.0 v1.1.0
Portal portal: 2.1.0 registration: v2.0.1
frontend: v2.1.0
backend: v2.1.0
assets: v2.1.0
PURIS puris: 2.7.0 2.1.0
PURIS Kit n/a 0.3.0
Self Description (SD) Factory sdfactory: 2.1.21 v2.1.13
Semantic Hub semantic-hub: 0.3.1 v0.4.0
SSI Credential Issuer ssi-credential-issuer: 1.1.0 v1.1.0
Trace-X Traceability Application traceability-foss: 1.3.43 13.0.1
Traceability Kit n/a 5.1.0
OSIM Kit n/a 3.0.0

Unchanged, untested

Component Helm Chart (s) App-/KIT Version (s)
Country Risk country-risk: 4.0.2 1.3.1

Incompatible

Component Helm Chart (s) App-/KIT Version (s)
Managed Identity Wallet (MIW) managed-identity-wallet: 0.5.0 v0.5.0

Known Knowns

:::note
For known knowns of unchanged/untested components, please refer to previous changelog(s)
:::

  • Relevant components and interfaces developed considering Gaia-X Trust Framework - 22.10
  • Connection to an external Clearing House service for the entire Catena-X ecosystem is required. The Gaia-X compliance service should generally be capable of recognizing all companies that are able to register with the Catena-X Portal.
  • 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 1.2.0 of the SSI DIM Middle Layer was used - this component is FOSS but the currently used wallet (see previous item) is not.
  • Documentation content (e.g. architecture, manuals etc) and folder structure have not explicitly been checked for this Release, as relevant TRGs are not yet in force. The vast majority of components are evolutions of previous Releases, with a thorough review undergone. This leads to a high confidence in the quality of existing documentation within the product repositories.
  • FOSS components developed and pre-tested to TRL6 with artificial test data only
  • No crosscheck of functionality in verification environment
  • No execution of Load-, Performance- or Penetration Tests
  • No assignment of Export Control Classification Numbers (ECCN) to FOSS components
  • GeoBlocking recommended for Operations (GBaaS)
  • Security concept (overall) recommended for Operations
  • Listed components in "Unchanged, untested" category were not verified in combination with the current release package and are only compatible with Catena-X standards as specified. Use at your own risk at this time.
  • Listed components in "Incompatible" category are not compatible with the current release package and the latest standards.
  • BPDM has some Known Knowns regarding Portal integration listed in detail here
  • BPDM standard configuration not compatible with Portal's Central-IDP configuration
  • Portal's Partner Network page does not currently show business partner member data due to an authorization issue
  • Currently not possible to add company's site and address business partners over the Portal due to authorization issue
  • Security concern about exposed technical users when subscribing BPDM services over the Portal
  • DTR introduces the DTR-EDC Access Control extension. The goal of this EDC extension is to enforce authorized access to submodel implementations according to AAS and Catena-X concluded contracts. It is a Maven artifact that can be used for building their own EDC dataplane image with the extension. For more details, see here.

Runtime

The release has been tested

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.