From 76c7ce53e0f18ec6b27244bfee3e6392b2e03f5d Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Mon, 28 Aug 2023 16:33:58 +0200 Subject: [PATCH] feat(charts): increase appVersion to 4.0.1 - update charts CHANGELOG --- charts/bpdm/CHANGELOG.md | 11 +++ charts/bpdm/Chart.yaml | 10 +-- .../charts/bpdm-bridge-dummy/CHANGELOG.md | 71 ++----------------- .../bpdm/charts/bpdm-bridge-dummy/Chart.yaml | 4 +- charts/bpdm/charts/bpdm-gate/CHANGELOG.md | 6 ++ charts/bpdm/charts/bpdm-gate/Chart.yaml | 4 +- charts/bpdm/charts/bpdm-pool/CHANGELOG.md | 13 +++- charts/bpdm/charts/bpdm-pool/Chart.yaml | 4 +- 8 files changed, 47 insertions(+), 76 deletions(-) create mode 100644 charts/bpdm/CHANGELOG.md diff --git a/charts/bpdm/CHANGELOG.md b/charts/bpdm/CHANGELOG.md new file mode 100644 index 000000000..71ffb8c5b --- /dev/null +++ b/charts/bpdm/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +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.4] - 2023-08-28 + +### Changed + +- increase to app version 4.0.1 \ No newline at end of file diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml index c2cf466f3..239bb97eb 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 gate and pool applications -version: 3.0.3 -appVersion: "4.0.0" +version: 3.0.4 +appVersion: "4.0.1" home: https://github.com/eclipse-tractusx/bpdm sources: - https://github.com/eclipse-tractusx/bpdm @@ -33,15 +33,15 @@ maintainers: dependencies: - name: bpdm-gate - version: 4.0.0 + version: 4.0.1 alias: bpdm-gate condition: bpdm-gate.enabled - name: bpdm-pool - version: 5.0.0 + version: 5.0.1 alias: bpdm-pool condition: bpdm-pool.enabled - name: bpdm-bridge-dummy - version: 1.0.1 + version: 1.0.2 alias: bpdm-bridge-dummy condition: bpdm-bridge-dummy.enabled - name: opensearch diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md b/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md index d6d26fe6b..f4dbb8a0d 100644 --- a/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md @@ -4,77 +4,20 @@ 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.0.0] - 2023-08-18 +## [1.0.2] - 2023-08-28 ### Changed -- increase to app version 4.0.0 -- add missing license headers to ingress templates -- change default registry for image to dockerhub - -### Added - -- postgres chart dependency for persistence - -## [3.3.0] - 2023-03-17 - -### Changed - -- increase to app version 3.2.0 - -## [3.2.0] - 2023-03-16 - -### Changed - -- Startup, Readiness and Liveness probes can now be fully configured over the values - -## [3.1.0] - 2023-03-08 - -### Changed - -- increase to app version 3.1.0 - -## [3.0.6] - 2023-02-24 +- increase to app version 4.0.1 -### Changed - -- increase to app version 3.0.3 - -## [3.0.5] - 2023-02-16 +## [1.0.1] - 2023-08-18 ### Changed -- support app version 3.0.2 - -### Fixed - -- fixed bug causing missing apiVersion on Ingress resource -- fixed port of startup probe -- fixed liveness probe endpoint - -## [3.0.4] - 2022-01-27 +- increase to app version 4.0.0 +- add missing license headers to ingress templates +- change default registry for image to dockerhub ### Added -- LICENSE file -- README file -- Copyright headers -- CHANGELOG file - -## [3.0.3] - 2022-01-25 - -### Changed - -- AppVersion to 3.0.1 - -## [3.0.2] - 2022-01-23 - -## Changed - -- Image now being pulled from catenax-ng/tx-bpdm by default. - -## [3.0.1] - 2022-01-20 - -## Changed - -- AppVersion to 3.0.0 \ No newline at end of file +- postgres chart dependency for persistence \ No newline at end of file diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml index b939e5883..45fef6c57 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.0.0" -version: 1.0.1 +appVersion: "4.0.1" +version: 1.0.2 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 d6d26fe6b..16db2368f 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/), +## [4.0.1] - 2023-08-28 + +### Changed + +- increase to app version 4.0.1 + ## [4.0.0] - 2023-08-18 ### Changed diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml index bdc22ebb4..3e4631546 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.0.0" -version: 4.0.0 +appVersion: "4.0.1" +version: 4.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-pool/CHANGELOG.md b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md index e226fb7a7..573b65fcd 100644 --- a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md @@ -4,12 +4,23 @@ 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] - 2023-08-28 + +### Changed + +- increase to app version 4.0.1 + ## [5.0.0] - 2023-08-18 +### Changed + - increase to app version 4.0.0 -- add missing license headers to ingress templates - change default registry for image to dockerhub +### Added + +- add missing license headers to ingress templates + ## [4.3.0] - 2023-03-17 ### Changed diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml index bb44ed765..ff9b115d6 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.0.0" -version: 5.0.0 +appVersion: "4.0.1" +version: 5.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: