From fed520035201e3d32c534a0ef8fffd4b113f6a4a Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Wed, 8 Mar 2023 15:16:10 +0100 Subject: [PATCH] version(Charts): increase supported app version of BPDM charts to 3.1.0 --- charts/gate/CHANGELOG.md | 4 ++-- charts/gate/Chart.yaml | 4 ++-- charts/pool/CHANGELOG.md | 4 ++-- charts/pool/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/gate/CHANGELOG.md b/charts/gate/CHANGELOG.md index be08e4689..a12546f59 100644 --- a/charts/gate/CHANGELOG.md +++ b/charts/gate/CHANGELOG.md @@ -4,11 +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.1.0] - tbd +## [3.1.0] - 2023-03-08 ### Changed -- increase to app version 3.1.0.alpha.1 +- increase to app version 3.1.0 ## [3.0.6] - 2023-02-24 diff --git a/charts/gate/Chart.yaml b/charts/gate/Chart.yaml index 4e6eca505..b7b8104b8 100644 --- a/charts/gate/Chart.yaml +++ b/charts/gate/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-gate -appVersion: "3.1.0-alpha.1" -version: 3.1.0-alpha.1 +appVersion: "3.1.0" +version: 3.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/pool/CHANGELOG.md b/charts/pool/CHANGELOG.md index 15ea53614..dddd3a3b7 100644 --- a/charts/pool/CHANGELOG.md +++ b/charts/pool/CHANGELOG.md @@ -4,11 +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/), -## [4.1.0] - tbd +## [4.1.0] - 2023-03-08 ### Changed -- increase to app version 3.1.0.alpha.1 +- increase to app version 3.1.0 ## [4.0.6] - 2023-02-24 diff --git a/charts/pool/Chart.yaml b/charts/pool/Chart.yaml index 3d964785a..ee8c103fa 100644 --- a/charts/pool/Chart.yaml +++ b/charts/pool/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-pool -appVersion: "3.1.0-alpha.1" -version: 4.1.0-alpha.1 +appVersion: "3.1.0" +version: 4.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: