Skip to content

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

4.3.0

08 Dec 11:28
e3c9815
Compare
Choose a tag to compare

Added

  • Added support for hasAlternatives property in SingleLevelBomAsBuilt aspect

Changed

  • Updated edc dependencies to 0.2.1
  • Update deprecated field providerUrl to counterPartyAddress in EDC catalog request
  • Update ESS EDC notification creation asset endpoint to v3

Full Changelog: 4.2.0...4.3.0

irs-helm-6.12.0

08 Dec 12:21
c8944d9
Compare
Choose a tag to compare

Changed

  • Changed configuration from ess.managementPath to options for each endpoint ess.assetsPath ess.policydefinitionsPath ess.contractdefinitionsPath. E.g. ess.assetsPath: /management/v3/assets
  • Rename property edc.provider.host to ess.edc.host

Full Changelog: irs-helm-6.9.1...irs-helm-6.12.0

4.2.0

28 Nov 15:56
f7ee097
Compare
Choose a tag to compare

Changed

  • Changed default behaviour of IRS - when aspects list is not provided or empty in request body, IRS will not collect any submodel now (previously default aspects were collected).
  • ESS
    • Added 'hops' parameter to SupplyChainImpacted Aspect model - contains relative distance in the supply chain
    • Added impactedSuppliersOnFirstTier parameter to Supply SupplyChainImpacted Aspect model - contains information of first level supply chain impacted
  • Exported health endpoints to prometheus (see HealthMetricsExportConfiguration,
    DependenciesHealthMetricsExportConfiguration) and
    added system health dashboard in order to visualize health
    metrics of IRS and its dependencies

Fixed

  • Fixed incorrect passing of incidentBPNS for ESS Orders

Known knowns

  • [#253] Cancelation of order jobs is not working stable

Full Changelog: 4.1.0...4.2.0

irs-helm-6.11.0

28 Nov 16:02
99a7377
Compare
Choose a tag to compare

Fixed

  • Fixed templating for management.health.dependencies

Added

  • Added system health dashboard in order to visualize health metrics of IRS
    and its dependencies
  • Added configuration for the Discovery Finder cache time to live value in edc.connectorEndpointService.cacheTTL

Full Changelog: irs-helm-6.9.1...irs-helm-6.11.0

4.1.0

15 Nov 13:14
7c9f660
Compare
Choose a tag to compare

Added

  • IRS can now check the readiness of external services. Use the new management.health.dependencies.enabled config entry to determine if external dependencies health checks should be checked (false by default).
    • The map of external services healthcheck endpoints can be configured with management.health.dependencies.urls property, eg. service_name: http://service_name_host/health

Changed

  • Changed name of spring's OAuth2 client registration from 'keycloak' to 'common' like below:
    spring:
      security:
        oauth2:
          client:
            registration:
              keycloak:
                authorization-grant-type: client_credentials
                client-id: 
                client-secret: 
            provider:
              keycloak:
                token-uri:
    
    to:
    spring:
      security:
        oauth2:
          client:
            registration:
              common:
                authorization-grant-type: client_credentials
                client-id: 
                client-secret: 
            provider:
              common:
                token-uri:
    
  • Update IRS API Swagger documentation to match AAS 3.0.0

Full Changelog: 4.0.1...4.1.0

irs-helm-6.10.0

15 Nov 13:18
048849a
Compare
Choose a tag to compare

Changed

  • Update IRS version to 4.1.0
  • Changed configuration for OAuth2 client from:
    keycloak:
      oauth2:
        clientId: 
        clientSecret:  
        clientTokenUri: 
        jwkSetUri:  
    
    to:
    oauth2:
      clientId: 
      clientSecret:  
      clientTokenUri: 
      jwkSetUri:  
    

Full Changelog: irs-helm-6.9.1...irs-helm-6.10.0

4.0.1

10 Nov 14:35
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.1...4.0.1

irs-helm-6.9.1

10 Nov 13:26
0160ab6
Compare
Choose a tag to compare

Changed

  • Update IRS version to 4.0.1

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

4.0.0

27 Oct 14:12
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:15
d1252b8
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