diff --git a/charts/bpdm/CHANGELOG.md b/charts/bpdm/CHANGELOG.md index 43eee2c61..9a85fc182 100644 --- a/charts/bpdm/CHANGELOG.md +++ b/charts/bpdm/CHANGELOG.md @@ -4,7 +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.1.0] - tbd +## [3.1.0] - 2023-11-03 + +### Added + +- Subchart BPDM Cleaning Service Dummy +- Subchart BPDM Orchestrator ### Changed diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml index 3b679c99e..a9a5fe5af 100644 --- a/charts/bpdm/Chart.yaml +++ b/charts/bpdm/Chart.yaml @@ -21,9 +21,9 @@ apiVersion: v2 name: bpdm type: application -description: A Helm chart for Kubernetes that deploys the gate and pool applications -version: 3.1.0-alpha.7 -appVersion: "4.1.0-alpha.4" +description: A Helm chart for Kubernetes that deploys the BPDM applications +version: 3.1.0 +appVersion: "4.1.0" home: https://github.com/eclipse-tractusx/bpdm sources: - https://github.com/eclipse-tractusx/bpdm @@ -33,23 +33,23 @@ maintainers: dependencies: - name: bpdm-gate - version: 4.1.0-alpha.4 + version: 4.1.0 alias: bpdm-gate condition: bpdm-gate.enabled - name: bpdm-pool - version: 5.1.0-alpha.4 + version: 5.1.0 alias: bpdm-pool condition: bpdm-pool.enabled - name: bpdm-bridge-dummy - version: 1.1.0-alpha.4 + version: 1.1.0 alias: bpdm-bridge-dummy condition: bpdm-bridge-dummy.enabled - name: bpdm-cleaning-service-dummy - version: 1.0.0-alpha.5 + version: 1.0.0 alias: bpdm-cleaning-service-dummy condition: bpdm-cleaning-service-dummy.enabled - name: bpdm-orchestrator - version: 1.0.0-alpha.3 + version: 1.0.0 alias: bpdm-orchestrator condition: bpdm-orchestrator.enabled - name: opensearch diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md b/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md index af6a7d445..6c2c1e8c5 100644 --- a/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md @@ -4,7 +4,7 @@ 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/), -## [1.1.0] - tbd +## [1.1.0] - 2023-11-03 ### Changed diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml index ff4e04ec3..d69d5c285 100644 --- a/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml +++ b/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-bridge-dummy -appVersion: "4.1.0-alpha.4" -version: 1.1.0-alpha.4 +appVersion: "4.1.0" +version: 1.1.0 description: A Helm chart for deploying the BPDM bridge dummy 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/CHANGELOG.md b/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md index ed1ab584a..b1da78e50 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md @@ -4,8 +4,8 @@ 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/), -## [1.0.0] - tbr +## [1.0.0] - 2023-11-03 ### Added -- Added new microservice deployment ( cleaning service ) \ No newline at end of file +- Chart for BPDM application cleaning service dummy \ No newline at end of file diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml index a29b961b2..d98ff6e34 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: "4.1.0-alpha.4" -version: 1.0.0-alpha.5 +appVersion: "4.1.0" +version: 1.0.0 description: A Helm chart for deploying the BPDM bridge dummy service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md index f3d58bb89..5c7346752 100644 --- a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md @@ -4,7 +4,7 @@ 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/), -## [4.1.0] - tbd +## [4.1.0] - 2023-11-03 ### Changed diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml index 7b4a3140f..cc1ba99ab 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: "4.1.0-alpha.4" -version: 4.1.0-alpha.4 +appVersion: "4.1.0" +version: 4.1.0 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-orchestrator/CHANGELOG.md b/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md index 7f5cc1e48..3a7dbdcfe 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md @@ -4,8 +4,8 @@ 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/), -## [1.0.0] - tbr +## [1.0.0] - 2023-11-03 ### Added -- Added new microservice deployment ( orchestrator ) \ No newline at end of file +- Chart for BPDM application orchestrator \ No newline at end of file diff --git a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml index ffc546e83..698360b75 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: "4.1.0-alpha.4" -version: 1.0.0-alpha.3 +appVersion: "4.1.0" +version: 1.0.0 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-pool/CHANGELOG.md b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md index 04b571250..ac702f715 100644 --- a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md @@ -4,7 +4,7 @@ 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.1.0] - tbd +## [5.1.0] - 2023-11-03 ### Changed diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml index a273a39a3..24ce84522 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: "4.1.0-alpha.4" -version: 5.1.0-alpha.4 +appVersion: "4.1.0" +version: 5.1.0 description: A Helm chart for deploying the BPDM pool service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: