From 06777bf27ec5082053809cc9f1217166886b4f7b Mon Sep 17 00:00:00 2001 From: Patrick Zeller Date: Wed, 30 Nov 2022 16:24:31 +0100 Subject: [PATCH 1/2] docs(changelog): update changelog --- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcef0af6a..de324d923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,41 @@ 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/), -## Unreleased +## [3.0.0] - 2022-11-30 -- New Component "GATE" for the integration into the Golden Record process -- New Endpoint to search based on address information Business Partners +### Added -## [2.0.0] - 2022-10-20 +- New endpoint to search for addresses in pool +- New endpoint to get valid/mandatory identifiers per country -### Added. +### Changed + +- Importer in pool now supports Legal Entities, Sites and Addresses +- Update helm charts to align with best practices +- Update logic for fetching data from SaaS provider via gate + +## [2.0.2] - 2022-11-17 + +### Added + +- New component "gate" for the integration into the Golden Record process +- Endpoint for creating and retrieving legal entities via gate +- Endpoint for type matching via gate + +## [2.0.1] - 2022-10-20 + +### Fixed + +- Fixed issue in legal entity import for missing "thoroughfare" values +- Fix issue when elliptic curve signing key is configured in keycloak + +### Security + +- Update dependencies with CVEs + +## [2.0.0] - 2022-09-21 + +### Added - Added the possibility to get BusinessPartner-Legal Entities, BusinessPartner-Sites and BusinessPartner-Addresses as additional information - Added OpenSearch functionality to search Business Partners by different parameters From 87e51a64e0edf8312721982378a9e299f1331053 Mon Sep 17 00:00:00 2001 From: Patrick Zeller Date: Wed, 30 Nov 2022 16:02:01 +0100 Subject: [PATCH 2/2] chore(version): increase version to 3.0.0 --- argocd/gate/spec-int.yaml | 2 +- argocd/pool/spec-int.yaml | 2 +- bpdm-common/pom.xml | 2 +- bpdm-gate/pom.xml | 2 +- bpdm-pool/pom.xml | 2 +- charts/gate/Chart.yaml | 4 ++-- charts/gate/values-int.yaml | 2 +- charts/pool/Chart.yaml | 4 ++-- charts/pool/values-int.yaml | 2 +- pom.xml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/argocd/gate/spec-int.yaml b/argocd/gate/spec-int.yaml index 4c27ddbd1..c766b5cdf 100644 --- a/argocd/gate/spec-int.yaml +++ b/argocd/gate/spec-int.yaml @@ -2,7 +2,7 @@ project: project-bpdm source: repoURL: 'https://github.com/catenax-ng/product-bpdm.git' path: charts/gate - targetRevision: v2.0.2 + targetRevision: v3.0.0 plugin: name: argocd-vault-plugin-helm-args env: diff --git a/argocd/pool/spec-int.yaml b/argocd/pool/spec-int.yaml index 211f6ef89..599588459 100644 --- a/argocd/pool/spec-int.yaml +++ b/argocd/pool/spec-int.yaml @@ -2,7 +2,7 @@ project: project-bpdm source: repoURL: 'https://github.com/catenax-ng/product-bpdm.git' path: charts/pool - targetRevision: v2.0.2 + targetRevision: v3.0.0 plugin: name: argocd-vault-plugin-helm-args env: diff --git a/bpdm-common/pom.xml b/bpdm-common/pom.xml index d9d411a7a..f126a992f 100644 --- a/bpdm-common/pom.xml +++ b/bpdm-common/pom.xml @@ -29,7 +29,7 @@ org.eclipse.tractusx bpdm-parent - 2.0.2 + 3.0.0 diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml index 12504bfda..d8ba31974 100644 --- a/bpdm-gate/pom.xml +++ b/bpdm-gate/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 2.0.2 + 3.0.0 diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml index a4f93d478..adb9f3005 100644 --- a/bpdm-pool/pom.xml +++ b/bpdm-pool/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 2.0.2 + 3.0.0 diff --git a/charts/gate/Chart.yaml b/charts/gate/Chart.yaml index 41e884580..f8393f98b 100644 --- a/charts/gate/Chart.yaml +++ b/charts/gate/Chart.yaml @@ -15,11 +15,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.3 +version: 3.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.0.2" +appVersion: "3.0.0" diff --git a/charts/gate/values-int.yaml b/charts/gate/values-int.yaml index 52fbea580..841937fd2 100644 --- a/charts/gate/values-int.yaml +++ b/charts/gate/values-int.yaml @@ -1,5 +1,5 @@ image: - tag: "v2.0.2" + tag: "v3.0.0" springProfiles: - auth diff --git a/charts/pool/Chart.yaml b/charts/pool/Chart.yaml index 59be8eefb..deefe4209 100644 --- a/charts/pool/Chart.yaml +++ b/charts/pool/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.2 +version: 3.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.0.2" +appVersion: "3.0.0" dependencies: - name: opensearch diff --git a/charts/pool/values-int.yaml b/charts/pool/values-int.yaml index ac624d88a..115be87ff 100644 --- a/charts/pool/values-int.yaml +++ b/charts/pool/values-int.yaml @@ -1,5 +1,5 @@ image: - tag: "v2.0.2" + tag: "v3.0.0" springProfiles: - auth diff --git a/pom.xml b/pom.xml index facfcd506..d6a3ecbaf 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ bpdm-parent Business Partner Data Management Parent Parent pom of Business Partner Data Management - 2.0.2 + 3.0.0 pom