diff --git a/CHANGELOG.md b/CHANGELOG.md index 4358176db..634ddde91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.6.0-RC8 +## 1.6.0 ### Change @@ -75,7 +75,6 @@ ### Technical Support - Changed license notice for images -- Added second license - Sonar findings fixed (Code smells and bugs) - Dependabot findings fixed (Upgrading dependencies to the latest versions) - Excluded locales from duplication sonar checks @@ -109,7 +108,15 @@ ### Known Knowns -... +- Tenant URL inside the app subscription detail overlay (provider view) is displayed as changeable even though the app is not even activated yet. The request is getting rejected from the backend as expected, but frontend should ideally not even allow the user to trigger the function via the UI +- App Subscription Activation overlay: pattern for input field "Tenant URL" allows "#" character while backend will correctly reject the input if the user adds an url containing "#" +- UseCase Framework upload (SSI request flow): limitation of the file size missing +- Company Certificate upload (SSI request flow): limitation of the file size missing +- Service image, uploaded by Service Provider, is not displayed inside the service provider service overview +- App Release Process form: image load running on fail within the "Verify" step +- "Offer Release Approval" e-mail for offer provider currently not supported +- If the connector deletion is running into an error with the portal backend, the user receives an error information but without any specific error message of the actual reason for failure +- Missing user information about automatic technical user deactivation for technical user linked to an connector which is getting deleted/inactivated ## 1.5.0 diff --git a/NOTICE.md b/NOTICE.md index 52b6152bf..e543656cf 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -34,11 +34,18 @@ The project maintains the following source code repositories in the GitHub organ This project leverages the following third party content: +See DEPENDENCIES file. + +This project uses the following font: + - License: Open Font License 1.1 - Licence Path: https://github.com/impallari/Libre-Franklin/blob/master/OFL.txt - Source URL: https://github.com/impallari/Libre-Franklin -See DEPENDENCIES file. +This project uses the following image content: + +- Image: Catena-X Logo +- Source URL: https://catena-x.net ## Cryptography diff --git a/package.json b/package.json index d5d9f27e8..68e9bdf6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catena-x/portal-frontend", - "version": "v1.6.0-RC8", + "version": "v1.6.0", "description": "Catena-X Portal Frontend", "author": "Catena-X Contributors", "license": "Apache-2.0", diff --git a/public/cx-logo-gray.svg.license b/public/cx-logo-gray.svg.license deleted file mode 100644 index 43e977c72..000000000 --- a/public/cx-logo-gray.svg.license +++ /dev/null @@ -1,5 +0,0 @@ -This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode). - -- SPDX-License-Identifier: CC-BY-4.0 -- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation -- Source URL: https://github.com/eclipse-tractusx/portal-frontend diff --git a/public/cx-logo-text.svg.license b/public/cx-logo-text.svg.license deleted file mode 100644 index 43e977c72..000000000 --- a/public/cx-logo-text.svg.license +++ /dev/null @@ -1,5 +0,0 @@ -This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode). - -- SPDX-License-Identifier: CC-BY-4.0 -- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation -- Source URL: https://github.com/eclipse-tractusx/portal-frontend diff --git a/public/cx-logo.svg.license b/public/cx-logo.svg.license deleted file mode 100644 index 43e977c72..000000000 --- a/public/cx-logo.svg.license +++ /dev/null @@ -1,5 +0,0 @@ -This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode). - -- SPDX-License-Identifier: CC-BY-4.0 -- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation -- Source URL: https://github.com/eclipse-tractusx/portal-frontend diff --git a/public/orange-background-full.svg.license b/public/orange-background-full.svg.license index 43e977c72..7eb906968 100644 --- a/public/orange-background-full.svg.license +++ b/public/orange-background-full.svg.license @@ -2,4 +2,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses - SPDX-License-Identifier: CC-BY-4.0 - SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation -- Source URL: https://github.com/eclipse-tractusx/portal-frontend +- Source URL: https://github.com/eclipse-tractusx/portal-assets diff --git a/public/orange-background-head.svg.license b/public/orange-background-head.svg.license index 43e977c72..7eb906968 100644 --- a/public/orange-background-head.svg.license +++ b/public/orange-background-head.svg.license @@ -2,4 +2,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses - SPDX-License-Identifier: CC-BY-4.0 - SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation -- Source URL: https://github.com/eclipse-tractusx/portal-frontend +- Source URL: https://github.com/eclipse-tractusx/portal-assets diff --git a/src/assets/logo/cx-logo-short.svg.license b/src/assets/logo/cx-logo-short.svg.license deleted file mode 100644 index 43e977c72..000000000 --- a/src/assets/logo/cx-logo-short.svg.license +++ /dev/null @@ -1,5 +0,0 @@ -This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode). - -- SPDX-License-Identifier: CC-BY-4.0 -- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation -- Source URL: https://github.com/eclipse-tractusx/portal-frontend