Skip to content

Commit 5ca63e5

Browse files
authored
Merge pull request #810 from eclipse-tractusx/action/update-for-release-5.3.0
chore: updated docs and Helm chart for release
2 parents d9cf311 + fb1ac30 commit 5ca63e5

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ _**For better traceability add the corresponding GitHub issue number in each cha
88

99
## [Unreleased]
1010

11+
## [5.3.0] - 2024-07-15
12+
1113
### Added
1214

1315
- Added filtering by "createdOn", "validUntil" to paging endpoint for Policy Store API: `GET /irs/policies/paged`. #750
@@ -728,7 +730,8 @@ _**For better traceability add the corresponding GitHub issue number in each cha
728730
- **Select Aspects you need** You are able to select the needed aspects for which you want to collect the correct endpoint information.
729731

730732

731-
[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.2.0...HEAD
733+
[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.3.0...HEAD
734+
[5.3.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.2.0...5.3.0
732735
[5.2.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.4...5.2.0
733736
[5.1.4]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.3...5.1.4
734737
[5.1.3]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.2...5.1.3

charts/item-relationship-service/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [7.3.0] - 2024-07-15
10+
11+
### Changed
12+
13+
- Update IRS version to 5.3.0
14+
915
## [7.2.1] - 2024-07-10
1016
- Update bitnami/common to 2.x.x
1117

charts/item-relationship-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ type: application
3535
# This is the chart version. This version number should be incremented each time you make changes
3636
# to the chart and its templates, including the app version.
3737
# Versions are expected to follow Semantic Versioning (https://semver.org/)
38-
version: 7.2.1
38+
version: 7.3.0
3939
# This is the version number of the application being deployed. This version number should be
4040
# incremented each time you make changes to the application. Versions are not expected to
4141
# follow Semantic Versioning. They should reflect the version the application is using.
4242
# It is recommended to use it with quotes.
43-
appVersion: "5.2.0"
43+
appVersion: "5.3.0"
4444
dependencies:
4545
- name: common
4646
repository: https://charts.bitnami.com/bitnami

docs/src/api/irs-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
description: The API of the Item Relationship Service (IRS) for retrieving item
44
graphs along the value chain of CATENA-X partners.
55
title: IRS API
6-
version: 5.2.0
6+
version: 5.3.0
77
servers:
88
- url: http://localhost:8080
99
security:

irs-api/src/main/java/org/eclipse/tractusx/irs/IrsApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class IrsApplication {
5959
/**
6060
* The IRS API version.
6161
*/
62-
public static final String API_VERSION = "5.2.0";
62+
public static final String API_VERSION = "5.3.0";
6363

6464
/**
6565
* The URL prefix for IRS API URLs.

0 commit comments

Comments
 (0)