From a0a13cde3e07662f0420c72ebdf30ce975fca84d Mon Sep 17 00:00:00 2001 From: Jaro Hartmann Date: Wed, 19 Jul 2023 15:49:00 +0200 Subject: [PATCH 1/2] chore(charts): fix template for digitalTwinRegistry.descriptorEndpoint --- charts/irs-helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/irs-helm/values.yaml b/charts/irs-helm/values.yaml index df8e7a3697..8d82b73655 100644 --- a/charts/irs-helm/values.yaml +++ b/charts/irs-helm/values.yaml @@ -113,7 +113,7 @@ digitalTwinRegistry: type: decentral # The type of DTR. This can be either "central" or "decentral". If "decentral", descriptorEndpoint, shellLookupEndpoint and oAuthClientId is not required. url: # "https://" descriptorEndpoint: >- - {{ tpl (.Values.digitalTwinRegistry.url | default "") . }}/registry/shell-descriptors/{aasIdentifier} + {{ tpl (.Values.digitalTwinRegistry.url | default "") . }}/shell-descriptors/{aasIdentifier} shellLookupEndpoint: >- {{ tpl (.Values.digitalTwinRegistry.url | default "") . }}/lookup/shells?assetIds={assetIds} discoveryFinderUrl: # "https:// From 67c78db67b71b9b54e3f076f41d575040fa97111 Mon Sep 17 00:00:00 2001 From: Jaro Hartmann Date: Wed, 19 Jul 2023 15:49:27 +0200 Subject: [PATCH 2/2] chore(changelog): Update changelog for release 3.2.1 --- CHANGELOG.md | 11 +++++++++-- charts/irs-helm/CHANGELOG.md | 5 +++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 700328aa98..b659a7b6db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.1] - 2023-07-19 +### Fixed +- EDC Policies now get validated regardless of the type of constraint. +- EDC Policies of type `FrameworkAgreement` are now validated correctly. +- Fixed error in BPN handling for IRS Batch requests + ## [3.2.0] - 2023-07-14 ### Changed - The client code for accessing the Digital Twin Registry (central and decentral) is now available as a spring boot maven library. See the README in the irs-registry-client module for more information. @@ -26,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [TRI-1478] Lack of resources management - thread pooling, heap limitation etc. - [TRI-1024] IRS does not support scale out on multiple instances -## [3.1.0] - 2023-06-28 +## [3.1.0] - 2023-07-07 ### Changed - Removed catalog cache - Changed EDC catalog retrieval from pagination to filter @@ -276,7 +282,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/3.2.0...HEAD +[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.2.1...HEAD +[3.2.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.1.0...3.2.0 [3.1.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.0.1...3.1.0 [3.0.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.0.0...3.0.1 diff --git a/charts/irs-helm/CHANGELOG.md b/charts/irs-helm/CHANGELOG.md index fddf7e1dff..1d4b058eeb 100644 --- a/charts/irs-helm/CHANGELOG.md +++ b/charts/irs-helm/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.2.1] - 2023-07-19 +### Changed +- Update IRS version to 3.2.1 +- Removed path segment `/registry` from default template for `digitalTwinRegistry.descriptorEndpoint` + ## [6.2.0] - 2023-07-14 ### Changed - Update IRS version to 3.2.0