Skip to content

Releases: eclipse-tractusx/item-relationship-service

4.0.1

10 Nov 12:03
4f538ec
Compare
Choose a tag to compare

Changed

  • Added state STARTED as acceptable state to complete the EDC transfer process to be compatible with EDC 0.5.1

Full Changelog: 4.0.0...4.0.1

irs-helm-6.9.1

10 Nov 12:07
1436deb
Compare
Choose a tag to compare

4.0.0

27 Oct 14:21
a6c072c
Compare
Choose a tag to compare

Added

  • Introduced new API endpoint to register ESS Jobs in Batch - POST {{IRS_HOST}}/irs/ess/orders
  • Added role "admin_irs" again

Changed

  • Deprecated query parameter 'jobStates' was removed from GET {{IRS_HOST}}/irs/jobs endpoint
  • Moved OAuth2 JWT token claim to configuration. The fields can be configured with oauth.resourceClaim, oauth.irsNamespace, oauth.roles.
  • ESS
    • Added Tombstone to ESS investigation in case required aspect models "PartAsPlanned" or "PartSiteInformationAsPlanned" are missing
  • Update dependencies to mitigate third party vulnerabilities

Full Changelog: 3.5.4...4.0.0

irs-helm-6.9.0

27 Oct 14:20
23b7efb
Compare
Choose a tag to compare

Changed

  • Update IRS version to 4.0.0

Added

  • Added configuration for IRS OAuth2 JWT token claim

Full Changelog: irs-helm-6.8.1...irs-helm-6.9.0

3.5.4

25 Oct 14:02
Compare
Choose a tag to compare

Changed

  • removed role "admin_irs"

Full Changelog: 3.5.3...3.5.4

irs-helm-6.8.1

25 Oct 14:15
8f4896e
Compare
Choose a tag to compare

Changed

  • Update IRS version to 3.5.4

Full Changelog: irs-helm-6.8.0...irs-helm-6.8.1

3.5.3

09 Oct 10:55
7a06f8d
Compare
Choose a tag to compare

Fixed

  • Fixed default policy creation.

Changed

  • Changed configuration for default policies from:
    irs-edc-client:
      catalog:
        policies:
          allowedNames: A, B
          acceptedLeftOperands: X
          acceptedRightOperands: Y
    
    to:
    irs-edc-client:
      catalog:
        acceptedPolicies:
        - leftOperand: "X"
          operator: "eq"
          rightOperand: "A"
        - leftOperand: "B"
          operator: "eq"
          rightOperand: Y"
    

Full Changelog: 3.5.2...3.5.3

irs-helm-6.8.0

09 Oct 10:53
1e5713a
Compare
Choose a tag to compare

Changed

  • Update IRS version to 3.5.3
  • Changed configuration for default policies from:
    edc:
      catalog:
        policies:
          allowedNames: A, B
          acceptedLeftOperands: X
          acceptedRightOperands: Y
    
    to:
    edc:
      catalog:
        acceptedPolicies:
        - leftOperand: "X"
          operator: "eq"
          rightOperand: "A"
        - leftOperand: "B"
          operator: "eq"
          rightOperand: Y"
    

Full Changelog: irs-helm-6.7.3...irs-helm-6.8.0

3.5.2

06 Oct 13:42
3d43cd7
Compare
Choose a tag to compare

Changed

  • Updated dependencies

Full Changelog: 3.5.1...3.5.2

irs-helm-6.7.3

06 Oct 13:43
696881a
Compare
Choose a tag to compare

Changed

  • Update IRS version to 3.5.2

Full Changelog: irs-helm-6.7.2...irs-helm-6.7.3