Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(changelog): updated versions in frontend and readme #338

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,49 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

## [Unreleased]

## [released]
## [v3.1.0] - 19-06-2024
### Added

- Added a new file `LICENSE_non-code` file in root level with the contents of the CC-BY-4.0 license
- Added dpp-tutorial to step-by-step guide (readme files) of DPP worksession at the Tractus-X Community Days:
- deployment.md
- data-provision.md
- aspect-model.md
- data-consumption.md
- digital-twin-provision.md
- qr-code.md


### Updated

- Updated the contents of "Project Licenses" and "Terms of Use" sections to the `CONTRIBUTING.md` file
- Updated "Declared Project License" section in `NOTICE.md`.
- Updated the license header and notices to following readme files:
- main README.md
- /docs/*
- /dpp-backend/*
- /dpp-tutorial/*
- /deployment/*
- /dpp-verification/*
- AUTHORS.md
- SECURITY.md
- INSTALL.md
- NOTICE.md
- CONTRIBUTING.md
- CHANGELOG.md
- Updated dpp-frontend to support the following new models:
- Digital Product Pass `v5.0.0`
- Battery Pass `6.0.0`
- Transmission Pass `3.0.0`
- Updated EDC version `v0.7.0`
- Updated IRS version `v7.1.3`

### Issues Fixed
- Fixed token refresh for keycloak plugin in frontend
- Fixed IRS configuration keys in docker entrypoint script for frotnend
- Fixed CORS issue in frontend #274


## [released]
## [v3.0.0] - 13-05-2024
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ In particular, the appliction is used to access the battery passport data provid

### Software Version
#### Helm Chart Version
<pre id="helm-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/digital-product-pass-3.0.0">3.0.0</a></pre>
<pre id="helm-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/digital-product-pass-3.1.0">3.1.0</a></pre>
#### Application Version
<pre id="app-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/v3.0.0">v3.0.0</a></pre>
<pre id="app-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/v3.1.0">v3.1.0</a></pre>



Expand Down
22 changes: 21 additions & 1 deletion docs/RELEASE_USER.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,27 @@ SPDX-License-Identifier: CC-BY-4.0
-->

# Release Notes Digital Product Pass Application
User friendly relase notes without especific technical details.
User friendly relase notes without specific technical details.



**June 19 2024 (Version 3.1.0)**
*19.06.2024*

### Updated

#### Support of new data models:

The frontend component from the Digital Product Pass application is now adapted to support the following new models:
- Digital Product Pass `v2.0.0` to `v5.0.0`
- Battery Pass `v3.0.1` to `6.0.0`
- Transmission Pass `v1.0.0` to `3.0.0`

This adaption deprecates and removed the retro-compatibility from the old models.

#### Update licensing for the non-code licensed documentation

There was a change from legal documentation. Instead of Apache-2.0 licensing in documentation, it now supports non-code licensing in license headers and NOTICE sections. This is a default license from the Creative Commons Attribution 4.0 International (CC-BY-4.0).


**May 13 2024 (Version 3.0.0)**
Expand Down
4 changes: 2 additions & 2 deletions dpp-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dpp-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-product-pass-frontend",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"scripts": {
"serve": "vite --host localhost",
Expand Down
Loading