From 3f8ef3c4d4c6c58449449794101264518ba5f9a9 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 13 Nov 2024 18:13:46 +0100 Subject: [PATCH] build(2.3.0-rc): bump version and update docs --- CHANGELOG.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15391f3..3f9f177b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,15 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel #### Documentation -- updated technical user overview with technical user details and also updated relevant images. +- updated technical user overview with technical user details and also updated relevant images [#406](https://github.com/eclipse-tractusx/portal-assets/pull/406) +- added missing process retrigger steps [#386](https://github.com/eclipse-tractusx/portal-assets/pull/386) +- adjusted delete technical user [#399](https://github.com/eclipse-tractusx/portal-assets/pull/399) + +### Technical Support + +- upgraded dependencies [#411](https://github.com/eclipse-tractusx/portal-assets/pull/411) +- introduce Trufflehog secret scan [#401](https://github.com/eclipse-tractusx/portal-assets/pull/401) +- fixed Trivy scan to comply with latest state of TRG 8.04 [portal#467](https://github.com/eclipse-tractusx/portal/issues/467) ### BugFixes @@ -25,7 +33,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel #### Documentation -- created section for toogle to skip Clearinghouse SD Factory connection [#396](https://github.com/eclipse-tractusx/portal-assets/pull/396) +- created section for toggle to skip Clearinghouse SD Factory connection [#396](https://github.com/eclipse-tractusx/portal-assets/pull/396) - adjusted delete technical user [#377](https://github.com/eclipse-tractusx/portal-assets/pull/377), [#393](https://github.com/eclipse-tractusx/portal-assets/pull/393) - adjusted registration approval process [#391](https://github.com/eclipse-tractusx/portal-assets/pull/391) - updated status details technical user overview [#377](https://github.com/eclipse-tractusx/portal-assets/pull/377) diff --git a/package.json b/package.json index 707759b8..feaa1a75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cx-portal-assets", - "version": "v2.2.0", + "version": "v2.3.0-RC1", "description": "Shared frontend content and static assets for the Catena-X Portal", "main": "index.js", "repository": "git@github.com:eclipse-tractusx/portal-assets.git",