Skip to main content

26.06

Β· 20 min read

[26.06] - 2026-06-17​

The success of Tractus-X and each of our releases is driven by the strength and dedication of our community. We would like to thank everyone who contributed to making the 26.06 release possible.

Whether by reporting issues, engaging in constructive discussions, proposing solutions, writing code, reviewing pull requests, improving documentation, or supporting others in the community, every contribution plays an important role in moving the project forward.

Open collaboration is at the heart of Tractus-X, and this release once again demonstrates what can be achieved. Your expertise, commitment, and willingness to collaborate are what make continuous innovation possible.

info

Thank You for your ongoing support and contributions.

We are looking forward to continuing this journey together with the community and to building the next releases of Tractus-X.

Contributors (112)​

jalvaro-lks arnoweiss AYaoZhan jSchuetz88 wahidulazam pkINOVIA pratapipatelbcone mrpeterbasista sb3nz tobzahn pjuaristi-ikerlan efficient0482 manourym MDSBarbosa corinastolz dddenes ds-hzimmer manuela-parpineli BirgitBoss gerbigf HannesKrug shijinrajbosch mohan06-mbrd Grand-Thibault flarrinaga OlgaIvkovic johannes-wunderlich marcelruland stephanzumkeller-capgemini prosonulhaque-tvs stanfaldin ronjaquensel BrunoMiguelNogueira HKit-HTW borjakhet LukasSchmetz MonikaJacobsen jakoballgaier marvinhubl Jarosch-Mitko Alaitz1 ds-asmierzchalski devajipatil lanfrans timdahlmanns aqsamuzaffar borisschnebel Cvetanka-ZF correiaafonso12 gobica izuru0 InRiPa CQzhangjiawang klanir123 atextor jschu1 Zead-Alshu22 saitejeswar1 lutoepfer MathiasIAV sm29105 petyog Frank-Globisch DanielaWuensch hokonohara Moritz72 theobisproject BojanOD CeciPePe krah034 felipebustillo drcgjung TorstenHirsch MWADCM alexKeppler tfjanjua ribafish MaximilianHauer simonlet marcofranke ebroda abasurtogobtech GitFlars heurtematte scode-cpu ds-eschaeffer AntonSahrCoac zahid-tvs dirk-qualisys PascalRoessnerDSA kunyao-cofinity-x GeiserX christianerhardt hillmer seb-l0 reginePrivat umar-tvs thackerronak DominikKuebel-ARENA2036 nurulshuvotvs rgalan-dev DrDanielMetz ChMThiel wsosnow max-wies-cofinity fredg02 kairoaraujo BlackRose01 Kapunto

Committers (20)​

matbmoser stephanbcbauer CDiezRodriguez lgblaumeiser AndrYurk ReneSchroederLJ tom-rm-meyer-ISST nicoprow ther3sa mgarciaLKS agg3fe SujitMBRDI nitin-vavdiya saudkhan116 ndr-brt bmg13 ds-jhartmann mhellmeier saadanzari dhiren-singh-007

info

The above list contains all contributors and committers that have been involved in this release. The list is generated automatically based on the amount of contributions to our 57 repositories of the Eclipse Tractus-X organization on GitHub.

It's not only about code contributions, but also about reporting issues, discussing solutions, writing documentation, or reviewing contributions.

KITs​

Our KITs are continuously evolving, with new additions and updates happening. The planned KITs can be found in the sig-release issue list (filtered by milestone 26.06).

Added​

KIT NameKIT VersionRelease Check
Material Accounting KIT0.0.1#1658
Autonomous Operation and Remote Services KIT0.0.1n/a

Updated​

KIT NameKIT VersionRelease Check
Business Partner KIT10.1.0n/a
Manufacturing as a Service (MaaS) KIT0.2.0n/a

Known Knowns​

  • All not listed KITs have not been updated and are based on the release 26.03 or previous releases

Products​

The planned and implemented features can be found in the sig-release issue list (filtered by milestone 26.06). These features describe only the requested new function/functionality. Most of the features are linked to product specific issues. Please have a look on product specific repositories for detailed information on the product specific issues tabs.

Updated​

note
  • The product Release Checks issues for each product have been updated to reflect the new versions of the components included in this release. Please refer to these issues for detailed information on the updates.
Component NameHelm Chart (s)App-/KIT-/ Model- Version (s)Release Check
BPN DID Resolution Service (BDRS)bdrs: 0.6.00.6.0#1628
Digital Twin Registrydigital-twin-registry:0.12.00.12.0#1631
Golden Record Business Partner Number (BPN) Servicebpdm: 7.0.07.4.0#1640
Identity HubHolder Wallet: v0.3.2
Issuer Service: v0.3.2
Holder Wallet App: v0.3.2
Issuer Service App: v0.3.2
#1637
PURISpuris: 7.0.16.0.1#1630
Tractus-X Software Development KIT (SDK)n/av0.8.0#1633

Known Knowns​

  • All not listed products have not been updated and are based on the release 26.03 or previous releases
    • These products were not part of the testing phase
  • The Eclipse Tractus-X release does not include an Identity Wallet. The development team decided on a temporary bridging solution, based on a commercial application, to test and ship the releases 26.06. Without implementing this interim solution, participants will not be able to fully utilize this release in consequence.
  • For E2E Testing, the 2.2.3 of the SSI DIM Middle Layer was used - this component is FOSS but the currently used wallet (see previous item) is not

Digital Twin Registry​

  • Migration from Bitnami to Cloudpirates pending

Golden Record Business Partner Number (BPN) Service​

  • Only tested over EDC 0.11.2

Identity Hub​

  • The issuer service is not integrated with the portal backend

PURIS​

  • KICS and Trivy remain disabled

Tractus-X Connector (Eclipse Dataspace Components Connector)​

  • The EDC 0.13.0 release is not included in the 26.06 release and will be published independently at a later date.

Runtime​

The following runtime has been used during end-to-end test:

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

Bitnami changes​

The official Bitnami Helm chart repository has been deprecated or is no longer maintained in its previous location. Bitnami has migrated legacy container images to a new repository called bitnamilegacy. Helm charts using Bitnami container images must be updated to reference this new source to ensure continued functionality. With bitnamilegacy we won’t receive security updates.

tip

If you are using a provided helm chart from Eclipse Tractus-X that uses Bitnami container images and it doesn't work, please check the values.yaml file of the respective chart and update/overwrite the image repository from bitnami/<image-name> to bitnamilegacy/<image-name>.

Extract from values.yaml:

postgresql:
image:
# -- workaround to use bitnamilegacy chart
repository: bitnamilegacy/postgresql
tag: 15.4.0-debian-11-r45
tip

For installation details, please see the referenced Repositories / Releases and related documentation (e.g. migration documentation)

Semantic Models​

note

This release does not include any changes to semantic models. No semantic models were added, updated, modified, or removed.