diff --git a/charts/bpdm/CHANGELOG.md b/charts/bpdm/CHANGELOG.md index 6bb3332a6..9b395b2bd 100644 --- a/charts/bpdm/CHANGELOG.md +++ b/charts/bpdm/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), +## [5.0.2] - 2024-07-03 + +### Changed + +- Increase appversion to 6.0.2 +- update BPDM Pool Chart to version 7.0.2 +- update BPDM Gate Chart to version 6.0.2 +- update BPDM Orchestrator Chart to version 3.0.2 +- update BPDM Cleaning Service Dummy Chart to version 3.0.2 + ## [5.0.1] - 2024-05-27 ### Changed diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml index 66ead71e4..719d27f0a 100644 --- a/charts/bpdm/Chart.yaml +++ b/charts/bpdm/Chart.yaml @@ -22,8 +22,8 @@ apiVersion: v2 name: bpdm type: application description: A Helm chart for Kubernetes that deploys the BPDM applications -version: 5.0.1 -appVersion: "6.0.1" +version: 5.0.2 +appVersion: "6.0.2" home: https://github.com/eclipse-tractusx/bpdm sources: - https://github.com/eclipse-tractusx/bpdm @@ -33,22 +33,22 @@ maintainers: dependencies: - name: bpdm-gate - version: 6.0.1 + version: 6.0.2 alias: bpdm-gate condition: bpdm-gate.enabled repository: "file://./charts/bpdm-gate" - name: bpdm-pool - version: 7.0.1 + version: 7.0.2 alias: bpdm-pool condition: bpdm-pool.enabled repository: "file://./charts/bpdm-pool" - name: bpdm-cleaning-service-dummy - version: 3.0.1 + version: 3.0.2 alias: bpdm-cleaning-service-dummy condition: bpdm-cleaning-service-dummy.enabled repository: "file://./charts/bpdm-cleaning-service-dummy" - name: bpdm-orchestrator - version: 3.0.1 + version: 3.0.2 alias: bpdm-orchestrator condition: bpdm-orchestrator.enabled repository: "file://./charts/bpdm-orchestrator" diff --git a/charts/bpdm/README.md b/charts/bpdm/README.md index 4b970517c..129ed091a 100644 --- a/charts/bpdm/README.md +++ b/charts/bpdm/README.md @@ -1,6 +1,6 @@ # bpdm -![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square) +![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square) A Helm chart for Kubernetes that deploys the BPDM applications @@ -21,11 +21,11 @@ A Helm chart for Kubernetes that deploys the BPDM applications | Repository | Name | Version | |------------|------|---------| -| file://./charts/bpdm-cleaning-service-dummy | bpdm-cleaning-service-dummy(bpdm-cleaning-service-dummy) | 3.0.1 | +| file://./charts/bpdm-cleaning-service-dummy | bpdm-cleaning-service-dummy(bpdm-cleaning-service-dummy) | 3.0.2 | | file://./charts/bpdm-common | bpdm-common | 1.0.1 | -| file://./charts/bpdm-gate | bpdm-gate(bpdm-gate) | 6.0.1 | -| file://./charts/bpdm-orchestrator | bpdm-orchestrator(bpdm-orchestrator) | 3.0.1 | -| file://./charts/bpdm-pool | bpdm-pool(bpdm-pool) | 7.0.1 | +| file://./charts/bpdm-gate | bpdm-gate(bpdm-gate) | 6.0.2 | +| file://./charts/bpdm-orchestrator | bpdm-orchestrator(bpdm-orchestrator) | 3.0.2 | +| file://./charts/bpdm-pool | bpdm-pool(bpdm-pool) | 7.0.2 | | https://charts.bitnami.com/bitnami | keycloak(keycloak) | 19.3.0 | | https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 | diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md b/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md index 5f2c45fae..138c462ac 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), +## [3.0.2] - 2024-07-03 + +### Changed + +- Increase appversion to 6.0.2 + ## [3.0.1] - 2024-05-27 ### Changed diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml index 20e7df74b..2741f2881 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-cleaning-service-dummy -appVersion: "6.0.1" -version: 3.0.1 +appVersion: "6.0.2" +version: 3.0.2 description: A Helm chart for deploying the BPDM cleaning service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md b/charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md index 9476d2352..3dadbbbc4 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md @@ -1,6 +1,6 @@ # bpdm-cleaning-service-dummy -![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square) +![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square) A Helm chart for deploying the BPDM cleaning service diff --git a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md index 391f616ae..c93aed745 100644 --- a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), +## [6.0.2] - 2024-07-03 + +### Changed + +- Increase appversion to 6.0.2 + ## [6.0.1] - 2024-05-27 ### Changed diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml index cbb1086ab..932ad61ef 100644 --- a/charts/bpdm/charts/bpdm-gate/Chart.yaml +++ b/charts/bpdm/charts/bpdm-gate/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-gate -appVersion: "6.0.1" -version: 6.0.1 +appVersion: "6.0.2" +version: 6.0.2 description: A Helm chart for deploying the BPDM gate service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-gate/README.md b/charts/bpdm/charts/bpdm-gate/README.md index a48a8f601..cca0e0e14 100644 --- a/charts/bpdm/charts/bpdm-gate/README.md +++ b/charts/bpdm/charts/bpdm-gate/README.md @@ -1,6 +1,6 @@ # bpdm-gate -![Version: 6.0.1](https://img.shields.io/badge/Version-6.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square) +![Version: 6.0.2](https://img.shields.io/badge/Version-6.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square) A Helm chart for deploying the BPDM gate service diff --git a/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md b/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md index a2bab3a06..72aba2d3c 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), +## [3.0.2] - 2024-07-03 + +### Changed + +- Increase appversion to 6.0.2 + ## [3.0.1] - 2024-05-27 ### Changed diff --git a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml index ef8cb2fb2..fde8c5d7f 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml +++ b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-orchestrator -appVersion: "6.0.1" -version: 3.0.1 +appVersion: "6.0.2" +version: 3.0.2 description: A Helm chart for deploying the BPDM Orchestrator service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-orchestrator/README.md b/charts/bpdm/charts/bpdm-orchestrator/README.md index ff942a621..d1d172e62 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/README.md +++ b/charts/bpdm/charts/bpdm-orchestrator/README.md @@ -1,6 +1,6 @@ # bpdm-orchestrator -![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square) +![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square) A Helm chart for deploying the BPDM Orchestrator service diff --git a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md index ea10229e1..fa172a39a 100644 --- a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), +## [7.0.2] - 2024-07-03 + +### Changed + +- Increase appversion to 6.0.2 + ## [7.0.1] - 2024-05-27 ### Changed diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml index f48845797..afcc2a45f 100644 --- a/charts/bpdm/charts/bpdm-pool/Chart.yaml +++ b/charts/bpdm/charts/bpdm-pool/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-pool -appVersion: "6.0.1" -version: 7.0.1 +appVersion: "6.0.2" +version: 7.0.2 description: A Helm chart for deploying the BPDM pool service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-pool/README.md b/charts/bpdm/charts/bpdm-pool/README.md index e97a43b03..e86133da0 100644 --- a/charts/bpdm/charts/bpdm-pool/README.md +++ b/charts/bpdm/charts/bpdm-pool/README.md @@ -1,6 +1,6 @@ # bpdm-pool -![Version: 7.0.1](https://img.shields.io/badge/Version-7.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square) +![Version: 7.0.2](https://img.shields.io/badge/Version-7.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square) A Helm chart for deploying the BPDM pool service