Skip to content

Commit

Permalink
chore(changelog): prepare release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-psosnowski committed Nov 28, 2023
1 parent 2377f31 commit b06973e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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 @@ -462,7 +464,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.1...4.1.0
[4.0.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/3.5.4...4.0.0
Expand Down
11 changes: 8 additions & 3 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,11 +36,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
jwkSetUri:
```

## [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 b06973e

Please sign in to comment.