From cea4a81458847639ff83fb8c9e9eeccfb6266a74 Mon Sep 17 00:00:00 2001 From: Mathias Brunkow Moser Date: Thu, 31 Aug 2023 13:48:31 +0200 Subject: [PATCH] chore: updated chart versions, changelog, prepared release v1.0.1 and updated dependencies --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- charts/digital-product-pass/Chart.yaml | 4 ++-- docs/RELEASE_USER.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72497c9f6..beab4203c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,16 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [released] +## [1.0.1] - 31-08-2023 +## Updated +- Fixed model parsing from payloads incoming from the `Digital Twin Registry` due to their latest hotfix. + - Ignored extra attributes not relevant for the Digital Product Pass application. + +- Added footer License notes in the all the documents inside `/docs` to comply with the TRGs. +- Updated the Trivy workflow to fix a bug related with the configuration ## [released] ## [1.0.0] - 16-08-2023 diff --git a/README.md b/README.md index e544cd98a..6337638db 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ In particular, the appliction is used to access the battery passport data provid ### Software Version #### Helm Chart Version -
1.0.0
+
1.0.1
#### Application Version -
v1.0.0
+
v1.0.1
## Application Preview diff --git a/charts/digital-product-pass/Chart.yaml b/charts/digital-product-pass/Chart.yaml index c63aabaa2..461fc888c 100644 --- a/charts/digital-product-pass/Chart.yaml +++ b/charts/digital-product-pass/Chart.yaml @@ -40,11 +40,11 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.0 +version: 1.0.1 # 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.0.0" +appVersion: "1.0.1" diff --git a/docs/RELEASE_USER.md b/docs/RELEASE_USER.md index 56dba6e66..332afd466 100644 --- a/docs/RELEASE_USER.md +++ b/docs/RELEASE_USER.md @@ -23,6 +23,16 @@ # Release Notes Digital Product Pass Application User friendly relase notes without especific technical details. +**August 31 2023 (Version 1.0.1)** +*31.08.2023* + +### Updated + +#### Fixed the parsing of new attributes by ignoring any extra attributes incoming from the DTR. +Due to the latest hotfix released `v0.3.15-M1` of the `Digital Twin Registry`, was necesarry +to implement a hotfix that ignored all the extra attributes incoming from the DTR that were not relevant +to the Digital Product Pass Application core functionality. + **August 15 2023 (Version 1.0.0)** *15.08.2023* diff --git a/package-lock.json b/package-lock.json index 28767830c..fab229df3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "productpass-consumer-ui", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "productpass-consumer-ui", - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "@mdi/font": "5.9.55", "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index a8525cdde..dbf616a16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "productpass-consumer-ui", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "serve": "vite --host localhost",