diff --git a/CHANGELOG.md b/CHANGELOG.md index f188518be3..ef6e276a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha ## [UNRELEASED - DD.MM.YYYY] -## [10.8.0 - 03.04.2024] +## [10.8.1 - 04.04.2024] ### Added - #695 OAuth2.0 Client scope configuration @@ -22,6 +22,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha - #736 add contractAgreementId as searchable field for /contracts - Added capitalization section in guidelines.md - #616 Allow edc notification update with empty asset list +- #630 Added Parts extended detailed view ### Changed - #709 Bumped spring-core from 6.0.17 to 6.1.5 @@ -47,8 +48,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha - Shedlock, resilence4j, templateResolver as not used anymore - #706 Removed alert and investigation specific classes and services to replace them with merged notification classes -### Added -- #630 Added Parts extended detailed view +## [10.8.0 - 03.04.2024] - BROKEN RELEASE - DO NOT USE ## [10.7.0 - 18.03.2024] diff --git a/COMPATIBILITY_MATRIX.md b/COMPATIBILITY_MATRIX.md index 0f027de13e..cfb82efdcc 100644 --- a/COMPATIBILITY_MATRIX.md +++ b/COMPATIBILITY_MATRIX.md @@ -1,13 +1,13 @@ # Compatibility matrix Trace-X -## Trace-X version [[10.8.0](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/10.8.0)] - 2024-04-03 +## Trace-X version [[10.8.1](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/10.8.1)] - 2024-04-03 ### Catena-X Release? - [ ] yes - [x] no -### Helm Version [1.3.33](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/helm-charts-1.3.33) +### Helm Version [1.3.34](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/helm-charts-1.3.34) | Dependency | Name of Service | Version | Helm | Comments | |------------------|------------------------------|---------------------------------|--------|-----------------------------------------------------------------------------------| @@ -27,7 +27,17 @@ | Aspect Model | TractionBatteryCode | [1.0.0] | - | | | Aspect Model | SingleLevelUsageAsBuilt | [1.0.1] | - | | | Aspect Model | SingleLevelBomAsBuilt | [1.0.0, 2.0.0) | - | | -| Aspect Model | SingleLevelBomAsPlanned | [1.0.1, 1.1.0) | - | | +| Aspect Model | SingleLevelBomAsPlanned | [1.0.1, 1.1.0) | - | + +## Trace-X version [[10.8.0](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/10.8.0)] - 2024-04-03 - BROKEN do not use + +### Catena-X Release? + +- [ ] yes +- [x] no + +### Helm Version [1.3.33](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/helm-charts-1.3.33) - BROKEN do not use + ## Trace-X version [[10.7.0](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/10.7.0)] - 2024-03-18 diff --git a/charts/traceability-foss/CHANGELOG.md b/charts/traceability-foss/CHANGELOG.md index 47861b6f68..f5496e08c9 100644 --- a/charts/traceability-foss/CHANGELOG.md +++ b/charts/traceability-foss/CHANGELOG.md @@ -4,6 +4,9 @@ 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.34] - 2024-04-04 +### No changes + ## [1.3.33] - 2024-04-03 ### No changes