Skip to content

Commit

Permalink
Merge pull request #1231 from catenax-ng/chore/837-update-irs
Browse files Browse the repository at this point in the history
chore(helm):783 upgrade irs
  • Loading branch information
ds-lcapellino authored May 8, 2024
2 parents 05481c3 + bacafad commit 1f29eff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ _**For better traceability add the corresponding GitHub issue number in each cha
- #778 Added counterPartyId to getCatalogRequest

### Changed
- #837 migrate to irs-helm 7.1.1
- #837 migrate to irs-decentral-client-library to 2.0.2-SNAPSHOT
- #844 Prefilled bpn on investigation creation
- #843 Refactored e2e tests, added edit notification e2e test case
- #828 fix duplicates in traction_battery_code_subcomponent table
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:
condition: pgadmin4.enabled
- name: item-relationship-service
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 7.1.0
version: 7.1.1
condition: item-relationship-service.enabled
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ SPDX-License-Identifier: Apache-2.0
<cucumber.version>7.17.0</cucumber.version>
<junit-bom.version>5.10.2</junit-bom.version>
<awaitility.version>4.2.1</awaitility.version>
<irs-client-lib.version>2.0.1-SNAPSHOT</irs-client-lib.version>
<irs-client-lib.version>2.0.2-SNAPSHOT</irs-client-lib.version>
<json-schema-validator.version>5.4.0</json-schema-validator.version>
<!-- Sonar related properties -->
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
Expand Down

0 comments on commit 1f29eff

Please sign in to comment.