From d13421298f691443c38efec23a81503cec422796 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Thu, 28 Mar 2024 17:08:16 +0800 Subject: [PATCH] feat(charts): increase supported postgres version to 15 --- charts/bpdm/CHANGELOG.md | 4 ++++ charts/bpdm/Chart.yaml | 8 ++++---- charts/bpdm/charts/bpdm-common/templates/_helpers.tpl | 2 +- charts/bpdm/charts/bpdm-gate/CHANGELOG.md | 5 +++++ charts/bpdm/charts/bpdm-gate/Chart.yaml | 4 ++-- charts/bpdm/charts/bpdm-pool/CHANGELOG.md | 5 +++++ charts/bpdm/charts/bpdm-pool/Chart.yaml | 4 ++-- 7 files changed, 23 insertions(+), 9 deletions(-) diff --git a/charts/bpdm/CHANGELOG.md b/charts/bpdm/CHANGELOG.md index 0b480d395..43ba8978f 100644 --- a/charts/bpdm/CHANGELOG.md +++ b/charts/bpdm/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), ## [5.0.0] - tbd +### Breaking + +- Postgres Chart dependency version from 14 to 15: When using the Postgres deployment managed by the BPDM Chart please mind to migrate your data as this update is not backwards compatible. + ### Changed - update BPDM Pool Chart to version 7.0.0 diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml index 28b4f3c77..7da715258 100644 --- a/charts/bpdm/Chart.yaml +++ b/charts/bpdm/Chart.yaml @@ -22,7 +22,7 @@ apiVersion: v2 name: bpdm type: application description: A Helm chart for Kubernetes that deploys the BPDM applications -version: 5.0.0-alpha.1 +version: 5.0.0-alpha.2 appVersion: "6.0.0-alpha.0" home: https://github.com/eclipse-tractusx/bpdm sources: @@ -33,11 +33,11 @@ maintainers: dependencies: - name: bpdm-gate - version: 6.0.0-alpha.0 + version: 6.0.0-alpha.1 alias: bpdm-gate condition: bpdm-gate.enabled - name: bpdm-pool - version: 7.0.0-alpha.0 + version: 7.0.0-alpha.1 alias: bpdm-pool condition: bpdm-pool.enabled - name: bpdm-cleaning-service-dummy @@ -51,7 +51,7 @@ dependencies: - name: bpdm-common version: 1.0.1 - name: postgresql - version: 11.9.13 + version: 12.12.10 repository: https://charts.bitnami.com/bitnami alias: postgres condition: postgres.enabled diff --git a/charts/bpdm/charts/bpdm-common/templates/_helpers.tpl b/charts/bpdm/charts/bpdm-common/templates/_helpers.tpl index 7d5381696..590f4be0e 100644 --- a/charts/bpdm/charts/bpdm-common/templates/_helpers.tpl +++ b/charts/bpdm/charts/bpdm-common/templates/_helpers.tpl @@ -89,7 +89,7 @@ Create name of application secret Determine postgres service/host name to connect to */}} {{- define "bpdm.postgresDependency" -}} - {{- include "includeWithPostgresContext" (list $ "postgresql.primary.fullname") }} + {{- include "includeWithPostgresContext" (list $ "postgresql.v1.primary.fullname") }} {{- end }}} {{/* diff --git a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md index 3b73f2dd0..d85e83488 100644 --- a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), ## [6.0.0] - tbd +### Breaking + +- Postgres Chart dependency version from 14 to 15: When using the Postgres deployment managed by the BPDM Chart please mind to migrate your data as this update is not backwards compatible. + + ### Changed - update app version to 6.0.0 diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml index 6267145d8..8afcdf915 100644 --- a/charts/bpdm/charts/bpdm-gate/Chart.yaml +++ b/charts/bpdm/charts/bpdm-gate/Chart.yaml @@ -22,14 +22,14 @@ apiVersion: v2 type: application name: bpdm-gate appVersion: "6.0.0-alpha.0" -version: 6.0.0-alpha.0 +version: 6.0.0-alpha.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: - https://github.com/eclipse-tractusx/bpdm dependencies: - name: postgresql - version: 11.9.13 + version: 12.12.10 repository: https://charts.bitnami.com/bitnami alias: postgres condition: postgres.enabled diff --git a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md index 9a472773e..3762ea753 100644 --- a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), ## [7.0.0] - tbd +### Breaking + +- Postgres Chart dependency version from 14 to 15: When using the Postgres deployment managed by the BPDM Chart please mind to migrate your data as this update is not backwards compatible. + + ### Changed - update app version to 6.0.0 diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml index 77644fe72..acc725807 100644 --- a/charts/bpdm/charts/bpdm-pool/Chart.yaml +++ b/charts/bpdm/charts/bpdm-pool/Chart.yaml @@ -22,14 +22,14 @@ apiVersion: v2 type: application name: bpdm-pool appVersion: "6.0.0-alpha.0" -version: 7.0.0-alpha.0 +version: 7.0.0-alpha.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: - https://github.com/eclipse-tractusx/bpdm dependencies: - name: postgresql - version: 11.9.13 + version: 12.12.10 repository: https://charts.bitnami.com/bitnami alias: postgres condition: postgres.enabled