From b14b39ab25c15ed6a2acaf12a7f016e5bd9bb066 Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:12:06 +0530 Subject: [PATCH 1/2] [Fix|sde-frontend] build image security fix v2.3.3 - build image security fixed, changed in docker image. --- CHANGELOG.md | 7 ++++++- Dockerfile | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d400305..85f74ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple Data Exchanger Frontend. +## [2.3.3] - 2023-12-01 +### Changed +- build base image security fix. + ## [2.3.2] - 2023-12-01 ### Changed - Bumped version to 2.3.2 for helm charts to match with backend release. @@ -225,7 +229,8 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel - Compliance with Catena-X Guidelines - Integration with Digital Twin registry service. -[unreleased]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.2...main +[unreleased]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.3...main +[2.3.3]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.2...v2.3.3 [2.3.2]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.1.1...v2.3.0 diff --git a/Dockerfile b/Dockerfile index 699d9f5f..eb89bc52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 ################################################################################ # => Build container -FROM node:18.12.1-alpine3.15 as builder +FROM node:18.19.0-alpine3.18 as builder WORKDIR /app From e3a9ad1cb4bfcdc2223fac4954b72fef5b938f64 Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:31:41 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f74ab6..211878a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple Data Exchanger Frontend. -## [2.3.3] - 2023-12-01 +## [2.3.3] - 2023-12-06 ### Changed - build base image security fix.