From 24e68c8bd7cfa08439d6c8b0d7975c06097f8377 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Fri, 8 Dec 2023 10:50:44 +0100 Subject: [PATCH 1/2] chore(release): Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c4f6f124..ab99511b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [4.3.0] - 2023-12-08 ### Added - Added support for `hasAlternatives` property in SingleLevelBomAsBuilt aspect @@ -475,7 +478,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Unresolved - **Select Aspects you need** You are able to select the needed aspects for which you want to collect the correct endpoint information. -[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.2.0...HEAD +[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.3.0...HEAD +[4.3.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.2.0...4.3.0 [4.2.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.1.0...4.2.0 [4.1.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.2...4.1.0 [4.0.2]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.1...4.0.2 From c5d17c6665a2d4d7f9acd9846f3ff0bde4f1e655 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Fri, 8 Dec 2023 10:53:11 +0100 Subject: [PATCH 2/2] chore(release): Update helm charts CHANGELOG.md --- charts/irs-helm/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/irs-helm/CHANGELOG.md b/charts/irs-helm/CHANGELOG.md index 2886ea41a2..b5e3fac343 100644 --- a/charts/irs-helm/CHANGELOG.md +++ b/charts/irs-helm/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [6.12.0] - 2023-12-08 ### Changed - Changed configuration from `ess.managementPath` to options for each endpoint `ess.assetsPath` `ess.policydefinitionsPath` `ess.contractdefinitionsPath`. E.g. `ess.assetsPath: /management/v3/assets` - Rename property `edc.provider.host` to `ess.edc.host`