Skip to content

Commit

Permalink
Merge pull request #441 from eclipse-tractusx/hotfix/4.5.2
Browse files Browse the repository at this point in the history
chore(irs-api): Update IRS OpenAPI version to 4.5.2
  • Loading branch information
ds-jhartmann authored Feb 22, 2024
2 parents 5f7834d + f8f5cc1 commit 03be8ff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed Log4J configuration
- Fix tavern and cucumber tests

## [4.5.2] - 2024-02-22
## Changed
- Updated IRS OpenAPI version to 4.5.2

## [4.5.1] - 2024-02-20
### Changed
- Moved Docker notice to separate file #425


## [4.5.0] - 2024-02-07
### Added
- Added helper script for building documentation locally.
Expand Down Expand Up @@ -538,6 +541,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.6.0...HEAD
[4.6.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.5.1...4.6.0
[4.5.2]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.5.1...4.5.2
[4.5.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.5.0...4.5.1
[4.5.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.5.0...4.5.1
[4.5.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.4.0...4.5.0
Expand Down
8 changes: 8 additions & 0 deletions charts/irs-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update IRS version to 4.6.0

## [6.14.2] - 2024-02-22
### Changed
- Update IRS version to 4.5.2

## [6.14.1] - 2024-02-20
### Changed
- Update IRS version to 4.5.1

## [6.14.0] - 2024-02-07
### Added
- Added configuration parameters `oauth2.semantics.clientId`,`oauth2.semantics.clientSecret`, `oauth2.discovery.clientId`,`oauth2.discovery.clientSecret`, `oauth2.bpdm.clientId`,`oauth2.bpdm.clientSecret`
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api/irs-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "2.1.0"
version: "4.5.2"
servers:
- url: http://localhost:8080
security:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class IrsApplication {
/**
* The IRS API version.
*/
public static final String API_VERSION = "2.1.0";
public static final String API_VERSION = "4.5.2";

/**
* The URL prefix for IRS API URLs.
Expand Down

0 comments on commit 03be8ff

Please sign in to comment.