Skip to content

Commit

Permalink
Merge pull request #984 from eclipse-tractusx/fix/charts/appversion-6…
Browse files Browse the repository at this point in the history
….0.2

build(charts): increase BPDM charts app-version to 6.0.2
  • Loading branch information
nicoprow committed Jul 3, 2024
2 parents da31584 + 7c1965c commit 951dd4b
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 23 deletions.
10 changes: 10 additions & 0 deletions charts/bpdm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.2] - 2024-07-03

### Changed

- Increase appversion to 6.0.2
- update BPDM Pool Chart to version 7.0.2
- update BPDM Gate Chart to version 6.0.2
- update BPDM Orchestrator Chart to version 3.0.2
- update BPDM Cleaning Service Dummy Chart to version 3.0.2

## [5.0.1] - 2024-05-27

### Changed
Expand Down
12 changes: 6 additions & 6 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 BPDM applications
version: 5.0.1
appVersion: "6.0.1"
version: 5.0.2
appVersion: "6.0.2"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm
Expand All @@ -33,22 +33,22 @@ maintainers:

dependencies:
- name: bpdm-gate
version: 6.0.1
version: 6.0.2
alias: bpdm-gate
condition: bpdm-gate.enabled
repository: "file://./charts/bpdm-gate"
- name: bpdm-pool
version: 7.0.1
version: 7.0.2
alias: bpdm-pool
condition: bpdm-pool.enabled
repository: "file://./charts/bpdm-pool"
- name: bpdm-cleaning-service-dummy
version: 3.0.1
version: 3.0.2
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
version: 3.0.2
alias: bpdm-orchestrator
condition: bpdm-orchestrator.enabled
repository: "file://./charts/bpdm-orchestrator"
Expand Down
10 changes: 5 additions & 5 deletions charts/bpdm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm

![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)
![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)

A Helm chart for Kubernetes that deploys the BPDM applications

Expand All @@ -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 |
| file://./charts/bpdm-cleaning-service-dummy | bpdm-cleaning-service-dummy(bpdm-cleaning-service-dummy) | 3.0.2 |
| file://./charts/bpdm-common | bpdm-common | 1.0.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 |
| file://./charts/bpdm-gate | bpdm-gate(bpdm-gate) | 6.0.2 |
| file://./charts/bpdm-orchestrator | bpdm-orchestrator(bpdm-orchestrator) | 3.0.2 |
| file://./charts/bpdm-pool | bpdm-pool(bpdm-pool) | 7.0.2 |
| https://charts.bitnami.com/bitnami | keycloak(keycloak) | 19.3.0 |
| https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 |

Expand Down
6 changes: 6 additions & 0 deletions charts/bpdm/charts/bpdm-cleaning-service-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/),

## [3.0.2] - 2024-07-03

### Changed

- Increase appversion to 6.0.2

## [3.0.1] - 2024-05-27

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-cleaning-service-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-cleaning-service-dummy
appVersion: "6.0.1"
version: 3.0.1
appVersion: "6.0.2"
version: 3.0.2
description: A Helm chart for deploying the BPDM cleaning service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm-cleaning-service-dummy

![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)
![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)

A Helm chart for deploying the BPDM cleaning service

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/),

## [6.0.2] - 2024-07-03

### Changed

- Increase appversion to 6.0.2

## [6.0.1] - 2024-05-27

### 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: "6.0.1"
version: 6.0.1
appVersion: "6.0.2"
version: 6.0.2
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
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-gate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm-gate

![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)
![Version: 6.0.2](https://img.shields.io/badge/Version-6.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)

A Helm chart for deploying the BPDM gate service

Expand Down
6 changes: 6 additions & 0 deletions charts/bpdm/charts/bpdm-orchestrator/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.0.2] - 2024-07-03

### Changed

- Increase appversion to 6.0.2

## [3.0.1] - 2024-05-27

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-orchestrator
appVersion: "6.0.1"
version: 3.0.1
appVersion: "6.0.2"
version: 3.0.2
description: A Helm chart for deploying the BPDM Orchestrator service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-orchestrator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm-orchestrator

![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)
![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)

A Helm chart for deploying the BPDM Orchestrator service

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/),

## [7.0.2] - 2024-07-03

### Changed

- Increase appversion to 6.0.2

## [7.0.1] - 2024-05-27

### 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: "6.0.1"
version: 7.0.1
appVersion: "6.0.2"
version: 7.0.2
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
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-pool/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm-pool

![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)
![Version: 7.0.2](https://img.shields.io/badge/Version-7.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)

A Helm chart for deploying the BPDM pool service

Expand Down

0 comments on commit 951dd4b

Please sign in to comment.