From 8a52c829048f23ce5963c4c83cb1521932a1ddc8 Mon Sep 17 00:00:00 2001 From: SujitMBRDI Date: Thu, 20 Feb 2025 11:56:29 +0530 Subject: [PATCH] build(release-candidate): BPDM 6.3.0-rc3 & BPDM Charts 5.3.0-rc3 --- charts/bpdm/Chart.yaml | 14 +++---- charts/bpdm/README.md | 42 +++++++++++-------- .../bpdm-cleaning-service-dummy/Chart.yaml | 6 +-- .../bpdm-cleaning-service-dummy/README.md | 6 +-- charts/bpdm/charts/bpdm-common/Chart.yaml | 2 +- charts/bpdm/charts/bpdm-gate/Chart.yaml | 6 +-- charts/bpdm/charts/bpdm-gate/README.md | 7 ++-- .../bpdm/charts/bpdm-orchestrator/Chart.yaml | 6 +-- .../bpdm/charts/bpdm-orchestrator/README.md | 6 +-- charts/bpdm/charts/bpdm-pool/Chart.yaml | 6 +-- charts/bpdm/charts/bpdm-pool/README.md | 7 ++-- docs/api/gate.json | 2 +- docs/api/gate.yaml | 2 +- docs/api/orchestrator.json | 2 +- docs/api/orchestrator.yaml | 2 +- docs/api/pool.json | 2 +- docs/api/pool.yaml | 2 +- pom.xml | 2 +- 18 files changed, 66 insertions(+), 56 deletions(-) diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml index 97acad010..a88894d7c 100644 --- a/charts/bpdm/Chart.yaml +++ b/charts/bpdm/Chart.yaml @@ -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-rc3 +appVersion: "6.3.0-rc3" home: https://github.com/eclipse-tractusx/bpdm sources: - https://github.com/eclipse-tractusx/bpdm @@ -33,23 +33,23 @@ maintainers: dependencies: - name: bpdm-gate - version: 6.3.0-SNAPSHOT + version: 6.3.0-rc3 alias: bpdm-gate condition: bpdm-gate.enabled - name: bpdm-pool - version: 7.3.0-SNAPSHOT + version: 7.3.0-rc3 alias: bpdm-pool condition: bpdm-pool.enabled - name: bpdm-cleaning-service-dummy - version: 3.3.0-SNAPSHOT + version: 3.3.0-rc3 alias: bpdm-cleaning-service-dummy condition: bpdm-cleaning-service-dummy.enabled - name: bpdm-orchestrator - version: 3.3.0-SNAPSHOT + version: 3.3.0-rc3 alias: bpdm-orchestrator condition: bpdm-orchestrator.enabled - name: bpdm-common - version: 1.0.3-SNAPSHOT + version: 1.0.3-rc3 - name: postgresql version: 12.12.10 repository: https://charts.bitnami.com/bitnami diff --git a/charts/bpdm/README.md b/charts/bpdm/README.md index 95d192255..96a83c3ec 100644 --- a/charts/bpdm/README.md +++ b/charts/bpdm/README.md @@ -1,6 +1,6 @@ # bpdm -![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square) +![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) A Helm chart for Kubernetes that deploys the BPDM applications @@ -21,13 +21,13 @@ A Helm chart for Kubernetes that deploys the BPDM applications | Repository | Name | Version | |------------|------|---------| -| | bpdm-cleaning-service-dummy(bpdm-cleaning-service-dummy) | 3.2.0 | -| | bpdm-common | 1.0.2 | -| | bpdm-gate(bpdm-gate) | 6.2.0 | -| | bpdm-orchestrator(bpdm-orchestrator) | 3.2.0 | -| | bpdm-pool(bpdm-pool) | 7.2.0 | +| | 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 | | https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 | -| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 | +| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.1 | ## Values @@ -53,21 +53,29 @@ A Helm chart for Kubernetes that deploys the BPDM applications | bpdm-pool.postgres.enabled | bool | `false` | | | centralidp.enabled | bool | `true` | | | centralidp.keycloak.fullnameOverride | string | `"bpdm-centralidp"` | | -| centralidp.keycloak.initContainers[0].args[0] | string | `"-c"` | | -| centralidp.keycloak.initContainers[0].args[1] | string | `"echo \"Copying themes...\"\ncp -R /import/themes/catenax-central/* /themes\necho \"Copying realms...\"\ncp -R /import/catenax-central/realms/* /realms\n"` | | -| centralidp.keycloak.initContainers[0].command[0] | string | `"sh"` | | -| centralidp.keycloak.initContainers[0].image | string | `"docker.io/tractusx/portal-iam:3018805f77913926061af13bb5b35cbb98835c6e"` | | -| centralidp.keycloak.initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| centralidp.keycloak.initContainers[0].name | string | `"import"` | | -| centralidp.keycloak.initContainers[0].volumeMounts[0].mountPath | string | `"/themes"` | | -| centralidp.keycloak.initContainers[0].volumeMounts[0].name | string | `"themes"` | | -| centralidp.keycloak.initContainers[0].volumeMounts[1].mountPath | string | `"/realms"` | | -| centralidp.keycloak.initContainers[0].volumeMounts[1].name | string | `"realms"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[0].clientId | string | `"sa-cl7-cx-1"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[0].clientSecret | string | `"**********"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[1].clientId | string | `"sa-cl7-cx-5"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[1].clientSecret | string | `"**********"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[2].clientId | string | `"sa-cl7-cx-7"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[2].clientSecret | string | `"**********"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[3].clientId | string | `"sa-cl25-cx-1"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[3].clientSecret | string | `"**********"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[4].clientId | string | `"sa-cl25-cx-2"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[4].clientSecret | string | `"**********"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[5].clientId | string | `"sa-cl25-cx-3"` | | +| centralidp.realmSeeding.serviceAccounts.clientSecrets[5].clientSecret | string | `"**********"` | | | postgres.auth.database | string | `"bpdm"` | | | postgres.auth.password | string | `"bpdm"` | | | postgres.auth.username | string | `"bpdm"` | | | postgres.enabled | bool | `true` | | | postgres.fullnameOverride | string | `"bpdm-postgres"` | | +| tests.applicationConfig.bpdm.client.gate.provider.issuer-uri | string | `"http://bpdm-centralidp/auth/realms/CX-Central"` | | +| tests.applicationConfig.bpdm.client.pool.provider.issuer-uri | string | `"http://bpdm-centralidp/auth/realms/CX-Central"` | | +| tests.image.pullPolicy | string | `"IfNotPresent"` | | +| tests.image.registry | string | `"docker.io"` | | +| tests.image.repository | string | `"tractusx/bpdm-system-tester"` | | +| tests.image.tag | string | `""` | | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml index 33ea12288..96142adf7 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml @@ -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-rc3" +version: 3.3.0-rc3 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-rc3 repository: "file://../bpdm-common" - name: centralidp version: 4.0.0 diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md b/charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md index eb6ba3b6c..3d168883f 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md @@ -1,6 +1,6 @@ # bpdm-cleaning-service-dummy -![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square) +![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) A Helm chart for deploying the BPDM cleaning service @@ -21,8 +21,8 @@ A Helm chart for deploying the BPDM cleaning service | Repository | Name | Version | |------------|------|---------| -| file://../bpdm-common | bpdm-common | 1.0.2 | -| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 | +| file://../bpdm-common | bpdm-common | 1.0.3-rc3 | +| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 | ## Values diff --git a/charts/bpdm/charts/bpdm-common/Chart.yaml b/charts/bpdm/charts/bpdm-common/Chart.yaml index e34afad8f..7a3cf644a 100644 --- a/charts/bpdm/charts/bpdm-common/Chart.yaml +++ b/charts/bpdm/charts/bpdm-common/Chart.yaml @@ -21,7 +21,7 @@ apiVersion: v2 type: library name: bpdm-common -version: 1.0.3-SNAPSHOT +version: 1.0.3-rc3 description: A library Helm Chart for other BPDM Charts home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml index d6e59bf34..d7dca4bc6 100644 --- a/charts/bpdm/charts/bpdm-gate/Chart.yaml +++ b/charts/bpdm/charts/bpdm-gate/Chart.yaml @@ -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-rc3" +version: 6.3.0-rc3 description: A Helm chart for deploying the BPDM gate service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: @@ -34,7 +34,7 @@ dependencies: alias: postgres condition: postgres.enabled - name: bpdm-common - version: 1.0.3-rc2 + version: 1.0.3-rc3 repository: "file://../bpdm-common" - name: centralidp version: 4.0.0 diff --git a/charts/bpdm/charts/bpdm-gate/README.md b/charts/bpdm/charts/bpdm-gate/README.md index 7583e07f9..356a37fe3 100644 --- a/charts/bpdm/charts/bpdm-gate/README.md +++ b/charts/bpdm/charts/bpdm-gate/README.md @@ -1,6 +1,6 @@ # bpdm-gate -![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square) +![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) A Helm chart for deploying the BPDM gate service @@ -21,9 +21,9 @@ A Helm chart for deploying the BPDM gate service | Repository | Name | Version | |------------|------|---------| -| file://../bpdm-common | bpdm-common | 1.0.2 | +| file://../bpdm-common | bpdm-common | 1.0.3-rc3 | | https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 | -| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 | +| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 | ## Values @@ -81,6 +81,7 @@ A Helm chart for deploying the BPDM gate service | securityContext.runAsGroup | int | `10001` | | | securityContext.runAsNonRoot | bool | `true` | | | securityContext.runAsUser | int | `10001` | | +| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | | | service.port | int | `80` | | | service.targetPort | int | `8081` | | | service.type | string | `"ClusterIP"` | | diff --git a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml index 42a6863b6..277839cbd 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml +++ b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml @@ -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-rc3" +version: 3.3.0-rc3 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-rc2 + version: 1.0.3-rc3 repository: "file://../bpdm-common" - name: postgresql version: 12.12.10 diff --git a/charts/bpdm/charts/bpdm-orchestrator/README.md b/charts/bpdm/charts/bpdm-orchestrator/README.md index b248d5951..385a39215 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/README.md +++ b/charts/bpdm/charts/bpdm-orchestrator/README.md @@ -1,6 +1,6 @@ # bpdm-orchestrator -![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square) +![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) A Helm chart for deploying the BPDM Orchestrator service @@ -21,9 +21,9 @@ A Helm chart for deploying the BPDM Orchestrator service | Repository | Name | Version | |------------|------|---------| -| file://../bpdm-common | bpdm-common | 1.0.2 | +| file://../bpdm-common | bpdm-common | 1.0.3-rc3 | | https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 | -| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 | +| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 | ## Values diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml index c80c361c7..82d638e6f 100644 --- a/charts/bpdm/charts/bpdm-pool/Chart.yaml +++ b/charts/bpdm/charts/bpdm-pool/Chart.yaml @@ -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-rc3" +version: 7.3.0-rc3 description: A Helm chart for deploying the BPDM pool service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: @@ -34,7 +34,7 @@ dependencies: alias: postgres condition: postgres.enabled - name: bpdm-common - version: 1.0.3-SNAPSHOT + version: 1.0.3-rc3 repository: "file://../bpdm-common" - name: centralidp version: 4.0.0 diff --git a/charts/bpdm/charts/bpdm-pool/README.md b/charts/bpdm/charts/bpdm-pool/README.md index 8682d27c2..8ce1de203 100644 --- a/charts/bpdm/charts/bpdm-pool/README.md +++ b/charts/bpdm/charts/bpdm-pool/README.md @@ -1,6 +1,6 @@ # bpdm-pool -![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square) +![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) A Helm chart for deploying the BPDM pool service @@ -21,9 +21,9 @@ A Helm chart for deploying the BPDM pool service | Repository | Name | Version | |------------|------|---------| -| file://../bpdm-common | bpdm-common | 1.0.2 | +| file://../bpdm-common | bpdm-common | 1.0.3-rc3 | | https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 | -| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 | +| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 | ## Values @@ -81,6 +81,7 @@ A Helm chart for deploying the BPDM pool service | securityContext.runAsGroup | int | `10001` | | | securityContext.runAsNonRoot | bool | `true` | | | securityContext.runAsUser | int | `10001` | | +| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | | | service.port | int | `80` | | | service.targetPort | int | `8080` | | | service.type | string | `"ClusterIP"` | | diff --git a/docs/api/gate.json b/docs/api/gate.json index 5e836ab53..c041699e3 100644 --- a/docs/api/gate.json +++ b/docs/api/gate.json @@ -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-SNAPSHOT" + "version" : "6.3.0-rc3" }, "servers" : [ { "url" : "http://localhost:8081", diff --git a/docs/api/gate.yaml b/docs/api/gate.yaml index 611d9335e..10059bc20 100644 --- a/docs/api/gate.yaml +++ b/docs/api/gate.yaml @@ -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-SNAPSHOT + version: 6.3.0-rc3 servers: - url: http://localhost:8081 description: Generated server url diff --git a/docs/api/orchestrator.json b/docs/api/orchestrator.json index ceba43181..0e7f907b2 100644 --- a/docs/api/orchestrator.json +++ b/docs/api/orchestrator.json @@ -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-SNAPSHOT" + "version" : "6.3.0-rc3" }, "servers" : [ { "url" : "http://localhost:8085", diff --git a/docs/api/orchestrator.yaml b/docs/api/orchestrator.yaml index 84d8c33c6..e2d63ba8d 100644 --- a/docs/api/orchestrator.yaml +++ b/docs/api/orchestrator.yaml @@ -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-SNAPSHOT + version: 6.3.0-rc3 servers: - url: http://localhost:8085 description: Generated server url diff --git a/docs/api/pool.json b/docs/api/pool.json index 8e9789985..f838f1617 100644 --- a/docs/api/pool.json +++ b/docs/api/pool.json @@ -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-SNAPSHOT" + "version" : "6.3.0-rc3" }, "servers" : [ { "url" : "http://localhost:8080", diff --git a/docs/api/pool.yaml b/docs/api/pool.yaml index 50317a3f0..b2f2e1d42 100644 --- a/docs/api/pool.yaml +++ b/docs/api/pool.yaml @@ -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-SNAPSHOT + version: 6.3.0-rc3 servers: - url: http://localhost:8080 description: Generated server url diff --git a/pom.xml b/pom.xml index d2aad9e91..58a9f6165 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ - 6.3.0-SNAPSHOT + 6.3.0-rc3 21 21 21