Skip to content

Commit

Permalink
build: BPDM app version 6.3.0-SNAPSHOT - Helm Chart version 5.3.0-SNA…
Browse files Browse the repository at this point in the history
…PSHOT
  • Loading branch information
nicoprow committed Nov 28, 2024
1 parent b4b450d commit c148095
Show file tree
Hide file tree
Showing 19 changed files with 55 additions and 22 deletions.
5 changes: 4 additions & 1 deletion .tractusx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ repositories:
openApiSpecs:
- "https://raw.githubusercontent.com/eclipse-tractusx/bpdm/refs/heads/release/6.2.x/docs/api/gate.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/bpdm/refs/heads/release/6.2.x/docs/api/orchestrator.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/bpdm/refs/heads/release/6.2.x/docs/api/pool.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/bpdm/refs/heads/release/6.2.x/docs/api/pool.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/bpdm/refs/heads/main/docs/api/gate.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/bpdm/refs/heads/main/docs/api/orchestrator.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/bpdm/refs/heads/main/docs/api/pool.yaml"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ 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.2.0] - 2024-11-28

### Added
Expand Down
11 changes: 11 additions & 0 deletions charts/bpdm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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

### Changed

- Increase appversion to 6.3.0
- update BPDM Pool Chart to version 7.3.0
- update BPDM Gate Chart to version 6.3.0
- update BPDM Orchestrator Chart to version 3.3.0
- update BPDM Cleaning Service Dummy Chart to version 3.3.0
- update BPDM Bridge Chart to version 3.3.0

## [5.2.0] - 2024-11-28

### 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.2.0
appVersion: "6.2.0"
version: 5.3.0-SNAPSHOT
appVersion: "6.3.0-SNAPSHOT"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm
Expand All @@ -33,19 +33,19 @@ maintainers:

dependencies:
- name: bpdm-gate
version: 6.2.0
version: 6.3.0-SNAPSHOT
alias: bpdm-gate
condition: bpdm-gate.enabled
- name: bpdm-pool
version: 7.2.0
version: 7.3.0-SNAPSHOT
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-cleaning-service-dummy
version: 3.2.0
version: 3.3.0-SNAPSHOT
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
- name: bpdm-orchestrator
version: 3.2.0
version: 3.3.0-SNAPSHOT
alias: bpdm-orchestrator
condition: bpdm-orchestrator.enabled
- name: bpdm-common
Expand Down
4 changes: 4 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,10 @@ 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

- Increase appversion to 6.3.0

## [3.2.0] - 2024-11-28

- Increase appversion to 6.2.0
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.2.0"
version: 3.2.0
appVersion: "6.3.0-SNAPSHOT"
version: 3.3.0-SNAPSHOT
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
4 changes: 4 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,10 @@ 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

- Increase appversion to 6.3.0

## [6.2.0] - 2024-11-28

- Increase appversion to 6.2.0
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.2.0"
version: 6.2.0
appVersion: "6.3.0-SNAPSHOT"
version: 6.3.0-SNAPSHOT
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
4 changes: 4 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,10 @@ 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

- Increase appversion to 6.3.0

## [3.2.0] - 2024-11-28

- Increase appversion to 6.2.0
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.2.0"
version: 3.2.0
appVersion: "6.3.0-SNAPSHOT"
version: 3.3.0-SNAPSHOT
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
4 changes: 4 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,10 @@ 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

- Increase appversion to 6.3.0

## [7.2.0] - 2024-11-28

- Increase appversion to 6.2.0
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.2.0"
version: 7.2.0
appVersion: "6.3.0-SNAPSHOT"
version: 7.3.0-SNAPSHOT
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 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.2.0"
"version": "6.3.0-SNAPSHOT"
},
"servers": [
{
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.0.1
info:
title: Business Partner Data Management Gate
description: A gate for a member to share business partner data with CatenaX
version: 6.2.0
version: 6.3.0-SNAPSHOT
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.2.0"
"version": "6.3.0-SNAPSHOT"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
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.2.0
version: 6.3.0-SNAPSHOT
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.2.0"
"version": "6.3.0-SNAPSHOT"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: Business Partner Data Management Pool
description: Service that manages and shares business partner data with other CatenaX services
version: 6.2.0
version: 6.3.0-SNAPSHOT
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 @@ -49,7 +49,7 @@
</modules>

<properties>
<revision>6.2.0</revision>
<revision>6.3.0-SNAPSHOT</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 c148095

Please sign in to comment.