Skip to content

Commit

Permalink
Merge pull request #1204 from eclipse-tractusx/chore/update-irs-helm-…
Browse files Browse the repository at this point in the history
…dependency

chore(charts): bump irs dependency to 7.2.1
  • Loading branch information
ds-mwesener authored Jul 10, 2024
2 parents 2f1fbee + adc319e commit 8224cb0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| Dependency | Name of Service | Version | Helm | Comments |
|------------------|------------------------------|----------------------|----------|-----------------------------------------------------|
| EDC | edc-postgresql | 15.4.0-debian-11-r45 | 12.12.10 | Enterprise Data Connector for PostgreSQL |
| IRS | item-relationship-service | 5.2.0 | 7.2.0 | Helm charts for Item Relationship Service |
| IRS | item-relationship-service | 5.2.0 | 7.2.1 | Helm charts for Item Relationship Service |
| EDC | tractusx-connector | 0.7.0 | 0.7.0 | Connector for Data Transfer and Registration |
| Discovery Finder | discovery service | 0.2.5 | - | Service for discovering and registering artifacts |
| Portal | portal | 1.8.0 | - | Web portal for interacting with Trace-X |
Expand Down
3 changes: 3 additions & 0 deletions charts/traceability-foss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.

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).
## [1.3.41] - 2024-07-10
### No changes

## [1.3.40] - 2024-05-29
### No changes

Expand Down
8 changes: 4 additions & 4 deletions charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ home: https://eclipse-tractusx.github.io/
sources:
- https://github.com/eclipse-tractusx/traceability-foss
type: application
version: 1.3.40
version: 1.3.41
appVersion: "12.0.0"
dependencies:
- name: frontend
repository: "file://charts/frontend"
version: 1.3.40
version: 1.3.41
- name: backend
repository: "file://charts/backend"
version: 1.3.40
version: 1.3.41
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
Expand All @@ -42,7 +42,7 @@ dependencies:
condition: pgadmin4.enabled
- name: item-relationship-service
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 7.2.0
version: 7.2.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 charts/traceability-foss/charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apiVersion: v2
name: backend
description: A Helm chart for Traceability backend application.
type: application
version: 1.3.40
version: 1.3.41
appVersion: "12.0.0"
dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ apiVersion: v2
name: frontend
description: A Helm chart for Traceability frontend application.
type: application
version: 1.3.40
version: 1.3.41
appVersion: "12.0.0"

0 comments on commit 8224cb0

Please sign in to comment.