Releases: eclipse-tractusx/bpdm
BPDM Chart: 4.0.0-alpha.0
A Helm chart for Kubernetes that deploys the BPDM applications
What's Changed
- Fix trivy findings by @fabiodmota in #629
- fix: Adapt Spring Security configuration to new Spring version by @martinfkaeser in #628
- Refactor(BPDM): Clean import and unused vars for code smelling by @fabiodmota in #602
- feat(pool): #556 Upsert Business Partners from Cleaning Result - refactor validation by @rainer-exxcellent in #619
- chore: update SECURITY.md by @FaGru3n in #647
- Refactor (bpdm) - Conversion of properties files to YML by @alexsilva-CGI in #623
- Chore: update DEPENDENCIES update Dash-Licence plugin config by @FaGru3n in #654
- Docs (Gate-API): Deprecate Endpoints by @nicoprow in #633
- Refactoring: Generic Business Partner DTO Locations by @martinfkaeser in #635
- Docs(bpdm): updated correct url for docker hub image by @SujitMBRDI in #651
- Docs(bpdm): updated Legal notice for documentation by @SujitMBRDI in #661
- Cicd(Pom): Change repo URL for deployment to eclipse-tractux/bpdm by @nicoprow in #663
- Charts(BPDM): Updated helm test running workflow by @SujitMBRDI in #656
- Docs(EDC): Administrative Level 1 Endpoint by @nicoprow in #632
- fix: typo in helm-chart-lint.yaml workflow by @FaGru3n in #666
- docs(Authors): update list of significant authors by @nicoprow in #665
- chore: Add application-developer.yml to .gitignore by @martinfkaeser in #668
- feat(Pom): increase to SNAPSHOT version 5.0.0 by @nicoprow in #671
- Refactoring: Reorganize Legal Entity DTOs between modules by @martinfkaeser in #662
- Feat (Gate) - Update Business Partner Input Only On Changed Data by @alexsilva-CGI in #615
- feat(orchestrator): Service logic for timeout by @martinfkaeser in #617
- Feat (Gate) - Added new error for missing task in orchestrator by @alexsilva-CGI in #618
- Refactor (bpdm) - DEBUG Logging Messages and Logging Patterns by @alexsilva-CGI in #637
- Fix (Pool) - Added way to LegalAddress to be Main Site Address in Pool by @alexsilva-CGI in #674
- fix (cleaning-service-dummy) - Adjust the value 'HasChanged' Based on Address Type by @alexsilva-CGI in #660
- Feat/add validation to golden record process in pool by @rainer-exxcellent in #621
- feat(): refactored injected services, changed fields to private by @cezaralexandremorais in #667
- feat(gate): Request Cleaning for BPN Update by @cezaralexandremorais in #611
- Feat/orchestrator pool validate tests by @rainer-exxcellent in #652
- Refactoring: Reorganize site & address DTOs between modules by @martinfkaeser in #675
- Feat(Charts): Remove Opensearch by @nicoprow in #622
New Contributors
Full Changelog: bpdm-3.1.2...bpdm-4.0.0-alpha.0
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