Skip to content

Releases: eclipse-tractusx/item-relationship-service

irs-helm-6.5.0

30 Aug 13:52
35c9c9e
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes

3.3.4

24 Aug 09:17
a7933f8
Compare
Choose a tag to compare

Fixed

  • Added missing license information to documentation and docker image

Full Changelog: 3.3.3...3.3.4

irs-helm-6.4.2

24 Aug 09:17
8bd8e05
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes

3.3.3

11 Aug 11:11
d32d54f
Compare
Choose a tag to compare

Changed

  • IRS now calls the entire dataplane URL retrieved from the registry href instead of building it from the URL of the EDC token and the path

Fixed

  • Switched to POST for DTR lookup request
  • Added Base64 encoding to identifier for DTR shell-descriptor request
  • Fixed an issue where IRS did not pass the BPN correctly for the ESS use-case

Full Changelog: 3.3.2...3.3.3

irs-helm-6.4.1

11 Aug 11:06
5d0e0aa
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes

Changed

Update IRS version to 3.3.3

3.3.2

31 Jul 15:31
3f4221e
Compare
Choose a tag to compare

Fixed

  • BPN is now passed on correctly when traversing the item graph
  • 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

Full Changelog: 3.3.1...3.3.2

irs-helm-6.4.0

31 Jul 14:21
66abc97
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes

3.3.1

24 Jul 07:23
3007587
Compare
Choose a tag to compare

Fixed

  • Added missing field businessPartner for relationship aspect SingleLevelUsageAsBuilt

Full Changelog: 3.3.0...3.3.1

irs-helm-6.3.1

24 Jul 07:21
c3a9b67
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes

3.3.0

20 Jul 09:25
04d2036
Compare
Choose a tag to compare

Changed

  • BPN is now taken from the submodel data while traversing the item graph
  • Tombstone is created if no BPN is available for a child item

Known knowns

  • [TRI-1486] IRS does not support BPN for SingleLevelUsageAsBuilt. No trees can be built for direction "upward".
  • [TRI-1460] ESS Notifications endpoints are not working in the decentral Digital Twin Registry scenario because endpoints do not provide BPN as a parameter.
  • [TRI-1096] No limiting of requests in parallel - IRS allows sending API requests unlimited
  • [TRI-1100] Potential denial-of-service (DoS) attack - IRS allows to enter a large number of characters, which are reflected in the response of the server
  • [TRI-1098] Software related information disclosure - IRS returns redundant information about the type and version of used software
  • [TRI-793] Misconfigured Access-Control-Allow- Origin Header - by intercepting network traffic it could be possible to read and modify any messages that are exchanged with server
  • [TRI-1095] HTTP security headers configuration could be improved and allow for additional protection against some web application attacks
  • [TRI-1441] Synchronous communication with shared C-X services without circuit breaker pattern - potentially could affect IRS resilience when other services become non-responsive.
  • [TRI-1441] Cascading effects of failure when Digital Twin Registry becomes non-responsive - potentially bulkhead pattern could improve IRS resilience
  • [TRI-1477] Retry mechanism used inside IRS could potentially affect IRS resilience - DDOS other services on which IRS is dependent, exhaustion of resources and available threads, etc.
  • [TRI-1478] Lack of resources management - thread pooling, heap limitation etc.
  • [TRI-1024] IRS does not support scale out on multiple instances

Full Changelog: 3.2.1...3.3.0