From 882cbd8ac0f58c2b2172387904bfb49a5f5d0012 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Tue, 15 Aug 2023 09:58:49 +0200 Subject: [PATCH 1/3] version(app): increase app version to 4.0.0 --- bpdm-bridge-dummy/pom.xml | 2 +- bpdm-common/pom.xml | 2 +- bpdm-gate-api/pom.xml | 2 +- bpdm-gate/pom.xml | 2 +- bpdm-pool-api/pom.xml | 2 +- bpdm-pool/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bpdm-bridge-dummy/pom.xml b/bpdm-bridge-dummy/pom.xml index 913ea88f5..ef93d4046 100644 --- a/bpdm-bridge-dummy/pom.xml +++ b/bpdm-bridge-dummy/pom.xml @@ -30,7 +30,7 @@ org.eclipse.tractusx bpdm-parent - 4.0.0-SNAPSHOT + 4.0.0 diff --git a/bpdm-common/pom.xml b/bpdm-common/pom.xml index f18247140..9f23eb541 100644 --- a/bpdm-common/pom.xml +++ b/bpdm-common/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 4.0.0-SNAPSHOT + 4.0.0 diff --git a/bpdm-gate-api/pom.xml b/bpdm-gate-api/pom.xml index a7cf2ac57..fdbe96b73 100644 --- a/bpdm-gate-api/pom.xml +++ b/bpdm-gate-api/pom.xml @@ -31,7 +31,7 @@ bpdm-parent org.eclipse.tractusx - 4.0.0-SNAPSHOT + 4.0.0 diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml index e9b8c76b3..acf92d376 100644 --- a/bpdm-gate/pom.xml +++ b/bpdm-gate/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 4.0.0-SNAPSHOT + 4.0.0 diff --git a/bpdm-pool-api/pom.xml b/bpdm-pool-api/pom.xml index 0cd37cf95..b875b844c 100644 --- a/bpdm-pool-api/pom.xml +++ b/bpdm-pool-api/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 4.0.0-SNAPSHOT + 4.0.0 diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml index 44366f22d..abda633c8 100644 --- a/bpdm-pool/pom.xml +++ b/bpdm-pool/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 4.0.0-SNAPSHOT + 4.0.0 diff --git a/pom.xml b/pom.xml index 7ddf2eafd..2f193ea99 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 - 4.0.0-SNAPSHOT + 4.0.0 pom From 4d2600f0ece0026af0c2ae1b732569f6ba041d5d Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Tue, 15 Aug 2023 09:59:20 +0200 Subject: [PATCH 2/3] docs(CHANGELOG): add breaking change warning to CHANGELOG --- CHANGELOG.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02804dd88..70fd9f7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,23 @@ 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/), -## [4.0.0] - 2023-08-04 +## [4.0.0] - 2023-08-15 + +### Note + +This version introduces breaking changes. Migration files will DELETE existing data in order to perform migration. +Please create a back-up of your business partner data before updating. ### Changed - - BPDM Pool API: Adapt new data model for easier and more intuitive usage, independent of SaaS data model. - - BPDM Gate API: Adapt new data model for easier and more intuitive usage, independent of SaaS data model. - - BPDM: Update dependencies to mitigate vulnerabilities in old versions. + +- BPDM Pool API: Adapt new data model for easier and more intuitive usage, independent of SaaS data model. +- BPDM Gate API: Adapt new data model for easier and more intuitive usage, independent of SaaS data model. +- BPDM: Update dependencies to mitigate vulnerabilities in old versions. ### Added - - BPDM bridge dummy: As new application module. - - BPDM: Umbrella Chart with BPDM Bridge Dummy. + +- BPDM bridge dummy: As new application module. +- BPDM: Umbrella Chart with BPDM Bridge Dummy. ### Fixed - BPDM: Deprecated endpoints for retrieving business partners in legacy format. From e3c1ecb8a977199eee98bd2608f1db06d16322c9 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Tue, 15 Aug 2023 09:59:39 +0200 Subject: [PATCH 3/3] docs(api): increase API docs version to 4.0.0 --- docs/api/bridge-dummy.json | 2 +- docs/api/bridge-dummy.yaml | 2 +- docs/api/gate.json | 2 +- docs/api/gate.yaml | 2 +- docs/api/pool.json | 2 +- docs/api/pool.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/bridge-dummy.json b/docs/api/bridge-dummy.json index 62ea4e0b9..d7648527e 100644 --- a/docs/api/bridge-dummy.json +++ b/docs/api/bridge-dummy.json @@ -3,7 +3,7 @@ "info": { "title": "Business Partner Data Management Bridge Dummy", "description": "Bridge between Gate and Pool as a simple replacement for a dedicated sharing service", - "version": "4.0.0-SNAPSHOT" + "version": "4.0.0" }, "servers": [ { diff --git a/docs/api/bridge-dummy.yaml b/docs/api/bridge-dummy.yaml index 57e1a09b1..08338c351 100644 --- a/docs/api/bridge-dummy.yaml +++ b/docs/api/bridge-dummy.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: Business Partner Data Management Bridge Dummy description: Bridge between Gate and Pool as a simple replacement for a dedicated sharing service - version: 4.0.0-SNAPSHOT + version: 4.0.0 servers: - url: http://localhost:8083 description: Generated server url diff --git a/docs/api/gate.json b/docs/api/gate.json index 5eaab185f..fb4e7a27b 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": "4.0.0-SNAPSHOT" + "version": "4.0.0" }, "servers": [ { diff --git a/docs/api/gate.yaml b/docs/api/gate.yaml index 52f73a283..4b9c5e184 100644 --- a/docs/api/gate.yaml +++ b/docs/api/gate.yaml @@ -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: 4.0.0-SNAPSHOT + version: 4.0.0 servers: - url: http://localhost:8081 description: Generated server url diff --git a/docs/api/pool.json b/docs/api/pool.json index 9a868b4c8..154dc66d2 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": "4.0.0-SNAPSHOT" + "version": "4.0.0" }, "servers": [ { diff --git a/docs/api/pool.yaml b/docs/api/pool.yaml index 426ebd884..3386cb693 100644 --- a/docs/api/pool.yaml +++ b/docs/api/pool.yaml @@ -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: 4.0.0-SNAPSHOT + version: 4.0.0 servers: - url: http://localhost:8080 description: Generated server url