Skip to content

Commit

Permalink
Merge pull request #672 from catenax-ng/chore/prepare-release-4.2.0
Browse files Browse the repository at this point in the history
chore(changelog): prepare release 4.2.0
  • Loading branch information
ds-psosnowski authored Nov 28, 2023
2 parents 61ad8f0 + a0b65b7 commit f7ee097
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [4.2.0] - 2023-11-28
### 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
Expand Down Expand Up @@ -466,7 +468,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/4.1.0...HEAD
[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.2.0...HEAD
[4.2.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.1.0...4.2.0
[4.1.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.2...4.1.0
[4.0.2]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.0...4.0.1
Expand Down
13 changes: 9 additions & 4 deletions charts/irs-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ 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]

## [6.11.0] - 2023-11-28
### Fixed
- Fixed templating for `management.health.dependencies`

### Added
- Added [system health dashboard](dashboards/system-health-dashboard.json) 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`

## [6.10.0]
## [6.10.0] - 2023-11-15
### Changed
- Update IRS version to 4.1.0
- Changed configuration for OAuth2 client from:
Expand All @@ -31,15 +36,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
jwkSetUri:
```

## [6.9.2]
## [6.9.2] - 2023-11-20
### Changed
- Update IRS version to 4.0.2

## [6.9.1]
## [6.9.1] - 2023-11-10
### Changed
- Update IRS version to 4.0.1

## [6.9.0]
## [6.9.0] - 2023-10-27
### Changed
- Update IRS version to 4.0.0

Expand Down

0 comments on commit f7ee097

Please sign in to comment.