Skip to content

Commit

Permalink
Prepared release notes for Tag v0.4.6 and charts
Browse files Browse the repository at this point in the history
  • Loading branch information
matbmoser committed Feb 28, 2023
1 parent d1ef2f8 commit 929316d
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

## [released]

## [0.4.6] - 2023-02-28

## Updated
- Updated documentation, corrected links.

## [released]

## [0.4.5] - 2023-02-28

# Security Issues
Expand Down
4 changes: 2 additions & 2 deletions charts/consumer-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.4
version: 0.2.5

# 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: "0.4.5"
appVersion: "0.4.6"
4 changes: 2 additions & 2 deletions charts/consumer-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.4
version: 0.2.5

# 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: "0.4.5"
appVersion: "0.4.6"
15 changes: 10 additions & 5 deletions docs/RELEASE_USER.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,26 @@

# Release Notes Digital Product Pass Application

**February 28 (initial release, version 0.4.5)**

**February 28 2023 (Version 0.4.6)**
*28.02.2023*

## Security Issues
### Updated
Updated documentation issues, fixing incorrect structure.

**February 28 2023 (Version 0.4.5)**
*28.02.2023*

### Security Issues
Updated security issues related with a library.

**February 27 (initial release, version 0.4.4)**
**February 27 2023 (Initial Release, Version 0.4.4)**
*27.02.2023*

Welcome to the inital release of the **Product Pass App**. Here is an overview on the applications features.

Here is what's new in **Version 0.4.4:**

- [Added](#added)

## Added

### Request product information
Expand Down
8 changes: 3 additions & 5 deletions docs/arc42/Arc42.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ As the data provider might not send every data field regarding to the users priv

## Architecture Constraints

Catena-X Standard to DataExchange, Trust and Security. **Architecture Framework - Catena-X – Overarching Project Information - Confluence**
Catena-X Standard to DataExchange, Trust and Security. **We follow the Catena-X Architecture Framework**

FOSS Guardrails (Confluence Refernce!?)
FOSS Guardrails

Guardrails for Data Souveranity **DS Guardrails for PI5 - Catena-X – Overarching Project Information - Confluence**
Guardrails for Data Souveranity **We follow the DS Guardrails for PI5 - Catena-X – Overarching Project Information**

**Contents.**
*Any requirement that constrains software architects in their freedom of design and implementation decisions or decision about the development process. These constraints sometimes go beyond individual systems and are valid for whole organizations and companies.*
Expand All @@ -156,8 +156,6 @@ The Product Passport Application is a Catena-X terms a "blue" application. This

The interaction between the Product Passport Application previous the "BatteryPass" Application, the EDC Connectors, the Digital Twin registry and other services is detailed in the following page:

**(CEC) Product diagrams - Batterypass**. The detailed diagram was linked to here so it is also visible in this ARC42 Documentation in its latest version:

![Detailed Explanation Product Passport App](./GraphicDetailedExPPApp.jpg)

#### Product Passport Component
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "productpass-consumer-ui",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"scripts": {
"serve": "vite --host localhost",
Expand Down

0 comments on commit 929316d

Please sign in to comment.