From 9d4b58e1824bd251bf59e62dad6cefbac99cdc66 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Mon, 27 May 2024 11:39:23 +0800 Subject: [PATCH] version(charts): increase Charts version to 5.0.1 --- charts/bpdm/CHANGELOG.md | 3 ++- charts/bpdm/Chart.yaml | 12 ++++++------ charts/bpdm/README.md | 10 +++++----- .../charts/bpdm-cleaning-service-dummy/CHANGELOG.md | 3 ++- .../charts/bpdm-cleaning-service-dummy/Chart.yaml | 4 ++-- .../charts/bpdm-cleaning-service-dummy/README.md | 2 +- charts/bpdm/charts/bpdm-gate/CHANGELOG.md | 3 ++- charts/bpdm/charts/bpdm-gate/Chart.yaml | 4 ++-- charts/bpdm/charts/bpdm-gate/README.md | 2 +- charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md | 3 ++- charts/bpdm/charts/bpdm-orchestrator/Chart.yaml | 4 ++-- charts/bpdm/charts/bpdm-orchestrator/README.md | 2 +- charts/bpdm/charts/bpdm-pool/CHANGELOG.md | 3 ++- charts/bpdm/charts/bpdm-pool/Chart.yaml | 4 ++-- charts/bpdm/charts/bpdm-pool/README.md | 2 +- 15 files changed, 33 insertions(+), 28 deletions(-) diff --git a/charts/bpdm/CHANGELOG.md b/charts/bpdm/CHANGELOG.md index b07554934..6bb3332a6 100644 --- a/charts/bpdm/CHANGELOG.md +++ b/charts/bpdm/CHANGELOG.md @@ -4,10 +4,11 @@ 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.1] - tbd +## [5.0.1] - 2024-05-27 ### Changed +- Increase appversion to 6.0.1 - Default pull policy from 'Always' to 'IfNotPresent' - Fixes BPDM applications not connecting with each other when authenticated - update BPDM Pool Chart to version 7.0.1 diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml index 66fcba221..66ead71e4 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-alpha.2 -appVersion: "6.0.0" +version: 5.0.1 +appVersion: "6.0.1" 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-alpha.1 + version: 6.0.1 alias: bpdm-gate condition: bpdm-gate.enabled repository: "file://./charts/bpdm-gate" - name: bpdm-pool - version: 7.0.1-alpha.1 + version: 7.0.1 alias: bpdm-pool condition: bpdm-pool.enabled repository: "file://./charts/bpdm-pool" - name: bpdm-cleaning-service-dummy - version: 3.0.1-alpha.1 + version: 3.0.1 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-alpha.1 + version: 3.0.1 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 162726b52..4b970517c 100644 --- a/charts/bpdm/README.md +++ b/charts/bpdm/README.md @@ -1,6 +1,6 @@ # bpdm -![Version: 5.0.1-alpha.2](https://img.shields.io/badge/Version-5.0.1--alpha.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square) +![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) 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-alpha.1 | +| file://./charts/bpdm-cleaning-service-dummy | bpdm-cleaning-service-dummy(bpdm-cleaning-service-dummy) | 3.0.1 | | file://./charts/bpdm-common | bpdm-common | 1.0.1 | -| file://./charts/bpdm-gate | bpdm-gate(bpdm-gate) | 6.0.1-alpha.1 | -| file://./charts/bpdm-orchestrator | bpdm-orchestrator(bpdm-orchestrator) | 3.0.1-alpha.1 | -| file://./charts/bpdm-pool | bpdm-pool(bpdm-pool) | 7.0.1-alpha.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 | | 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 b4445f40a..5f2c45fae 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md @@ -4,10 +4,11 @@ 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.1] - tbd +## [3.0.1] - 2024-05-27 ### Changed +- Increase appversion to 6.0.1 - Default pull policy from 'Always' to 'IfNotPresent' - Added documentation for default values in the README diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml index 9cbcd3cd2..20e7df74b 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.0" -version: 3.0.1-alpha.1 +appVersion: "6.0.1" +version: 3.0.1 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 4660d3309..9476d2352 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-alpha.1](https://img.shields.io/badge/Version-3.0.1--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square) +![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) 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 27d692b11..391f616ae 100644 --- a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md @@ -4,10 +4,11 @@ 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.1] - tbd +## [6.0.1] - 2024-05-27 ### Changed +- Increase appversion to 6.0.1 - Default pull policy from 'Always' to 'IfNotPresent' - Added documentation for default values in the README diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml index 44def5255..cbb1086ab 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.0" -version: 6.0.1-alpha.1 +appVersion: "6.0.1" +version: 6.0.1 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 b2568114c..a48a8f601 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-alpha.1](https://img.shields.io/badge/Version-6.0.1--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square) +![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) 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 76900e7c6..a2bab3a06 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md @@ -4,10 +4,11 @@ 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.1] - tbd +## [3.0.1] - 2024-05-27 ### Changed +- Increase appversion to 6.0.1 - Default pull policy from 'Always' to 'IfNotPresent' - Added documentation for default values in the README diff --git a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml index b117a406d..ef8cb2fb2 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.0" -version: 3.0.1-alpha.1 +appVersion: "6.0.1" +version: 3.0.1 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 0de1654b2..ff942a621 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-alpha.1](https://img.shields.io/badge/Version-3.0.1--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square) +![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) 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 6a86c8ade..ea10229e1 100644 --- a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md @@ -4,10 +4,11 @@ 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.1] - tbd +## [7.0.1] - 2024-05-27 ### Changed +- Increase appversion to 6.0.1 - Default pull policy from 'Always' to 'IfNotPresent' - Added documentation for default values in the README diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml index 69c12f008..f48845797 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.0" -version: 7.0.1-alpha.1 +appVersion: "6.0.1" +version: 7.0.1 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 0bafac987..e97a43b03 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-alpha.1](https://img.shields.io/badge/Version-7.0.1--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square) +![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) A Helm chart for deploying the BPDM pool service