Skip to content

Commit 7921d2d

Browse files
authored
Merge pull request #1465 from eclipse-tractusx/release/15.0.1
release/15.0.1: Updating release documentation.
2 parents bd8ccf0 + c2b6925 commit 7921d2d

File tree

7 files changed

+77
-39
lines changed

7 files changed

+77
-39
lines changed

.github/workflows/pull_request_lint.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
_**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_
9-
## [Unreleased - 13.05.2025]
10-
### Fixed
9+
## [Unreleased - DD.MM.YYYY]
10+
11+
12+
## [15.0.1 - 30.05.2025]
13+
### Changed
14+
- updated compatibility matrix with EDC version 0.10.0
1115
- dependency upgrades and adjustments
1216
- change wild card whitelisting for actuator endpoints against a defined list of endpoints without wildscards
1317
- EDC 0.10.0-rc1 adjustments in Charts

COMPATIBILITY_MATRIX.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Compatibility matrix Trace-X
22

3-
## Trace-X [14.0.0](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/14.0.0) 2025-02-18 - [15.0.0](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/15.0.0) - 2025-05-09
4-
5-
| Dependency | Name of Service | Version | Helm | Comments |
6-
|------------------|------------------------------|----------------------|------------|-----------------------------------------------------|
7-
| EDC | edc-postgresql | 15.4.0-debian-11-r45 | 12.12.10 | Enterprise Data Connector for PostgreSQL |
8-
| IRS | item-relationship-service | 7.0.1 | 9.0.0 | Helm charts for Item Relationship Service |
9-
| EDC | tractusx-connector | 0.10.0-rc2 | 0.10.0-rc2 | Connector for Data Transfer and Registration |
10-
| Discovery Finder | discovery service | 0.2.5 | - | Service for discovering and registering artifacts |
11-
| Portal | portal | 1.8.0 | - | Web portal for interacting with Trace-X |
12-
| SD-Factory | SD-Factory | 2.1.7 | - | Service Discovery Factory for managing dependencies |
13-
| Registry | sldt-digital-twin-registry | 0.5.0 | 0.5.2 | Digital Twin Registry |
14-
| Submodel Server | submodelservers | 0.1.0 | 0.0.1 | Submodel Server |
15-
| Aspect Model | SerialPart | 3.0.0 | - | |
16-
| Aspect Model | Batch | 3.0.0 | - | |
17-
| Aspect Model | PartAsPlanned | 2.0.0 | - | |
18-
| Aspect Model | PartSiteInformationAsPlanned | 1.0.0 | - | |
19-
| Aspect Model | JustInSequencePart | 3.0.0 | - | |
20-
| Aspect Model | TractionBatteryCode | 2.0.0 | - | |
21-
| Aspect Model | SingleLevelUsageAsBuilt | 3.0.0 | - | |
22-
| Aspect Model | SingleLevelBomAsBuilt | 3.0.0 | - | |
23-
| Aspect Model | SingleLevelBomAsPlanned | 3.0.0 | - |
3+
## Trace-X [14.0.0](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/14.0.0) 2025-02-18 - [15.0.1](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/15.0.0) - 2025-05-30
4+
5+
| Dependency | Name of Service | Version | Helm | Comments |
6+
|------------------|------------------------------|----------------------|----------|-----------------------------------------------------|
7+
| EDC | edc-postgresql | 15.4.0-debian-11-r45 | 12.12.10 | Enterprise Data Connector for PostgreSQL |
8+
| IRS | item-relationship-service | 7.0.1 | 9.0.0 | Helm charts for Item Relationship Service |
9+
| EDC | tractusx-connector | 0.10.0 | 0.10.0 | Connector for Data Transfer and Registration |
10+
| Discovery Finder | discovery service | 0.2.5 | - | Service for discovering and registering artifacts |
11+
| Portal | portal | 1.8.0 | - | Web portal for interacting with Trace-X |
12+
| SD-Factory | SD-Factory | 2.1.7 | - | Service Discovery Factory for managing dependencies |
13+
| Registry | sldt-digital-twin-registry | 0.5.0 | 0.5.2 | Digital Twin Registry |
14+
| Submodel Server | submodelservers | 0.1.0 | 0.0.1 | Submodel Server |
15+
| Aspect Model | SerialPart | 3.0.0 | - | |
16+
| Aspect Model | Batch | 3.0.0 | - | |
17+
| Aspect Model | PartAsPlanned | 2.0.0 | - | |
18+
| Aspect Model | PartSiteInformationAsPlanned | 1.0.0 | - | |
19+
| Aspect Model | JustInSequencePart | 3.0.0 | - | |
20+
| Aspect Model | TractionBatteryCode | 2.0.0 | - | |
21+
| Aspect Model | SingleLevelUsageAsBuilt | 3.0.0 | - | |
22+
| Aspect Model | SingleLevelBomAsBuilt | 3.0.0 | - | |
23+
| Aspect Model | SingleLevelBomAsPlanned | 3.0.0 | - |
2424

2525
### Catena-X Release?
2626

charts/traceability-foss/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
All notable changes to this project will be documented in this file.
44

55
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).
6-
## [1.5.0] - 2025-05-09
7-
- increase EDC version to 0.10.0-rc1
8-
- increase EDC Postgres version to 15.2.1
6+
7+
## [1.4.3] - 2025-05-30
8+
- increase EDC version to 0.10.0-rc2
99

1010
## [1.4.2] - 2025-05-09
11+
- increase EDC version to 0.10.0-rc1
12+
- increase EDC Postgres version to 15.2.1
1113
- add trusted port 8181
1214
- cpu request increase to 250m
1315
- feature flag for flyway variable to apply test data via repeatable script

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ SPDX-License-Identifier: Apache-2.0
6464
<maven-site-plugin.version>4.0.0-M11</maven-site-plugin.version>
6565
<!-- versions for 3rd party dependecies -->
6666
<logback.version>1.5.18</logback.version>
67+
<commons-validator.version>1.9.0</commons-validator.version>
68+
<common-beanutils.version>1.11.0</common-beanutils.version>
6769
<eclipse-dash-ip.version>1.1.0</eclipse-dash-ip.version>
6870
<nimbus-jose-jwt.version>9.40</nimbus-jose-jwt.version>
6971
<ascii-doctor-j-diagram.version>2.3.0</ascii-doctor-j-diagram.version>

tx-backend/pom.xml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,22 @@ SPDX-License-Identifier: Apache-2.0
6868
<version>${json-schema-validator.version}</version>
6969
</dependency>
7070

71-
71+
<dependency>
72+
<groupId>commons-validator</groupId>
73+
<artifactId>commons-validator</artifactId>
74+
<version>${commons-validator.version}</version>
75+
<exclusions>
76+
<exclusion>
77+
<groupId>commons-beanutils</groupId>
78+
<artifactId>commons-beanutils</artifactId>
79+
</exclusion>
80+
</exclusions>
81+
</dependency>
82+
<dependency>
83+
<groupId>commons-beanutils</groupId>
84+
<artifactId>commons-beanutils</artifactId>
85+
<version>${common-beanutils.version}</version>
86+
</dependency>
7287
<!-- IRS Client for decentral registry approach -->
7388
<dependency>
7489
<groupId>org.eclipse.tractusx.irs</groupId>
@@ -80,6 +95,10 @@ SPDX-License-Identifier: Apache-2.0
8095
<groupId>io.netty</groupId>
8196
<artifactId>netty-handler</artifactId>
8297
</exclusion>
98+
<exclusion>
99+
<groupId>commons-beanutils</groupId>
100+
<artifactId>commons-beanutils</artifactId>
101+
</exclusion>
83102
</exclusions>
84103
</dependency>
85104

tx-models/pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,30 @@ SPDX-License-Identifier: Apache-2.0
6060
<groupId>org.eclipse.tractusx.irs</groupId>
6161
<artifactId>irs-registry-client</artifactId>
6262
<version>${irs-client-lib.version}</version>
63+
<exclusions>
64+
<exclusion>
65+
<groupId>commons-beanutils</groupId>
66+
<artifactId>commons-beanutils</artifactId>
67+
</exclusion>
68+
</exclusions>
6369
</dependency>
70+
<dependency>
71+
<groupId>commons-validator</groupId>
72+
<artifactId>commons-validator</artifactId>
73+
<version>${commons-validator.version}</version>
74+
<exclusions>
75+
<exclusion>
76+
<groupId>commons-beanutils</groupId>
77+
<artifactId>commons-beanutils</artifactId>
78+
</exclusion>
79+
</exclusions>
80+
</dependency>
81+
<dependency>
82+
<groupId>commons-beanutils</groupId>
83+
<artifactId>commons-beanutils</artifactId>
84+
<version>${common-beanutils.version}</version>
85+
</dependency>
86+
6487
<dependency>
6588
<groupId>org.springframework.boot</groupId>
6689
<artifactId>spring-boot-starter-validation</artifactId>

0 commit comments

Comments
 (0)