Releases: catenax-ng/tx-item-relationship-service
Releases · catenax-ng/tx-item-relationship-service
4.3.0
Added
- Added support for
hasAlternatives
property in SingleLevelBomAsBuilt aspect
Changed
- Updated edc dependencies to 0.2.1
- Update deprecated field
providerUrl
tocounterPartyAddress
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
Changed
- Changed configuration from
ess.managementPath
to options for each endpointess.assetsPath
ess.policydefinitionsPath
ess.contractdefinitionsPath
. E.g.ess.assetsPath: /management/v3/assets
- Rename property
edc.provider.host
toess.edc.host
Full Changelog: irs-helm-6.9.1...irs-helm-6.12.0
4.2.0
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
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
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
- The map of external services healthcheck endpoints can be configured with
Changed
- Changed name of spring's OAuth2 client registration from 'keycloak' to 'common' like below:
to:
spring: security: oauth2: client: registration: keycloak: authorization-grant-type: client_credentials client-id: client-secret: provider: keycloak: token-uri:
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
Changed
- Update IRS version to 4.1.0
- Changed configuration for OAuth2 client from:
to:
keycloak: oauth2: clientId: clientSecret: clientTokenUri: jwkSetUri:
oauth2: clientId: clientSecret: clientTokenUri: jwkSetUri:
Full Changelog: irs-helm-6.9.1...irs-helm-6.10.0
4.0.1
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
4.0.0
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
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