From 6a5171f7f004ff3512048c2bcbda7f8f9bc8c6e6 Mon Sep 17 00:00:00 2001 From: Martin Maul Date: Wed, 22 May 2024 14:27:42 +0200 Subject: [PATCH] chore(release): 11.0.1 --- CHANGELOG.md | 2 ++ COMPATIBILITY_MATRIX.md | 28 +++++++++++++++++++++++++++ charts/traceability-foss/CHANGELOG.md | 4 ++++ 3 files changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e3893885..f342303f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). _**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_ ## [UNRELEASED - DD.MM.YYYY] +## [11.0.1 - 22.05.2024] + ### Added - #859 added autocomplete on subset of assets in notification creation/edit view - #997 added publish assets state check to parts table diff --git a/COMPATIBILITY_MATRIX.md b/COMPATIBILITY_MATRIX.md index 5d0cda39a5..578ea769c9 100644 --- a/COMPATIBILITY_MATRIX.md +++ b/COMPATIBILITY_MATRIX.md @@ -1,4 +1,32 @@ # Compatibility matrix Trace-X + +## Trace-X version [[11.0.1](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/11.0.1] - 2024-05-22 + +### Catena-X Release? + +- [x] yes +- [ ] no + +### Helm Version [1.3.38](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/helm-charts-1.3.38) + +| Dependency | Name of Service | Version | Helm | Comments | +|------------------|------------------------------|----------------------|----------|-----------------------------------------------------| +| EDC | edc-postgresql | 15.4.0-debian-11-r45 | 12.12.10 | Enterprise Data Connector for PostgreSQL | +| IRS | item-relationship-service | 5.1.3 | 7.1.3 | Helm charts for Item Relationship Service | +| EDC | tractusx-connector | 0.7.0 | 0.7.0 | Connector for Data Transfer and Registration | +| Discovery Finder | discovery service | 0.2.5 | - | Service for discovering and registering artifacts | +| Portal | portal | 1.8.0 | - | Web portal for interacting with Trace-X | +| SD-Factory | SD-Factory | 2.1.7 | - | Service Discovery Factory for managing dependencies | +| Aspect Model | SerialPart | 3.0.0 | - | | +| Aspect Model | Batch | 3.0.0 | - | | +| Aspect Model | PartAsPlanned | 2.0.0 | - | | +| Aspect Model | PartSiteInformationAsPlanned | 1.0.0 | - | | +| Aspect Model | JustInSequencePart | 3.0.0 | - | | +| Aspect Model | TractionBatteryCode | 1.0.0 | - | | +| Aspect Model | SingleLevelUsageAsBuilt | 3.0.0 | - | | +| Aspect Model | SingleLevelBomAsBuilt | 3.0.0 | - | | +| Aspect Model | SingleLevelBomAsPlanned | 3.0.0 | - | + ## Trace-X version [[11.0.0](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/11.0.0] - 2024-05-08 ### Catena-X Release? diff --git a/charts/traceability-foss/CHANGELOG.md b/charts/traceability-foss/CHANGELOG.md index 9265b4fc0b..acaec7f511 100644 --- a/charts/traceability-foss/CHANGELOG.md +++ b/charts/traceability-foss/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.38] - 2024-05-22 + +### No changes + ## [1.3.36] - 2024-04-17 ### No changes