diff --git a/Chart.yaml b/Chart.yaml index eb1e7c6e3d0dee4196681ea7cc84d377c8abc017..3d99711e580c5821a4e38ea64f0c9ba2bcb0af44 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: dataspace type: application -version: 2.0.1 +version: 2.0.2-rc.1 appVersion: "10.0" dependencies: @@ -62,7 +62,7 @@ dependencies: repository: file://./charts/thingsboard condition: thingsboard.enabled - name: edc-connector - version: 0.5.0 + version: 0.5.1 repository: file://./charts/edc-connector condition: edc-connector.enabled - name: kafka-ui diff --git a/README.md b/README.md index 172beee70f8825bec6bf3aba137c34b12ac64ca8..cbce97a30ad933852ea32c0af3ac50c00ad45b87 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This project includes contributions from the following organizations: # Helm Chart Konfiguration -   +   ## Values diff --git a/charts/edc-connector/Chart.yaml b/charts/edc-connector/Chart.yaml index 77e2007a6662653797b6c2928295e6e363c08086..63cba7921514440dea5deece711def5a18f1d5eb 100644 --- a/charts/edc-connector/Chart.yaml +++ b/charts/edc-connector/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.0 +version: 0.5.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/edc-connector/README.md b/charts/edc-connector/README.md index e336ce48dc2f53b67a896998284b5558adb30ad7..5fc63c8f378be4c58bde120d88c26cc077ae556e 100644 --- a/charts/edc-connector/README.md +++ b/charts/edc-connector/README.md @@ -1,6 +1,6 @@ # edc-connector -   +   The EDC Connector is specifically designed to connect dataspaces within the SmartLivingNext ecosystem. @@ -23,10 +23,10 @@ For more details, please refer to the [edc-connector repository](https://gitlab. | ingress.externalAccess.cidr | string | `"0.0.0.0/0"` | | | ingress.externalAccess.enabled | bool | `true` | | | ingress.rules[0].path | string | `"/connector/(public)(/|$)(.*)"` | | -| ingress.rules[0].pathType | string | `"Prefix"` | | +| ingress.rules[0].pathType | string | `"ImplementationSpecific"` | | | ingress.rules[0].port | int | `19291` | | | ingress.rules[1].path | string | `"/connector/(protocol)(/|$)(.*)"` | | -| ingress.rules[1].pathType | string | `"Prefix"` | | +| ingress.rules[1].pathType | string | `"ImplementationSpecific"` | | | ingress.rules[1].port | int | `19194` | | | oauth2.clientId | string | `"keycloak-clientid"` | client id of the federated keycloak instance | | oauth2.participantId | string | `"edc-participant-id"` | unique participant id, which identifies you within the ecosystem | diff --git a/charts/edc-connector/templates/ingress.yaml b/charts/edc-connector/templates/ingress.yaml index bbba9750e7d0fefed70acddbf76a63ba130ce771..20d7bb727935877a8750f8effd83765fbe8e1e6f 100644 --- a/charts/edc-connector/templates/ingress.yaml +++ b/charts/edc-connector/templates/ingress.yaml @@ -33,14 +33,14 @@ spec: {{- end }} {{- else }} - path: /connector/(public)(/|$)(.*) - pathType: Prefix + pathType: ImplementationSpecific backend: service: name: {{ include "edc-connector.fullname" $ }} port: number: 19291 - path: /connector/(protocol)(/|$)(.*) - pathType: Prefix + pathType: ImplementationSpecific backend: service: name: {{ include "edc-connector.fullname" $ }} diff --git a/charts/edc-connector/values.yaml b/charts/edc-connector/values.yaml index 6b8fd948f9b153a1823beed7aeaaa1af336c32ef..7e1bca06d765812b90ff9e39c4cf2b477024dbbb 100644 --- a/charts/edc-connector/values.yaml +++ b/charts/edc-connector/values.yaml @@ -56,10 +56,10 @@ ingress: rules: - port: 19291 path: /connector/(public)(/|$)(.*) - pathType: Prefix + pathType: ImplementationSpecific - port: 19194 path: /connector/(protocol)(/|$)(.*) - pathType: Prefix + pathType: ImplementationSpecific externalAccess: enabled: true diff --git a/doku/Update-Anleitung/README.md b/doku/Update-Anleitung/README.md index e849c095012244ffb9a6acf6bffe9b1ba85d6147..fbcb602bc918bbba2b6d68c7f80a4d129de6cdc3 100644 --- a/doku/Update-Anleitung/README.md +++ b/doku/Update-Anleitung/README.md @@ -11,6 +11,10 @@ helm upgrade [RELEASE_NAME] dataspace/dataspace --version [CHART_VERSION] -n cor Vor dem Update sollten alle erforderlichen Änderungen in der `values.yaml` Datei vorgenommen werden. Bitte beachten Sie hierzu die [Release Notes und die Updatesanleitung](https://gitlab.int.smartlivingnext.de/data-space/components/helm/dataspace/-/tree/main/update-doku?ref_type=heads) für spezifische Anpassungen und neue Einstellungen, die möglicherweise erforderlich sind. ## Upgrade einer bestehenden Version auf eine neue Version +### Update von Version 2.0.1 auf 2.0.2 + +Der Ingress für EDC wurde von "Prefix" auf "Implementation Specific" umgestellt. + ### Update von Version 2.0.0 auf 2.0.1 Das Update definiert Ressourcen und Sicherheitseinstellungen in allen Apps. Definierte Limits sind 32 GB RAM und 8 CPU-Kerne. diff --git a/doku/release-note-dataspace.md b/doku/release-note-dataspace.md index 4d0d6b25dcaac574287480b3fbe63169d4fc1d8b..7efacbff52c27dc7f9dada05cb2ff627f552aa04 100644 --- a/doku/release-note-dataspace.md +++ b/doku/release-note-dataspace.md @@ -1,3 +1,7 @@ +# Version 2.0.2 +| Komponente | Alte Chart Version | Ziel Chart Version | Alte App Version | Ziel App Version | Changes | Bemerkungen | +|---|---|---|---|---|---|---| +| EDC | 5.0.0 | 5.0.1 | 3.1.0 | 3.1.0 |Der Ingress für EDS wurde von "Prefix" auf "Implementation Specific" umgestellt. | - # Version 2.0.1 | Komponente | Alte Chart Version | Ziel Chart Version | Alte App Version | Ziel App Version | Changes | Bemerkungen | |---|---|---|---|---|---|---|