From db7bb6d6b80fffb6c4ca17989b6d895ced529db6 Mon Sep 17 00:00:00 2001 From: Maximilian Wesener Date: Mon, 6 Mar 2023 16:13:20 +0100 Subject: [PATCH 1/2] chr: Version upgrade for release to 2.0.0 --- charts/traceability-foss-frontend/Chart.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/traceability-foss-frontend/Chart.yaml b/charts/traceability-foss-frontend/Chart.yaml index 0e29c2774e..da4d21fb35 100644 --- a/charts/traceability-foss-frontend/Chart.yaml +++ b/charts/traceability-foss-frontend/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.2 +version: 1.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.1.2" +appVersion: "2.0.0" diff --git a/package.json b/package.json index 9bfbfdb47d..2054870068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trace-x", - "version": "1.1.2", + "version": "2.0.0", "scripts": { "analyze": "ng build --configuration=production --stats-json && webpack-bundle-analyzer dist/stats.json", "build:prod": "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/", From 094d411c8a8b57f73352df64fe8ab06f7f32599e Mon Sep 17 00:00:00 2001 From: Fabian Bedarf Date: Mon, 6 Mar 2023 16:18:31 +0100 Subject: [PATCH 2/2] ftr: added information for new release TRACEFOSS-xxx --- CHANGELOG.generated.md | 109 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 108 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.generated.md b/CHANGELOG.generated.md index 3eb6f0c97d..8b0d530892 100644 --- a/CHANGELOG.generated.md +++ b/CHANGELOG.generated.md @@ -1,6 +1,113 @@ + + +## [2.0.0](https://github.com/catenax-ng/tx-traceability-foss-frontend/compare/1.1.2...2.0.0) (2023-03-06) + +### Chore + +- Version upgrade for release to 2.0.0 + +### Features + +- small changes after the review +- handle routes in user menu - admin +- add portal url to the app config +- rework user manu to align with CX guidelines +- improvements after review +- ran editorconfig on all files +- added my local project settings as editorconfig +- removed old title translation approach +- replaced old header with new design + +### Fixes + +- add CATENAX_PORTAL_URL to inject-dynamic-env.js +- fixed imports after update from main +- added some adjustments after review +- fixed header for error pages +- aligned validations in FE and BE +- removed bug with infinit loading animation on parts tree + + + +## [1.1.2](https://github.com/catenax-ng/tx-traceability-foss-frontend/compare/traceability-foss-frontend-1.1.2...1.1.2) (2023-02-28) + + + +## [traceability-foss-frontend-1.1.2](https://github.com/catenax-ng/tx-traceability-foss-frontend/compare/1.1.1...traceability-foss-frontend-1.1.2) (2023-02-28) + +### Chore + +- disable Angular analytics +- fix different env var names for veracode in Eclipse and catena-x ([#13](https://github.com/catenax-ng/tx-traceability-foss-frontend/issues/13)) + +### Features + +- error page for unauthorized users or page not found ([#18](https://github.com/catenax-ng/tx-traceability-foss-frontend/issues/18)) +- updated version for release +- update browser list and added workaround for test +- replaced legacy with new components +- added common js packages in allowed list +- update to latest package versions +- update to latest package versions +- fixed broken unit tests after update +- added beta environment +- update packages to the newest version +- update angular material to v15 +- update angular to v15 +- update angular material to v14 +- update angular to v14 +- remove traces of realm usage bc not allowed by cx +- switched from approved state to sent +- switched from approved state to sent +- add scripts to run fe locally against be +- reactived isFromSender after be update +- add context route support for fe application + +### Fixes + +- typo changes after review + + + +## [1.1.1](https://github.com/catenax-ng/tx-traceability-foss-frontend/compare/traceability-foss-frontend-1.1.0...1.1.1) (2023-02-13) + +### Features + +- added reason visualisation for notification pick dd7191d feature: removed prefix of product- from builds, removed tag from basic value file +- changed approach how to use fonts +- removed Polish language, too hard to maintain + +### Fixes + +- removed nonroot user because we are using unprivileged nginx +- fixed wrong permission in dockerfile +- added check that compares response and request url + + + +## [traceability-foss-frontend-1.1.0](https://github.com/catenax-ng/tx-traceability-foss-frontend/compare/tx-traceability-foss-frontend-1.1.0...traceability-foss-frontend-1.1.0) (2023-02-10) + +### Features + +- added link to be repo +- added installation instructions for helm +- rename package and add nonroot user + +### Fixes + +- fixed way investigations detail handle parts + + + +## [tx-traceability-foss-frontend-1.1.0](https://github.com/catenax-ng/tx-traceability-foss-frontend/compare/1.1.0...tx-traceability-foss-frontend-1.1.0) (2023-02-06) + +### Features + +- added generated changelog updates + -## [1.1.0](https://github.com/catenax-ng/tx-traceability-foss-frontend/compare/helm-charts-1.0.0...1.1.0) (2023-02-06) +## [1.1.0](https://github.com/catenax-ng/tx-traceability-foss-frontend/compare/1.0.0...1.1.0) (2023-02-06) ### Chore