diff --git a/CHANGELOG.md b/CHANGELOG.md index 97782b3e6e..4dbac17cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,10 +59,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 token-uri: ``` - Update IRS API Swagger documentation to match AAS 3.0.0 - + ### Fixed - IRS will return 206 Http status from GET /jobs/{id} endpoint if Job is still running - + +## [4.0.2] - 2023-11-20 +### Changed +- Remove `apk upgrade --no-cache libssl3 libcrypto3` in Docker base image to be TRG compliant + ## [4.0.1] - 2023-11-10 ### Changed - 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 - **Select Aspects you need** You are able to select the needed aspects for which you want to collect the correct endpoint information. [Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.1.0...HEAD -[4.1.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.1...4.1.0 +[4.1.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.2...4.1.0 +[4.0.2]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.1...4.0.2 [4.0.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.5.4...4.0.0 [3.5.4]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.5.3...3.5.4 diff --git a/Dockerfile b/Dockerfile index 913e1c5e57..f50190a4ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,8 +51,6 @@ RUN --mount=type=cache,target=/root/.m2 mvn -B clean package -pl :$BUILD_TARGET # Copy the jar and build image FROM eclipse-temurin:20-jre-alpine AS irs-api -RUN apk upgrade --no-cache libssl3 libcrypto3 - ARG UID=10000 ARG GID=3000 diff --git a/charts/irs-helm/CHANGELOG.md b/charts/irs-helm/CHANGELOG.md index 7f369c410c..b15f7a9b0d 100644 --- a/charts/irs-helm/CHANGELOG.md +++ b/charts/irs-helm/CHANGELOG.md @@ -31,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 jwkSetUri: ``` +## [6.9.2] +### Changed +- Update IRS version to 4.0.2 + ## [6.9.1] ### Changed - Update IRS version to 4.0.1