From 7d7b5e182e4b2f508e6781fb705423685b50b02d Mon Sep 17 00:00:00 2001 From: Jan Kreutzfeld Date: Fri, 14 Jul 2023 16:47:12 +0200 Subject: [PATCH 1/2] chore(release): Prepare CHANGELOGs for release of IRS 3.2.0 --- CHANGELOG.md | 2 ++ charts/irs-helm/CHANGELOG.md | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d96d7dab72..8c782b440e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] - 2023-07-14 ### Changed - The client code for accessing the Digital Twin Registry (central and decentral) is now available as a spring boot maven library. See the README in the irs-registry-client module for more information. - Update EDC dependencies to 0.1.3 - Add Transformer to support new EDC constraint operator format +- IRS now supports the AAS API 3.0 and its updated models. **Note**: this also reflects in the Job response shells, please check the new schema. ### Known knowns - PLACEHOLDER REMOVE IF EMPTY: risks that were introduced or discovered in the release and are known but not resolved diff --git a/charts/irs-helm/CHANGELOG.md b/charts/irs-helm/CHANGELOG.md index 0a719846a5..fddf7e1dff 100644 --- a/charts/irs-helm/CHANGELOG.md +++ b/charts/irs-helm/CHANGELOG.md @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [6.1.0] +## [6.2.0] - 2023-07-14 +### Changed +- Update IRS version to 3.2.0 + +## [6.1.0] - 2023-07-07 ### Changed - Remove EDC Catalog cache configuration From 38a4dee374264d3d099a39fbbb7198bd4b995671 Mon Sep 17 00:00:00 2001 From: Jan Kreutzfeld Date: Fri, 14 Jul 2023 16:49:51 +0200 Subject: [PATCH 2/2] chore(release): Fix link section for CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c782b440e..222bff3b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -266,8 +266,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Unresolved - **Select Aspects you need** You are able to select the needed aspects for which you want to collect the correct endpoint information. -[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.0.2...HEAD -[3.0.2]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.0.1...3.0.2 +[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.2.0...HEAD +[3.2.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.1.0...3.2.0 +[3.1.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.0.1...3.1.0 [3.0.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/2.6.1...3.0.0 [2.6.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/2.6.0...2.6.1