Skip to content

Commit

Permalink
Merge pull request #436 from catenax-ng/chore/prepare-release-3.2.1
Browse files Browse the repository at this point in the history
Chore/prepare release 3.2.1
  • Loading branch information
ds-jhartmann authored Jul 19, 2023
2 parents 9dd69f5 + 67c78db commit 9b7bab0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions charts/irs-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/irs-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://<digital-twin-registry-url>"
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://<discovery-finder-url>
Expand Down

0 comments on commit 9b7bab0

Please sign in to comment.