Skip to content

Releases: catenax-ng/tx-item-relationship-service

irs-helm-6.8.1

27 Oct 11:11
edacf0b
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:47
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:49
f9bf3a9
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 11:02
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 11:05
684b077
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

3.5.1

05 Oct 12:51
c1b2686
Compare
Choose a tag to compare

Fixed

  • Fix json schema validation

Full Changelog: 3.5.0...3.5.1

irs-helm-6.7.2

05 Oct 12:53
8ca2569
Compare
Choose a tag to compare

Changed

  • Update IRS version to 3.5.1

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

irs-helm-6.7.1

29 Sep 13:45
c07c5ab
Compare
Choose a tag to compare

Changed

  • Added toString template for edc.controlplane.apikey.secret

Full Changelog: irs-helm-6.7.0...irs-helm-6.7.1

3.5.0

28 Sep 13:00
635d0d0
Compare
Choose a tag to compare

Changed

  • IRS now makes use of the value dspEndpoint in subprotocolBody of the Asset Administration Shell to request submodel data directly.

Fixed

  • Fixed a case where IRS submodel requests did not reuqest all EDC endpoints discovered by Discovery Finder
  • ESS
    • Updated investigation request body field incidentBPNs to incidentBPNSs.
    • Streamlined EDC notification flow and adjusted it to existing EDC client methods
    • Changed investigation from BPNL to BPNS (catenaXSiteId of PartSiteInformationAsPlanned)
    • Additional validation for validityPeriod of PartAsPlanned

Full Changelog: 3.4.1...3.5.0

irs-helm-6.7.0

28 Sep 13:02
83b5ba8
Compare
Choose a tag to compare

Changed

  • Update IRS version to 3.5.0

Removed

  • Removed unused configuration parameters edc.submodel.path,discovery.endpoint, discovery.mockEdcAddres

Full Changelog: irs-helm-6.6.1...irs-helm-6.7.0