Skip to content

Commit

Permalink
build(release-25.03): BPDM 6.3.0 & BPDM Charts 5.3.0
Browse files Browse the repository at this point in the history
build(release-25.03): BPDM 6.3.0 & BPDM Charts 5.3.0
  • Loading branch information
SujitMBRDI committed Mar 6, 2025
1 parent 50305c9 commit aef5a36
Show file tree
Hide file tree
Showing 25 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/),

For changes to the BPDM Helm charts please consult the [changelog](charts/bpdm/CHANGELOG.md) of the charts directly.

## [6.3.0] - tbd
## [6.3.0] - 2025-03-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.0] - tbd
## [5.3.0] - 2025-03-06

### Changed

Expand Down
14 changes: 7 additions & 7 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.3.0-SNAPSHOT
appVersion: "6.3.0-SNAPSHOT"
version: 5.3.0
appVersion: "6.3.0"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm
Expand All @@ -33,23 +33,23 @@ maintainers:

dependencies:
- name: bpdm-gate
version: 6.3.0-SNAPSHOT
version: 6.3.0
alias: bpdm-gate
condition: bpdm-gate.enabled
- name: bpdm-pool
version: 7.3.0-SNAPSHOT
version: 7.3.0
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-cleaning-service-dummy
version: 3.3.0-SNAPSHOT
version: 3.3.0
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
- name: bpdm-orchestrator
version: 3.3.0-SNAPSHOT
version: 3.3.0
alias: bpdm-orchestrator
condition: bpdm-orchestrator.enabled
- name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3
- name: postgresql
version: 12.12.10
repository: https://charts.bitnami.com/bitnami
Expand Down
12 changes: 6 additions & 6 deletions charts/bpdm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm

![Version: 5.3.0-rc3](https://img.shields.io/badge/Version-5.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)
![Version: 5.3.0](https://img.shields.io/badge/Version-5.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0](https://img.shields.io/badge/AppVersion-6.3.0-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 |
|------------|------|---------|
| | bpdm-cleaning-service-dummy(bpdm-cleaning-service-dummy) | 3.3.0-rc3 |
| | bpdm-common | 1.0.3-rc3 |
| | bpdm-gate(bpdm-gate) | 6.3.0-rc3 |
| | bpdm-orchestrator(bpdm-orchestrator) | 3.3.0-rc3 |
| | bpdm-pool(bpdm-pool) | 7.3.0-rc3 |
| | bpdm-cleaning-service-dummy(bpdm-cleaning-service-dummy) | 3.3.0 |
| | bpdm-common | 1.0.3 |
| | bpdm-gate(bpdm-gate) | 6.3.0 |
| | bpdm-orchestrator(bpdm-orchestrator) | 3.3.0 |
| | bpdm-pool(bpdm-pool) | 7.3.0 |
| https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.1 |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.0] - tbd
## [3.3.0] - 2025-03-06

- Increase appversion to 6.3.0
- update Central-IDP dependency to 4.0.0 [#1145](https://github.com/eclipse-tractusx/bpdm/pull/1145)
Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
apiVersion: v2
type: application
name: bpdm-cleaning-service-dummy
appVersion: "6.3.0-SNAPSHOT"
version: 3.3.0-SNAPSHOT
appVersion: "6.3.0"
version: 3.3.0
description: A Helm chart for deploying the BPDM cleaning service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
- https://github.com/eclipse-tractusx/bpdm
dependencies:
- name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3
repository: "file://../bpdm-common"
- name: centralidp
version: 4.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0-rc3](https://img.shields.io/badge/Version-3.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0](https://img.shields.io/badge/AppVersion-6.3.0-informational?style=flat-square)

A Helm chart for deploying the BPDM cleaning service

Expand All @@ -21,7 +21,7 @@ A Helm chart for deploying the BPDM cleaning service

| Repository | Name | Version |
|------------|------|---------|
| file://../bpdm-common | bpdm-common | 1.0.3-rc3 |
| file://../bpdm-common | bpdm-common | 1.0.3 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 |

## Values
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.0.3] - tbd
## [1.0.3] - 2025-03-06

### Changed

Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
apiVersion: v2
type: library
name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3
description: A library Helm Chart for other BPDM Charts
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/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.0] - tbd
## [6.3.0] - 2025-03-06

- Increase appversion to 6.3.0
- update Central-IDP dependency to 4.0.0 [#1145](https://github.com/eclipse-tractusx/bpdm/pull/1145)
Expand Down
6 changes: 3 additions & 3 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.3.0-SNAPSHOT"
version: 6.3.0-SNAPSHOT
appVersion: "6.3.0"
version: 6.3.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 All @@ -34,7 +34,7 @@ dependencies:
alias: postgres
condition: postgres.enabled
- name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3
repository: "file://../bpdm-common"
- name: centralidp
version: 4.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0-rc3](https://img.shields.io/badge/Version-6.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)
![Version: 6.3.0](https://img.shields.io/badge/Version-6.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0](https://img.shields.io/badge/AppVersion-6.3.0-informational?style=flat-square)

A Helm chart for deploying the BPDM gate service

Expand All @@ -21,7 +21,7 @@ A Helm chart for deploying the BPDM gate service

| Repository | Name | Version |
|------------|------|---------|
| file://../bpdm-common | bpdm-common | 1.0.3-rc3 |
| file://../bpdm-common | bpdm-common | 1.0.3 |
| https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 |

Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.0] - tbd
## [3.3.0] - 2025-03-06

- Increase appversion to 6.3.0
- update Central-IDP dependency to 4.0.0 [#1145](https://github.com/eclipse-tractusx/bpdm/pull/1145)
Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
apiVersion: v2
type: application
name: bpdm-orchestrator
appVersion: "6.3.0-SNAPSHOT"
version: 3.3.0-SNAPSHOT
appVersion: "6.3.0"
version: 3.3.0
description: A Helm chart for deploying the BPDM Orchestrator service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
- https://github.com/eclipse-tractusx/bpdm
dependencies:
- name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3
repository: "file://../bpdm-common"
- name: postgresql
version: 12.12.10
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0-rc3](https://img.shields.io/badge/Version-3.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0](https://img.shields.io/badge/AppVersion-6.3.0-informational?style=flat-square)

A Helm chart for deploying the BPDM Orchestrator service

Expand All @@ -21,7 +21,7 @@ A Helm chart for deploying the BPDM Orchestrator service

| Repository | Name | Version |
|------------|------|---------|
| file://../bpdm-common | bpdm-common | 1.0.3-rc3 |
| file://../bpdm-common | bpdm-common | 1.0.3 |
| https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 |

Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-pool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.0] - tbd
## [7.3.0] - 2025-03-06

- Increase appversion to 6.3.0
- update Central-IDP dependency to 4.0.0 [#1145](https://github.com/eclipse-tractusx/bpdm/pull/1145)
Expand Down
6 changes: 3 additions & 3 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.3.0-SNAPSHOT"
version: 7.3.0-SNAPSHOT
appVersion: "6.3.0"
version: 7.3.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 All @@ -34,7 +34,7 @@ dependencies:
alias: postgres
condition: postgres.enabled
- name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3
repository: "file://../bpdm-common"
- name: centralidp
version: 4.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0-rc3](https://img.shields.io/badge/Version-7.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)
![Version: 7.3.0](https://img.shields.io/badge/Version-7.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0](https://img.shields.io/badge/AppVersion-6.3.0-informational?style=flat-square)

A Helm chart for deploying the BPDM pool service

Expand All @@ -21,7 +21,7 @@ A Helm chart for deploying the BPDM pool service

| Repository | Name | Version |
|------------|------|---------|
| file://../bpdm-common | bpdm-common | 1.0.3-rc3 |
| file://../bpdm-common | bpdm-common | 1.0.3 |
| https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 |

Expand Down
2 changes: 1 addition & 1 deletion docs/api/gate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "Business Partner Data Management Gate",
"description" : "A gate for a member to share business partner data with CatenaX",
"version" : "6.3.0-rc3"
"version" : "6.3.0"
},
"servers" : [ {
"url" : "http://localhost:8081",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: Business Partner Data Management Gate
description: A gate for a member to share business partner data with CatenaX
version: 6.3.0-rc3
version: 6.3.0
servers:
- url: http://localhost:8081
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion docs/api/orchestrator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "Business Partner Data Management Orchestrator",
"description" : "Orchestrator component acts as a passive component and offers for each processing steps individual endpoints",
"version" : "6.3.0-rc3"
"version" : "6.3.0"
},
"servers" : [ {
"url" : "http://localhost:8085",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: Business Partner Data Management Orchestrator
description: Orchestrator component acts as a passive component and offers for each
processing steps individual endpoints
version: 6.3.0-rc3
version: 6.3.0
servers:
- url: http://localhost:8085
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion docs/api/pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "Business Partner Data Management Pool",
"description" : "Service that manages and shares business partner data with other CatenaX services",
"version" : "6.3.0-rc3"
"version" : "6.3.0"
},
"servers" : [ {
"url" : "http://localhost:8080",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: Business Partner Data Management Pool
description: Service that manages and shares business partner data with other CatenaX
services
version: 6.3.0-rc3
version: 6.3.0
servers:
- url: http://localhost:8080
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</modules>

<properties>
<revision>6.3.0-SNAPSHOT</revision>
<revision>6.3.0</revision>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
Expand Down

0 comments on commit aef5a36

Please sign in to comment.