Skip to content

Commit

Permalink
Merge pull request #469 from eclipse-tractusx/feat/charts/appversion-…
Browse files Browse the repository at this point in the history
…4.1.0-alpha.0

Feat: BPDM Charts appversion 4.1.0-alpha.0
  • Loading branch information
nicoprow authored Sep 15, 2023
2 parents 049bafe + 7cc9b2b commit bfdb49b
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 11 deletions.
6 changes: 6 additions & 0 deletions charts/bpdm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/),

## [3.1.0] - tbd

### Changed

- increase to app version 4.1.0

## [3.0.4] - 2023-08-28

### Changed
Expand Down
10 changes: 5 additions & 5 deletions charts/bpdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
appVersion: "4.0.1"
version: 3.1.0-alpha.0
appVersion: "4.1.0-alpha.0"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm
Expand All @@ -33,15 +33,15 @@ maintainers:

dependencies:
- name: bpdm-gate
version: 4.0.1
version: 4.1.0-alpha.0
alias: bpdm-gate
condition: bpdm-gate.enabled
- name: bpdm-pool
version: 5.0.1
version: 5.1.0-alpha.0
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-bridge-dummy
version: 1.0.2
version: 1.1.0-alpha.0
alias: bpdm-bridge-dummy
condition: bpdm-bridge-dummy.enabled
- name: opensearch
Expand Down
6 changes: 6 additions & 0 deletions charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/),

## [1.1.0] - tbd

### Changed

- increase to app version 4.1.0

## [1.0.2] - 2023-08-28

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-bridge-dummy
appVersion: "4.0.1"
version: 1.0.2
appVersion: "4.1.0-alpha.0"
version: 1.1.0-alpha.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:
Expand Down
6 changes: 6 additions & 0 deletions charts/bpdm/charts/bpdm-gate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0] - tbd

### Changed

- increase to app version 4.1.0

## [4.0.1] - 2023-08-28

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-gate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-gate
appVersion: "4.0.1"
version: 4.0.1
appVersion: "4.1.0-alpha.0"
version: 4.1.0-alpha.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:
Expand Down
6 changes: 6 additions & 0 deletions charts/bpdm/charts/bpdm-pool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/),

## [5.1.0] - tbd

### Changed

- increase to app version 4.1.0

## [5.0.1] - 2023-08-28

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-pool
appVersion: "4.0.1"
version: 5.0.1
appVersion: "4.1.0-alpha.0"
version: 5.1.0-alpha.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:
Expand Down

0 comments on commit bfdb49b

Please sign in to comment.