Skip to content

Commit 61ad8f0

Browse files
authored
Merge pull request #671 from eclipse-tractusx/main
Sync with upstream repo
2 parents 2377f31 + aa75c1e commit 61ad8f0

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5959
token-uri:
6060
```
6161
- Update IRS API Swagger documentation to match AAS 3.0.0
62-
62+
6363
### Fixed
6464
- IRS will return 206 Http status from GET /jobs/{id} endpoint if Job is still running
65-
65+
66+
## [4.0.2] - 2023-11-20
67+
### Changed
68+
- Remove `apk upgrade --no-cache libssl3 libcrypto3` in Docker base image to be TRG compliant
69+
6670
## [4.0.1] - 2023-11-10
6771
### Changed
6872
- Added state `STARTED` as acceptable state to complete the EDC transfer process to be compatible with EDC 0.5.1
@@ -463,7 +467,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
463467
- **Select Aspects you need** You are able to select the needed aspects for which you want to collect the correct endpoint information.
464468

465469
[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.1.0...HEAD
466-
[4.1.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.1...4.1.0
470+
[4.1.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.2...4.1.0
471+
[4.0.2]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.1...4.0.2
467472
[4.0.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.0...4.0.1
468473
[4.0.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.5.4...4.0.0
469474
[3.5.4]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.5.3...3.5.4

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ RUN --mount=type=cache,target=/root/.m2 mvn -B clean package -pl :$BUILD_TARGET
5151
# Copy the jar and build image
5252
FROM eclipse-temurin:20-jre-alpine AS irs-api
5353

54-
RUN apk upgrade --no-cache libssl3 libcrypto3
55-
5654
ARG UID=10000
5755
ARG GID=3000
5856

charts/irs-helm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
jwkSetUri:
3232
```
3333

34+
## [6.9.2]
35+
### Changed
36+
- Update IRS version to 4.0.2
37+
3438
## [6.9.1]
3539
### Changed
3640
- Update IRS version to 4.0.1

0 commit comments

Comments
 (0)