Skip to content

Commit

Permalink
Merge pull request #478 from catenax-ng/chore/prepare-release-3.3.3
Browse files Browse the repository at this point in the history
Chore/prepare release 3.3.3
  • Loading branch information
ds-jhartmann authored Aug 11, 2023
2 parents 26b6cc6 + b12fc7c commit d32d54f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.3.3] - 2023-08-11
### Changed
- IRS now calls the entire dataplane URL retrieved from the registry href instead of building it from the URL of the EDC token and the path

### Fixed
- Switched to POST for DTR lookup request
- Added Base64 encoding to identifier for DTR shell-descriptor request
- Fixed an issue where IRS did not pass the BPN correctly for the ESS use-case

## [3.3.2] - 2023-07-31
### Fixed
Expand Down Expand Up @@ -304,7 +307,8 @@ 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.3.2...HEAD
[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.3.3...HEAD
[3.3.3]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.3.2...3.3.3
[3.3.2]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.3.1...3.3.2
[3.3.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.3.0...3.3.1
[3.3.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.2.1...3.3.0
Expand Down
4 changes: 4 additions & 0 deletions charts/irs-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.4.1] - 2023-08-11
### Changed
- Update IRS version to 3.3.3

## [6.4.0] - 2023-07-31
### Added
- New option to configure accepted operands for policy checks via `edc.catalog.policies.acceptedRightOperands` and `edc.catalog.policies.acceptedLeftOperands`
Expand Down
2 changes: 1 addition & 1 deletion local/testing/testdata/CX_Testdata_v1.5.1-AsPlanned.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"odrl:or": [
{
"@type": "Constraint",
"odrl:leftOperand": "idsc:PURPOSE",
"odrl:leftOperand": "PURPOSE",
"odrl:operator": {
"@id": "odrl:eq"
},
Expand Down
2 changes: 1 addition & 1 deletion local/testing/testdata/CX_Testdata_v1.5.3-AsBuilt.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"odrl:or": [
{
"@type": "Constraint",
"odrl:leftOperand": "idsc:PURPOSE",
"odrl:leftOperand": "PURPOSE",
"odrl:operator": {
"@id": "odrl:eq"
},
Expand Down

0 comments on commit d32d54f

Please sign in to comment.