Releases: eclipse-tractusx/bpdm
BPDM Chart: 3.1.2
A Helm chart for Kubernetes that deploys the BPDM applications
What's Changed
- Docs(Api): add OpenAPI descriptions for BPDM applications in JSON format by @nicoprow in #630
- Docs: bpdm document update for QG4 23.12 by @SujitMBRDI in #620
Full Changelog: bpdm-3.1.1...bpdm-3.1.2
bpdm-3.1.1
A Helm chart for Kubernetes that deploys the BPDM applications
BPDM: 4.1.0
Added
- Golden record sharing process with dummy cleaning (see points below for details)
- BPDM Orchestrator: New BPDM application managing golden record tasks
- BPDM Cleaning Service Dummy: New BPDM application creating dummy cleaning results from golden record tasks
- BPDM Gate: Endpoints for sharing generic business partner input
- BPDM Gate: Endpoints for querying generic business partner output
- BPDM Gate: Service logic for creating golden record tasks from business partner input and writing result in output
- BPDM Pool: Service Logic for creating golden records from tasks
- BPDM Pool: Service logic for assigning BPNs to golden record tasks
- BPDM Pool: Search for name on address and legal entity level
- Swagger: Bearer token authorization flow
- Workflows: latest-alpha tag for Docker images
- Docker: Healthcheck for images
Changed
- Apps: Increase Spring Boot version to 3.1.5
- BPDM Gate: New business partner type 'GENERIC' for changelog
- BPDM Gate: New business partner type 'GENERIC' for sharing state
- Workflows: Trivy now targets the latest alpha Docker image instead of the latest release version
BPDM Chart: 3.1.0
A Helm chart for Kubernetes that deploys the BPDM applications
Added
- Subchart BPDM Cleaning Service Dummy
- Subchart BPDM Orchestrator
Changed
- increase to app version 4.1.0
BPDM: 4.1.0-alpha.4
What's Changed
- Feat: increase BPDM Charts to appversion 4.1.0-alpha.3 by @nicoprow in #524
- Orchestrator: Service logic by @martinfkaeser in #517
- Feat: Request Cleaning for Own Business Partner Update In Gate by @cezaralexandremorais in #515
- Feat: Implement Cleaning Logic on Reserve Task by @fabiodmota in #516
- feat: Extend TaskStepResultRequest in orchestrator-api with step by @martinfkaeser in #535
- Fix: migration version of migration file in Gate by @nicoprow in #539
- Docs: Add Requirements for first time Install by @alexsilva-CGI in #525
- feat: Add authentication and authorization to Orchestrator by @martinfkaeser in #536
- Feat (Gate) - Resolve Finished Cleaning Task by @alexsilva-CGI in #540
- Feat: Add business partner type 'Generic' to Gate by @cezaralexandremorais in #541
- Feat: Add Orchestrator Helm chart to the existing BPDM Charts by @fabiodmota in #478
- Fix(Pool): Number of BPNs issued on Request by @nicoprow in #546
- Feat(pool): Upsert Business Partners from Cleaning Result by @rainer-exxcellent in #538
- Feat(pool): Request indentifier mapping for Upserted Business Partners by @rainer-exxcellent in #549
- Fix(charts): fix ingress configuration for orchestrator and cleaning service by @nicoprow in #550
- Feat(Gate): Renamed the field "isOwner" to "isOwnCompanyData" by @cezaralexandremorais in #545
- Feat(Cleaning): Add logic for bpn cleaning upon pool update by @fabiodmota in #544
- Pool: Replace opensearch with database fuzzysearch on Business Partne… by @SujitMBRDI in #526
- Fix: Upgrade parent pom by @fabiodmota in #551
- Feat: Move Sharing State Transition Logic to the Sharing State Service by @nicoprow in #513
- Fix: Correct Chart Ingress Identation by @fabiodmota in #552
- Feat: Add configmap Hash reload by @fabiodmota in #555
- Fix: Add Health check on docker images by @fabiodmota in #554
- feat(Gate) - Allow user to input nullable values by @alexsilva-CGI in #553
- refactor(Gate): move Extensions.kt to a util package by @nicoprow in #574
Full Changelog: v4.1.0-alpha.3...v4.1.0-alpha.4
BPDM Chart: 3.1.0-alpha.7
A Helm chart for Kubernetes that deploys the gate and pool applications
What's Changed
- Feat: Add configmap Hash reload by @fabiodmota in #555
- Fix: Add Health check on docker images by @fabiodmota in #554
- feat(Gate) - Allow user to input nullable values by @alexsilva-CGI in #553
- refactor(Gate): move Extensions.kt to a util package by @nicoprow in #574
- feat(Charts): increase app version to 4.1.0-alpha.4 by @nicoprow in #581
Full Changelog: bpdm-3.1.0-alpha.6...bpdm-3.1.0-alpha.7
BPDM Chart: 3.1.0-alpha.6
A Helm chart for Kubernetes that deploys the gate and pool applications
What's Changed
- Feat(Gate): Renamed the field "isOwner" to "isOwnCompanyData" by @cezaralexandremorais in #545
- Feat(Cleaning): Add logic for bpn cleaning upon pool update by @fabiodmota in #544
- Pool: Replace opensearch with database fuzzysearch on Business Partne… by @SujitMBRDI in #526
- Fix: Upgrade parent pom by @fabiodmota in #551
- Feat: Move Sharing State Transition Logic to the Sharing State Service by @nicoprow in #513
- Fix: Correct Chart Ingress Identation by @fabiodmota in #552
Full Changelog: bpdm-3.1.0-alpha.5...bpdm-3.1.0-alpha.6
BPDM Chart: 3.1.0-alpha.5
A Helm chart for Kubernetes that deploys the gate and pool applications
What's Changed
- Fix(Pool): Number of BPNs issued on Request by @nicoprow in #546
- Feat(pool): Upsert Business Partners from Cleaning Result by @rainer-exxcellent in #538
- Feat(pool): Request indentifier mapping for Upserted Business Partners by @rainer-exxcellent in #549
- Fix(charts): fix ingress configuration for orchestrator and cleaning service by @nicoprow in #550
Full Changelog: bpdm-3.1.0-alpha.4...bpdm-3.1.0-alpha.5
BPDM Chart: 3.1.0-alpha.4
A Helm chart for Kubernetes that deploys the gate and pool applications
What's Changed
- Orchestrator: Service logic by @martinfkaeser in #517
- Feat: Request Cleaning for Own Business Partner Update In Gate by @cezaralexandremorais in #515
- Feat: Implement Cleaning Logic on Reserve Task by @fabiodmota in #516
- feat: Extend TaskStepResultRequest in orchestrator-api with step by @martinfkaeser in #535
- Fix: migration version of migration file in Gate by @nicoprow in #539
- Docs: Add Requirements for first time Install by @alexsilva-CGI in #525
- feat: Add authentication and authorization to Orchestrator by @martinfkaeser in #536
- Feat (Gate) - Resolve Finished Cleaning Task by @alexsilva-CGI in #540
- Feat: Add business partner type 'Generic' to Gate by @cezaralexandremorais in #541
- Feat: Add Orchestrator Helm chart to the existing BPDM Charts by @fabiodmota in #478
Full Changelog: bpdm-3.1.0-alpha.3...bpdm-3.1.0-alpha.4
BPDM Chart: 3.1.0-alpha.3
A Helm chart for Kubernetes that deploys the gate and pool applications
What's Changed
- CICD: Add Orchestrator service to trivy.yml by @fabiodmota in #505
- Refactor: Consistently name endpoints, DTOs, properties in Orchestrator-API by @martinfkaeser in #512
- refactor(gate): business partner service by @nicoprow in #503
- CICD: Add Cleaning Service Dummy to trivy.yml by @fabiodmota in #504
- Feat: Rename Business Partner Field 'isOwner' to 'isOwnCompanyData' by @nicoprow in #514
- Feat: Administrative Level 1 endpoint - don't call it "region" in descriptions and properties by @martinfkaeser in #511
- Feat: increase BPDM Charts to appversion 4.1.0-alpha.3 by @nicoprow in #524
Full Changelog: bpdm-3.1.0-alpha.2...bpdm-3.1.0-alpha.3