File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
charts/item-relationship-service
irs-api/src/main/java/org/eclipse/tractusx/irs Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ _**For better traceability add the corresponding GitHub issue number in each cha
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 5.3.0] - 2024-07-15
12
+
11
13
### Added
12
14
13
15
- 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
728
730
- ** Select Aspects you need** You are able to select the needed aspects for which you want to collect the correct endpoint information.
729
731
730
732
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
732
735
[ 5.2.0 ] : https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.4...5.2.0
733
736
[ 5.1.4 ] : https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.3...5.1.4
734
737
[ 5.1.3 ] : https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.2...5.1.3
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 7.3.0] - 2024-07-15
10
+
11
+ ### Changed
12
+
13
+ - Update IRS version to 5.3.0
14
+
9
15
## [ 7.2.1] - 2024-07-10
10
16
- Update bitnami/common to 2.x.x
11
17
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ type: application
35
35
# This is the chart version. This version number should be incremented each time you make changes
36
36
# to the chart and its templates, including the app version.
37
37
# Versions are expected to follow Semantic Versioning (https://semver.org/)
38
- version : 7.2.1
38
+ version : 7.3.0
39
39
# This is the version number of the application being deployed. This version number should be
40
40
# incremented each time you make changes to the application. Versions are not expected to
41
41
# follow Semantic Versioning. They should reflect the version the application is using.
42
42
# It is recommended to use it with quotes.
43
- appVersion : " 5.2 .0"
43
+ appVersion : " 5.3 .0"
44
44
dependencies :
45
45
- name : common
46
46
repository : https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change 3
3
description : The API of the Item Relationship Service (IRS) for retrieving item
4
4
graphs along the value chain of CATENA-X partners.
5
5
title : IRS API
6
- version : 5.2 .0
6
+ version : 5.3 .0
7
7
servers :
8
8
- url : http://localhost:8080
9
9
security :
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public class IrsApplication {
59
59
/**
60
60
* The IRS API version.
61
61
*/
62
- public static final String API_VERSION = "5.2 .0" ;
62
+ public static final String API_VERSION = "5.3 .0" ;
63
63
64
64
/**
65
65
* The URL prefix for IRS API URLs.
You can’t perform that action at this time.
0 commit comments