From a9972cff4cfb091d236a6ebc776a8efaa814c484 Mon Sep 17 00:00:00 2001 From: ds-lcapellino Date: Wed, 3 Apr 2024 13:04:47 +0200 Subject: [PATCH 1/3] chore: prepare release 4.9.0 --- CHANGELOG.md | 8 +++++++- COMPATIBILITY_MATRIX.md | 16 ++++++++++++++++ docs/src/api/irs-api.yaml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b6c43721..a472505553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_ -## [Unreleased] +## [UNRELEASED] + +### Added + +### Changed + +## [4.9.0] - 2024-04-03 ### Added - Extended EdcPolicyDefinitionService to check if a policy in the edc exists diff --git a/COMPATIBILITY_MATRIX.md b/COMPATIBILITY_MATRIX.md index fe2943f5cb..a718f601c6 100644 --- a/COMPATIBILITY_MATRIX.md +++ b/COMPATIBILITY_MATRIX.md @@ -1,6 +1,22 @@ # Compatibility matrix IRS Full changelog of IRS: [changelog](CHANGELOG.md) + +## [4.9.0] - 2024-04-03 + +| Dependency | Version | Helm | Comments | +|---------------------------|------------------------------|------------|-----------------| +| EDC | 0.5.3 | 0.5.3 | | +| EDC PostgresSQL | 15.1.0-debian-11-r12 | 12.1.6 | Optional | +| MIW | 0.1.0 | 0.1.0 | REST connection | +| Semantics Hub | 0.1.29 | v0.2.11-M1 | REST connection | +| DTR | 0.3.14-M1 | 0.3.22 | REST connection | +| Minio | RELEASE.2022-11-11T03-44-20Z | 5.0.1 | | +| SingleLevelBomAsBuilt | 2.0.0 | - | Model version | +| SingleLevelBomAsPlanned | 2.0.0 | - | Model version | +| SingleLevelBomAsSpecified | 1.0.0 | - | Model version | +| SingleLevelUsageAsBuilt | 2.0.0 | - | Model version | + ## [4.8.0] - 2024-03-18 | Dependency | Version | Helm | Comments | |---------------------------|------------------------------|------------|-----------------| diff --git a/docs/src/api/irs-api.yaml b/docs/src/api/irs-api.yaml index f8801f6c79..fa80bc44b4 100644 --- a/docs/src/api/irs-api.yaml +++ b/docs/src/api/irs-api.yaml @@ -3,7 +3,7 @@ info: description: The API of the Item Relationship Service (IRS) for retrieving item graphs along the value chain of CATENA-X partners. title: IRS API - version: 4.8.0 + version: 4.9.0 servers: - url: http://localhost:8080 security: From dd844093903dc6e03c925d67fa686e3972e0710d Mon Sep 17 00:00:00 2001 From: ds-lcapellino Date: Wed, 3 Apr 2024 13:25:41 +0200 Subject: [PATCH 2/3] chore: prepare release 4.9.0 --- charts/irs-helm/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/irs-helm/CHANGELOG.md b/charts/irs-helm/CHANGELOG.md index b76ebf519d..67ce0d5708 100644 --- a/charts/irs-helm/CHANGELOG.md +++ b/charts/irs-helm/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.18.0] - 2024-04-03 + +### Changed + +- Update IRS version to 4.9.0 + + ## [6.17.0] - 2024-03-18 ### Added - Added property `edc.controlplane.asyncTimeout` which allows to set a global time-to-live for all async requests over EDC From 17a4dbcdc78d3a6dba8e68cc3cf12bba4039032f Mon Sep 17 00:00:00 2001 From: ds-lcapellino Date: Wed, 3 Apr 2024 11:36:26 +0000 Subject: [PATCH 3/3] chore(release): Prepare release for Helm version 6.18.0 --- charts/irs-helm/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/irs-helm/Chart.yaml b/charts/irs-helm/Chart.yaml index 14a717c304..c8bf53d8d2 100644 --- a/charts/irs-helm/Chart.yaml +++ b/charts/irs-helm/Chart.yaml @@ -35,12 +35,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 6.17.0 +version: 6.18.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "4.8.0" +appVersion: "4.9.0" dependencies: - name: common repository: https://charts.bitnami.com/bitnami