Skip to content

Commit

Permalink
chore(release):xxx release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener committed May 8, 2024
1 parent b8e2fd7 commit ca91e92
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 10 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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.0 - 08.05.2024]
### Added
- #844 Validation for BPN to Notification API (Create / Edit), Fixed pagination
- #726 Added @Preauthorize annotation to dashboard controller
Expand All @@ -24,22 +26,21 @@ _**For better traceability add the corresponding GitHub issue number in each cha
- #843 Refactored e2e tests, added edit notification e2e test case
- #828 fix duplicates in traction_battery_code_subcomponent table
- #617 redesigned inbox table
- #XXX Updated spring boot from 3.2.4 to 3.2.5
- #XXX Bumped logback-core & logback-classic from 1.5.4 to 1.5.5
- #603 Upgraded SingleLevelBomAsBuilt, SingleLevelBomAsPlanned & SingleLevelBomAsBuilt to 3.0.0
- #603 Upgraded Batch, SerialPart and JustInSequencePart to 3.0.0
- #603 Upgraded PartAsPlanned to 2.0.0
- #918 Merged parts and other parts into one table
- #918 Fixed translations and normal case for autocomplete values
- #778 update EDC from 0.5.3 to 0.7.0
- #xxx update of lombok from 1.18.30 to 1.18.32
- #xxx update of findsecbugs plugin from 1.12.0 to 1.13.0
- #xxx update of commons-compress from 1.26.0 to 1.26.1
- #xxx update of logback from 1.5.5 to 1.5.6
- #xxx update of cucumber-bom from 7.16.1 to 7.17.0
- #XXX update of lombok from 1.18.30 to 1.18.32
- #XXX update of findsecbugs plugin from 1.12.0 to 1.13.0
- #XXX update of commons-compress from 1.26.0 to 1.26.1
- #XXX update of logback from 1.5.5 to 1.5.6
- #XXX update of cucumber-bom from 7.16.1 to 7.17.0
- #XXX Updated spring boot from 3.2.4 to 3.2.5
- #XXX Bumped logback-core & logback-classic from 1.5.4 to 1.5.5

### Removed

- #602 digitalTwinType instead of semanticId. DigitalTwinType causes problems in release 24.05

## [10.8.4 - 17.04.2024]
Expand Down
25 changes: 25 additions & 0 deletions COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Compatibility matrix Trace-X
## Trace-X version [[11.0.0](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/11.0.0] - 2024-05-08

### Catena-X Release?

- [x] yes
- [ ] no

### Helm Version [1.3.37](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/helm-charts-1.3.37)

| 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 | irs-helm | 5.1.1 | 7.1.1 | 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 [[10.8.4](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/10.8.4)] - 2024-04-17
- No changes to 10.8.1
## Trace-X version [[10.8.1](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/10.8.1)] - 2024-04-03
Expand Down
4 changes: 2 additions & 2 deletions charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ home: https://eclipse-tractusx.github.io/
sources:
- https://github.com/eclipse-tractusx/traceability-foss
type: application
version: 1.3.36
appVersion: "10.8.4"
version: 1.3.37
appVersion: "11.0.0"
dependencies:
- name: frontend
repository: "file://charts/frontend"
Expand Down

0 comments on commit ca91e92

Please sign in to comment.