From dafdc478c775b0c994f158b3a2d22c8377ce6390 Mon Sep 17 00:00:00 2001 From: Maximilian Wesener Date: Fri, 26 Jul 2024 11:41:50 +0200 Subject: [PATCH] chore(release): xxx - create release 13.0.1 --- CHANGELOG.md | 26 ++++++++++++++++++-------- COMPATIBILITY_MATRIX.md | 6 +++--- charts/traceability-foss/CHANGELOG.md | 3 +-- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a189d0b1..b70c3988f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,21 +7,31 @@ 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] + +## [13.0.1 - 26.07.2024] + +### Added +- #511 Added installation guide for local frontend with umbrella chart + ### Changed -- #XXX Updated node:alpine 18 to 20 to fix cves +- #1318 fix dashboard count for other parts - #1070 Convert png to svg according to TRG 1.04 - Diagrams as code / Editable static files -- #XXX updated Swagger-ui documentation -- #XXX update IRS chart version from 7.3.1 to 7.4.0 -- #XXX updated publish documentation action - #1222 Removed image publishing to GHCR - #1222 Adjust backend baseimage in Dockerfile to major version eclipse-temurin:21-jre-alpine -- #XXX update springboot to 3.2.8 from 3.2.5 -- #XXX define uid and gid of backend Dockerfile directly in user, instead of variables - #1244 upgraded registry from 0.4.1 to 0.5.0 - #XXX update e2e-tests-xray_frontend.yml to support association int environment +- #XXX Updated node:alpine 18 to 20 to fix cves +- #XXX update springboot to 3.2.8 from 3.2.5 +- #XXX define uid and gid of backend Dockerfile directly in user, instead of variables +- #XXX updated Swagger-ui documentation +- #XXX update IRS chart version from 7.3.1 to 7.4.0 +- #XXX updated publish documentation action -### Added -- #511 Added installation guide for local frontend with umbrella chart +### Known knowns +- #786 Implemented short term solution for securing EDC Callback APIs +- #1310 Part tree fullscreen error message +- #1308 Part name in notification always +- #1307 First message different for sender ## [13.0.0 - 19.07.2024] diff --git a/COMPATIBILITY_MATRIX.md b/COMPATIBILITY_MATRIX.md index 367746264b..ca3ae4d7d5 100644 --- a/COMPATIBILITY_MATRIX.md +++ b/COMPATIBILITY_MATRIX.md @@ -1,13 +1,13 @@ # Compatibility matrix Trace-X -## Trace-X UNRELEASED [x.x.x](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/x.x.x) - 2024-xx-xx +## Trace-X UNRELEASED [13.0.1](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/13.0.1) - 2024-07-26 ### Catena-X Release? -- [?] yes +- [x] yes - [ ] no -### Helm Version [x.x.x](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/helm-charts-x.x.x) +### Helm Version [1.3.43](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/helm-charts-1.3.43) | Dependency | Name of Service | Version | Helm | Comments | |------------------|------------------------------|----------------------|----------|-----------------------------------------------------| diff --git a/charts/traceability-foss/CHANGELOG.md b/charts/traceability-foss/CHANGELOG.md index 6ffc4cdb7c..c415075250 100644 --- a/charts/traceability-foss/CHANGELOG.md +++ b/charts/traceability-foss/CHANGELOG.md @@ -5,12 +5,11 @@ All notable changes to this project will be documented in this file. 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). ## Unreleased +## [1.3.43] - 2024-07-19 ### Changed - - #1222 enabled read-only filesystem by default for backend ### Added - - added /tmp volume to backend container ## [1.3.42] - 2024-07-19