Skip to content

Commit 4615283

Browse files
authored
Merge branch 'eclipse-tractusx:main' into release/v3.0.0-single-api
2 parents ed0cf8f + 7b5b84b commit 4615283

File tree

8 files changed

+25
-8
lines changed

8 files changed

+25
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
2929

3030
## [Unreleased]
3131

32+
## [released]
33+
## [v2.3.0] - 06-05-2024
3234
### Added
3335
- SingleApiRequest class for the requested data for the single API.
3436
- SingleApiConfig class to had configurations related to the single API.
@@ -60,6 +62,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
6062
- Updated deployment-backend.yaml with the oauth.apiKey.
6163
- Updated values-int/beta/dev.yaml files with the oauth.apiKey.
6264
- Refactored the swagger workflow
65+
- Updated: as agreed removed BASF from the license and license headers and added CGI instead
66+
6367

6468
### Deleted
6569
- Deleted unused files/directories/docs/images

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ In particular, the appliction is used to access the battery passport data provid
3737

3838
### Software Version
3939
#### Helm Chart Version
40-
<pre id="helm-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/digital-product-pass-2.2.0">2.2.0</a></pre>
40+
<pre id="helm-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/digital-product-pass-2.3.0">2.3.0</a></pre>
4141
#### Application Version
42-
<pre id="app-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/v2.2.0">v2.2.0</a></pre>
42+
<pre id="app-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/v2.3.0">v2.3.0</a></pre>
4343

4444

4545

charts/digital-product-pass/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# digital-product-pass
22

3-
![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)
3+
![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)
44

55
A Helm chart for Tractus-X Digital Product Pass Kubernetes
66

docs/RELEASE_USER.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
# Release Notes Digital Product Pass Application
2626
User friendly relase notes without especific technical details.
2727

28+
**May 06 2024 (Version 2.3.0)**
29+
*06.05.2024*
30+
31+
### Updated
32+
33+
#### Integration of Industry Core Changes
34+
35+
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.
36+
37+
#### License and License Header correction
38+
39+
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)
40+
2841

2942
**March 26 2024 (Version 2.2.0)**
3043
*26.03.2024*

dpp-backend/charts/digital-product-pass-backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# digital-product-pass-backend
22

3-
![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)
3+
![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)
44

55
A Helm chart for Tractus-X Digital Product Pass Backend Kubernetes
66

dpp-backend/digitalproductpass/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</parent>
3636
<groupId>org.eclipse.tractusx</groupId>
3737
<artifactId>digitalproductpass</artifactId>
38-
<version>2.2.0</version>
38+
<version>2.3.0</version>
3939
<packaging>jar</packaging>
4040
<name>Catena-X Digital Product Passport Backend</name>
4141
<description>Digital Product Passport Consumer Backend Reference Implementation System for Product Passport Consumer Frontend Application

dpp-frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dpp-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-product-pass-frontend",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"scripts": {
66
"serve": "vite --host localhost",

0 commit comments

Comments
 (0)