From a4e3e677fdbecfda289ae0ec79c3d84f21f6b189 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 29 Mar 2023 11:39:50 +0200 Subject: [PATCH 1/5] hotfix(1.2.1): update version --- charts/portal/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/Chart.yaml b/charts/portal/Chart.yaml index 524ba5d40..d38426d38 100644 --- a/charts/portal/Chart.yaml +++ b/charts/portal/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: portal type: application -version: 1.2.0 +version: 1.2.1 appVersion: 1.2.0 description: Helm chart for Catena-X Portal home: https://github.com/eclipse-tractusx/portal-cd From 02e748bc7217981936ef8e5f65ea0e63be7db9bf Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 29 Mar 2023 11:40:17 +0200 Subject: [PATCH 2/5] hotfix(1.2.1): fix image tag for portal-migrations ref: CPLP-2454 --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index b6c92b1fd..3c3d72d03 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -391,7 +391,7 @@ backend: name: "portal-migrations" image: name: "ghcr.io/catenax-ng/tx-portal-backend_portal-migrations" - portalmigrationstag: 8428dbe3d4fe9a344ea5d0adb178e6807d9fa78c + portalmigrationstag: v1.2.0 seeding: testDataEnvironments: "" portalmaintenance: From 0a68372a59fc50347f66417b52b44d90d08b03f0 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 29 Mar 2023 11:40:40 +0200 Subject: [PATCH 3/5] hotfix(1.2.1): fix link to technical docs --- charts/portal/README.md.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/README.md.gotmpl b/charts/portal/README.md.gotmpl index a9d33ee55..faefd6392 100644 --- a/charts/portal/README.md.gotmpl +++ b/charts/portal/README.md.gotmpl @@ -11,7 +11,7 @@ This helm chart installs the Catena-X Portal application which consists of The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam). -For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/{{ template "chart.appVersion" . }}/developer/Technical%20Documentation). +For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v{{ template "chart.appVersion" . }}/developer/Technical%20Documentation). The referenced container images are for demonstration purposes only. From 7f4dddee4e604f7aeef8f7189089534f50f966e7 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 29 Mar 2023 11:41:24 +0200 Subject: [PATCH 4/5] hotfix(1.2.1): update docs --- CHANGELOG.md | 6 ++++++ README.md | 10 +++++----- charts/portal/README.md | 10 +++++----- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dec31fa..2597b25cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal helm chart. +## 1.2.1 + +### Bugfix + +* changed to versioned image tag for portal-migrations job in portal-backend + ## 1.2.0 ### Change diff --git a/README.md b/README.md index 21d2d87d4..a7e23ce2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Helm chart for Catena-X Portal -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat) +![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat) This helm chart installs the Catena-X Portal application which consists of @@ -11,7 +11,7 @@ This helm chart installs the Catena-X Portal application which consists of The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam). -For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/1.2.0/developer/Technical%20Documentation). +For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.2.0/developer/Technical%20Documentation). The referenced container images are for demonstration purposes only. @@ -36,7 +36,7 @@ To use the helm chart as a dependency: dependencies: - name: portal repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.2.0 + version: 1.2.1 ``` ## Requirements @@ -70,7 +70,7 @@ dependencies: | frontend.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-origin" | string | `"https://*.example.org"` | Provide CORS allowed origin. | | frontend.ingress.tls[0] | object | `{"hosts":[""],"secretName":""}` | Provide tls secret. | | frontend.ingress.tls[0].hosts | list | `[""]` | Provide host for tls secret. | -| frontend.ingress.hosts[0] | object | `{"host":"portal.example.org","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assetsORdocumentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | +| frontend.ingress.hosts[0] | object | `{"host":"portal.example.org","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assets|documentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | | frontend.portal.name | string | `"portal"` | | | frontend.portal.image.name | string | `"ghcr.io/catenax-ng/tx-portal-frontend"` | | | frontend.portal.image.portaltag | string | `"v1.2.0"` | | @@ -239,7 +239,7 @@ dependencies: | backend.appmarketplace.swaggerEnabled | bool | `false` | | | backend.portalmigrations.name | string | `"portal-migrations"` | | | backend.portalmigrations.image.name | string | `"ghcr.io/catenax-ng/tx-portal-backend_portal-migrations"` | | -| backend.portalmigrations.image.portalmigrationstag | string | `"8428dbe3d4fe9a344ea5d0adb178e6807d9fa78c"` | | +| backend.portalmigrations.image.portalmigrationstag | string | `"v1.2.0"` | | | backend.portalmigrations.seeding.testDataEnvironments | string | `""` | | | backend.portalmaintenance.name | string | `"portal-maintenance"` | | | backend.portalmaintenance.image.name | string | `"ghcr.io/catenax-ng/tx-portal-backend_maintenance-service"` | | diff --git a/charts/portal/README.md b/charts/portal/README.md index 21d2d87d4..a7e23ce2e 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -1,6 +1,6 @@ # Helm chart for Catena-X Portal -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat) +![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat) This helm chart installs the Catena-X Portal application which consists of @@ -11,7 +11,7 @@ This helm chart installs the Catena-X Portal application which consists of The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam). -For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/1.2.0/developer/Technical%20Documentation). +For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.2.0/developer/Technical%20Documentation). The referenced container images are for demonstration purposes only. @@ -36,7 +36,7 @@ To use the helm chart as a dependency: dependencies: - name: portal repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.2.0 + version: 1.2.1 ``` ## Requirements @@ -70,7 +70,7 @@ dependencies: | frontend.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-origin" | string | `"https://*.example.org"` | Provide CORS allowed origin. | | frontend.ingress.tls[0] | object | `{"hosts":[""],"secretName":""}` | Provide tls secret. | | frontend.ingress.tls[0].hosts | list | `[""]` | Provide host for tls secret. | -| frontend.ingress.hosts[0] | object | `{"host":"portal.example.org","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assetsORdocumentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | +| frontend.ingress.hosts[0] | object | `{"host":"portal.example.org","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assets|documentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | | frontend.portal.name | string | `"portal"` | | | frontend.portal.image.name | string | `"ghcr.io/catenax-ng/tx-portal-frontend"` | | | frontend.portal.image.portaltag | string | `"v1.2.0"` | | @@ -239,7 +239,7 @@ dependencies: | backend.appmarketplace.swaggerEnabled | bool | `false` | | | backend.portalmigrations.name | string | `"portal-migrations"` | | | backend.portalmigrations.image.name | string | `"ghcr.io/catenax-ng/tx-portal-backend_portal-migrations"` | | -| backend.portalmigrations.image.portalmigrationstag | string | `"8428dbe3d4fe9a344ea5d0adb178e6807d9fa78c"` | | +| backend.portalmigrations.image.portalmigrationstag | string | `"v1.2.0"` | | | backend.portalmigrations.seeding.testDataEnvironments | string | `""` | | | backend.portalmaintenance.name | string | `"portal-maintenance"` | | | backend.portalmaintenance.image.name | string | `"ghcr.io/catenax-ng/tx-portal-backend_maintenance-service"` | | From 00bd042fefff41b61ad1bd766088833cbc2be559 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 29 Mar 2023 11:58:32 +0200 Subject: [PATCH 5/5] hotfix(1.2.1): fix readme --- README.md | 2 +- charts/portal/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7e23ce2e..547e0f6b9 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ dependencies: | frontend.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-origin" | string | `"https://*.example.org"` | Provide CORS allowed origin. | | frontend.ingress.tls[0] | object | `{"hosts":[""],"secretName":""}` | Provide tls secret. | | frontend.ingress.tls[0].hosts | list | `[""]` | Provide host for tls secret. | -| frontend.ingress.hosts[0] | object | `{"host":"portal.example.org","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assets|documentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | +| frontend.ingress.hosts[0] | object | `{"host":"portal.example.org","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assetsORdocumentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | | frontend.portal.name | string | `"portal"` | | | frontend.portal.image.name | string | `"ghcr.io/catenax-ng/tx-portal-frontend"` | | | frontend.portal.image.portaltag | string | `"v1.2.0"` | | diff --git a/charts/portal/README.md b/charts/portal/README.md index a7e23ce2e..547e0f6b9 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -70,7 +70,7 @@ dependencies: | frontend.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-origin" | string | `"https://*.example.org"` | Provide CORS allowed origin. | | frontend.ingress.tls[0] | object | `{"hosts":[""],"secretName":""}` | Provide tls secret. | | frontend.ingress.tls[0].hosts | list | `[""]` | Provide host for tls secret. | -| frontend.ingress.hosts[0] | object | `{"host":"portal.example.org","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assets|documentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | +| frontend.ingress.hosts[0] | object | `{"host":"portal.example.org","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assetsORdocumentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | | frontend.portal.name | string | `"portal"` | | | frontend.portal.image.name | string | `"ghcr.io/catenax-ng/tx-portal-frontend"` | | | frontend.portal.image.portaltag | string | `"v1.2.0"` | |