From b5c70564ac906c165b2c2d0ba4b49c57648c969c Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Mon, 6 May 2024 14:46:59 +0200 Subject: [PATCH 1/2] chore(version-update): updated release version to helm charts and other components --- CHANGELOG.md | 3 +++ README.md | 4 ++-- charts/digital-product-pass/Chart.yaml | 4 ++-- charts/digital-product-pass/README.md | 2 +- docs/RELEASE_USER.md | 9 +++++++++ .../charts/digital-product-pass-backend/Chart.yaml | 4 ++-- .../charts/digital-product-pass-backend/README.md | 2 +- dpp-backend/digitalproductpass/pom.xml | 2 +- dpp-frontend/package-lock.json | 4 ++-- dpp-frontend/package.json | 2 +- 10 files changed, 24 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3007f390c..4b4fb2814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ## [Unreleased] +## [released] +## [v2.3.0] - 06-05-2024 ### Added - Added the following Industry Core changes to the policy and digital twin: - Added `manufacturerId` and `digitalTwinType` to the specificAssetIds in digital twin registry @@ -44,6 +46,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e - Updated infrastructure guide - Updated testdata script to allow EDC constrained policy for the registry - Refactored the swagger workflow +- Updated Copyright headers: remove BASF from the license headers and added CGI ### Deleted - Deleted unused files/directories/docs/images diff --git a/README.md b/README.md index 6e1e0ff7c..a8d5cb90d 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ In particular, the appliction is used to access the battery passport data provid ### Software Version #### Helm Chart Version -
2.2.0
+
2.3.0
#### Application Version -
v2.2.0
+
v2.3.0
diff --git a/charts/digital-product-pass/Chart.yaml b/charts/digital-product-pass/Chart.yaml index 691221661..d9ff9ebae 100644 --- a/charts/digital-product-pass/Chart.yaml +++ b/charts/digital-product-pass/Chart.yaml @@ -42,10 +42,10 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.0 +version: 2.3.0 # 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: "2.2.0" +appVersion: "2.3.0" diff --git a/charts/digital-product-pass/README.md b/charts/digital-product-pass/README.md index bc1ab4093..ba7e2f81d 100644 --- a/charts/digital-product-pass/README.md +++ b/charts/digital-product-pass/README.md @@ -1,6 +1,6 @@ # digital-product-pass -![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) +![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) A Helm chart for Tractus-X Digital Product Pass Kubernetes diff --git a/docs/RELEASE_USER.md b/docs/RELEASE_USER.md index 2118910ea..9ab2523bb 100644 --- a/docs/RELEASE_USER.md +++ b/docs/RELEASE_USER.md @@ -25,6 +25,15 @@ # Release Notes Digital Product Pass Application User friendly relase notes without especific technical details. +**May 06 2024 (Version 2.3.0)** +*06.05.2024* + +### Updated + +### Integration of Industry Core Changes + +There has been some new changes from Industry Core adjusted to the asset policy and digital twin. The new attributes are `manufacturerId` and `digitalTwinType` to the specific asset Ids of the digital twin and the asset policy is now contrained to be compliant with the standardization. + **March 26 2024 (Version 2.2.0)** *26.03.2024* diff --git a/dpp-backend/charts/digital-product-pass-backend/Chart.yaml b/dpp-backend/charts/digital-product-pass-backend/Chart.yaml index db503e686..0dcf2ea44 100644 --- a/dpp-backend/charts/digital-product-pass-backend/Chart.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/Chart.yaml @@ -42,10 +42,10 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.0 +version: 2.3.0 # 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: "2.2.0" +appVersion: "2.3.0" diff --git a/dpp-backend/charts/digital-product-pass-backend/README.md b/dpp-backend/charts/digital-product-pass-backend/README.md index a4c6712be..779437aeb 100644 --- a/dpp-backend/charts/digital-product-pass-backend/README.md +++ b/dpp-backend/charts/digital-product-pass-backend/README.md @@ -1,6 +1,6 @@ # digital-product-pass-backend -![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) +![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) A Helm chart for Tractus-X Digital Product Pass Backend Kubernetes diff --git a/dpp-backend/digitalproductpass/pom.xml b/dpp-backend/digitalproductpass/pom.xml index a156f3cce..860a52df2 100644 --- a/dpp-backend/digitalproductpass/pom.xml +++ b/dpp-backend/digitalproductpass/pom.xml @@ -35,7 +35,7 @@ org.eclipse.tractusx digitalproductpass - 2.2.0 + 2.3.0 jar Catena-X Digital Product Passport Backend Digital Product Passport Consumer Backend Reference Implementation System for Product Passport Consumer Frontend Application diff --git a/dpp-frontend/package-lock.json b/dpp-frontend/package-lock.json index b7e65abc0..fb1ba1026 100644 --- a/dpp-frontend/package-lock.json +++ b/dpp-frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "digital-product-pass-frontend", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "digital-product-pass-frontend", - "version": "2.2.0", + "version": "2.3.0", "dependencies": { "@mdi/font": "5.9.55", "@popperjs/core": "^2.11.2", diff --git a/dpp-frontend/package.json b/dpp-frontend/package.json index 3446bdfe3..b4875803e 100644 --- a/dpp-frontend/package.json +++ b/dpp-frontend/package.json @@ -1,6 +1,6 @@ { "name": "digital-product-pass-frontend", - "version": "2.2.0", + "version": "2.3.0", "private": true, "scripts": { "serve": "vite --host localhost", From 0c9315be9bca84b21d5ae5e8654a23ff92f34e11 Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Mon, 6 May 2024 15:13:11 +0200 Subject: [PATCH 2/2] chore(update): updated release_user.md and changelog --- CHANGELOG.md | 3 ++- docs/RELEASE_USER.md | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4fb2814..69024c3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e - Updated infrastructure guide - Updated testdata script to allow EDC constrained policy for the registry - Refactored the swagger workflow -- Updated Copyright headers: remove BASF from the license headers and added CGI +- Updated: as agreed removed BASF from the license and license headers and added CGI instead + ### Deleted - Deleted unused files/directories/docs/images diff --git a/docs/RELEASE_USER.md b/docs/RELEASE_USER.md index 9ab2523bb..fd63362b9 100644 --- a/docs/RELEASE_USER.md +++ b/docs/RELEASE_USER.md @@ -30,10 +30,14 @@ User friendly relase notes without especific technical details. ### Updated -### Integration of Industry Core Changes +#### Integration of Industry Core Changes There has been some new changes from Industry Core adjusted to the asset policy and digital twin. The new attributes are `manufacturerId` and `digitalTwinType` to the specific asset Ids of the digital twin and the asset policy is now contrained to be compliant with the standardization. +#### License and License Header correction + +As request by `BASF` in the last interation (PI12) the company wanted to be removed from the copyright for the further development of the application in Tractus-X. Instead `CGI` which has been doing the work in name of BASF is added to the copyright headers and license together with the other companies `BMW` and `HENKEL`. Reference in the Pull Request: [#304](https://github.com/eclipse-tractusx/digital-product-pass/pull/304) + **March 26 2024 (Version 2.2.0)** *26.03.2024*