diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc93ce90..ceaa4535b 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.5.1 + +### Change + +* changed to new container images for portal-backend: v1.5.1 + ## 1.5.0 ### Change diff --git a/README.md b/README.md index d362dff38..fedfba98e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Helm chart for Catena-X Portal -![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat) +![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-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 * [portal-frontend (v1.5.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.5.0), * [portal-frontend-registration (v1.4.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.4.0), * [portal-assets (v1.5.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.5.0) and -* [portal-backend (v1.5.0)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.0). +* [portal-backend (v1.5.1)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.1). The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam). This version is compatible with the 1.1.0 version of the IAM instances: @@ -41,7 +41,7 @@ To use the helm chart as a dependency: dependencies: - name: portal repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.5.0 + version: 1.5.1 ``` ## Requirements @@ -133,7 +133,7 @@ dependencies: | backend.healthChecks.readyness.path | string | `"/ready"` | | | backend.registration.name | string | `"registration-service"` | | | backend.registration.image.name | string | `"tractusx/portal-registration-service"` | | -| backend.registration.image.registrationservicetag | string | `"v1.5.0"` | | +| backend.registration.image.registrationservicetag | string | `"v1.5.1"` | | | backend.registration.logging.registrationServiceBpn | string | `"Information"` | | | backend.registration.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | | backend.registration.portalRegistrationPath | string | `"/registration"` | | @@ -147,7 +147,7 @@ dependencies: | backend.registration.registrationDocumentTypeIds.type0 | string | `"CX_FRAME_CONTRACT"` | | | backend.administration.name | string | `"administration-service"` | | | backend.administration.image.name | string | `"tractusx/portal-administration-service"` | | -| backend.administration.image.administrationservicetag | string | `"v1.5.0"` | | +| backend.administration.image.administrationservicetag | string | `"v1.5.1"` | | | backend.administration.logging.businessLogic | string | `"Information"` | | | backend.administration.logging.sdfactoryLibrary | string | `"Information"` | | | backend.administration.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | @@ -200,7 +200,7 @@ dependencies: | backend.provisioning.sharedRealm.smtpServer.replyTo | string | `"smtp@example.org"` | Provide replyTo. | | backend.appmarketplace.name | string | `"marketplace-app-service"` | | | backend.appmarketplace.image.name | string | `"tractusx/portal-marketplace-app-service"` | | -| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.5.0"` | | +| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.5.1"` | | | backend.appmarketplace.logging.offersLibrary | string | `"Information"` | | | backend.appmarketplace.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | | backend.appmarketplace.appOverviewPath | string | `"/appoverview"` | | @@ -243,19 +243,19 @@ dependencies: | backend.appmarketplace.companyAdminRoles.role0 | string | `"Company Admin"` | | | backend.portalmigrations.name | string | `"portal-migrations"` | | | backend.portalmigrations.image.name | string | `"tractusx/portal-portal-migrations"` | | -| backend.portalmigrations.image.portalmigrationstag | string | `"v1.5.0"` | | +| backend.portalmigrations.image.portalmigrationstag | string | `"v1.5.1"` | | | backend.portalmigrations.seeding.testDataEnvironments | string | `""` | | | backend.portalmaintenance.name | string | `"portal-maintenance"` | | | backend.portalmaintenance.image.name | string | `"tractusx/portal-maintenance-service"` | | -| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.5.0"` | | +| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.5.1"` | | | backend.notification.name | string | `"notification-service"` | | | backend.notification.image.name | string | `"tractusx/portal-notification-service"` | | -| backend.notification.image.notificationservicetag | string | `"v1.5.0"` | | +| backend.notification.image.notificationservicetag | string | `"v1.5.1"` | | | backend.notification.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | | backend.notification.swaggerEnabled | bool | `false` | | | backend.services.name | string | `"services-service"` | | | backend.services.image.name | string | `"tractusx/portal-services-service"` | | -| backend.services.image.servicesservicetag | string | `"v1.5.0"` | | +| backend.services.image.servicesservicetag | string | `"v1.5.1"` | | | backend.services.logging.offersLibrary | string | `"Information"` | | | backend.services.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | | backend.services.serviceMarketplacePath | string | `"/servicemarketplace"` | | @@ -284,10 +284,10 @@ dependencies: | backend.services.companyAdminRoles.role0 | string | `"Company Admin"` | | | backend.provisioningmigrations.name | string | `"provisioning-migrations"` | | | backend.provisioningmigrations.image.name | string | `"tractusx/portal-provisioning-migrations"` | | -| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v1.5.0"` | | +| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v1.5.1"` | | | backend.processesworker.name | string | `"processes-worker"` | | | backend.processesworker.image.name | string | `"tractusx/portal-processes-worker"` | | -| backend.processesworker.image.processesworkertag | string | `"v1.5.0"` | | +| backend.processesworker.image.processesworkertag | string | `"v1.5.1"` | | | backend.processesworker.logging.processesLibrary | string | `"Information"` | | | backend.processesworker.logging.bpdmLibrary | string | `"Information"` | | | backend.processesworker.logging.clearinghouseLibrary | string | `"Information"` | | diff --git a/charts/portal/Chart.yaml b/charts/portal/Chart.yaml index 4d0622b36..379bad9bb 100644 --- a/charts/portal/Chart.yaml +++ b/charts/portal/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: portal type: application -version: 1.5.0 -appVersion: 1.5.0 +version: 1.5.1 +appVersion: 1.5.1 description: Helm chart for Catena-X Portal home: https://github.com/eclipse-tractusx/portal-cd sources: diff --git a/charts/portal/README.md b/charts/portal/README.md index d362dff38..fedfba98e 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -1,13 +1,13 @@ # Helm chart for Catena-X Portal -![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat) +![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-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 * [portal-frontend (v1.5.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.5.0), * [portal-frontend-registration (v1.4.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.4.0), * [portal-assets (v1.5.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.5.0) and -* [portal-backend (v1.5.0)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.0). +* [portal-backend (v1.5.1)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.1). The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam). This version is compatible with the 1.1.0 version of the IAM instances: @@ -41,7 +41,7 @@ To use the helm chart as a dependency: dependencies: - name: portal repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.5.0 + version: 1.5.1 ``` ## Requirements @@ -133,7 +133,7 @@ dependencies: | backend.healthChecks.readyness.path | string | `"/ready"` | | | backend.registration.name | string | `"registration-service"` | | | backend.registration.image.name | string | `"tractusx/portal-registration-service"` | | -| backend.registration.image.registrationservicetag | string | `"v1.5.0"` | | +| backend.registration.image.registrationservicetag | string | `"v1.5.1"` | | | backend.registration.logging.registrationServiceBpn | string | `"Information"` | | | backend.registration.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | | backend.registration.portalRegistrationPath | string | `"/registration"` | | @@ -147,7 +147,7 @@ dependencies: | backend.registration.registrationDocumentTypeIds.type0 | string | `"CX_FRAME_CONTRACT"` | | | backend.administration.name | string | `"administration-service"` | | | backend.administration.image.name | string | `"tractusx/portal-administration-service"` | | -| backend.administration.image.administrationservicetag | string | `"v1.5.0"` | | +| backend.administration.image.administrationservicetag | string | `"v1.5.1"` | | | backend.administration.logging.businessLogic | string | `"Information"` | | | backend.administration.logging.sdfactoryLibrary | string | `"Information"` | | | backend.administration.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | @@ -200,7 +200,7 @@ dependencies: | backend.provisioning.sharedRealm.smtpServer.replyTo | string | `"smtp@example.org"` | Provide replyTo. | | backend.appmarketplace.name | string | `"marketplace-app-service"` | | | backend.appmarketplace.image.name | string | `"tractusx/portal-marketplace-app-service"` | | -| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.5.0"` | | +| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.5.1"` | | | backend.appmarketplace.logging.offersLibrary | string | `"Information"` | | | backend.appmarketplace.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | | backend.appmarketplace.appOverviewPath | string | `"/appoverview"` | | @@ -243,19 +243,19 @@ dependencies: | backend.appmarketplace.companyAdminRoles.role0 | string | `"Company Admin"` | | | backend.portalmigrations.name | string | `"portal-migrations"` | | | backend.portalmigrations.image.name | string | `"tractusx/portal-portal-migrations"` | | -| backend.portalmigrations.image.portalmigrationstag | string | `"v1.5.0"` | | +| backend.portalmigrations.image.portalmigrationstag | string | `"v1.5.1"` | | | backend.portalmigrations.seeding.testDataEnvironments | string | `""` | | | backend.portalmaintenance.name | string | `"portal-maintenance"` | | | backend.portalmaintenance.image.name | string | `"tractusx/portal-maintenance-service"` | | -| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.5.0"` | | +| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.5.1"` | | | backend.notification.name | string | `"notification-service"` | | | backend.notification.image.name | string | `"tractusx/portal-notification-service"` | | -| backend.notification.image.notificationservicetag | string | `"v1.5.0"` | | +| backend.notification.image.notificationservicetag | string | `"v1.5.1"` | | | backend.notification.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | | backend.notification.swaggerEnabled | bool | `false` | | | backend.services.name | string | `"services-service"` | | | backend.services.image.name | string | `"tractusx/portal-services-service"` | | -| backend.services.image.servicesservicetag | string | `"v1.5.0"` | | +| backend.services.image.servicesservicetag | string | `"v1.5.1"` | | | backend.services.logging.offersLibrary | string | `"Information"` | | | backend.services.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. | | backend.services.serviceMarketplacePath | string | `"/servicemarketplace"` | | @@ -284,10 +284,10 @@ dependencies: | backend.services.companyAdminRoles.role0 | string | `"Company Admin"` | | | backend.provisioningmigrations.name | string | `"provisioning-migrations"` | | | backend.provisioningmigrations.image.name | string | `"tractusx/portal-provisioning-migrations"` | | -| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v1.5.0"` | | +| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v1.5.1"` | | | backend.processesworker.name | string | `"processes-worker"` | | | backend.processesworker.image.name | string | `"tractusx/portal-processes-worker"` | | -| backend.processesworker.image.processesworkertag | string | `"v1.5.0"` | | +| backend.processesworker.image.processesworkertag | string | `"v1.5.1"` | | | backend.processesworker.logging.processesLibrary | string | `"Information"` | | | backend.processesworker.logging.bpdmLibrary | string | `"Information"` | | | backend.processesworker.logging.clearinghouseLibrary | string | `"Information"` | | diff --git a/charts/portal/README.md.gotmpl b/charts/portal/README.md.gotmpl index 5ebe19d7f..034504414 100644 --- a/charts/portal/README.md.gotmpl +++ b/charts/portal/README.md.gotmpl @@ -4,19 +4,19 @@ This helm chart installs the Catena-X Portal application which consists of -* [portal-frontend (v{{ template "chart.appVersion" . }})](https://github.com/eclipse-tractusx/portal-frontend/tree/v{{ template "chart.appVersion" . }}), +* [portal-frontend (v1.5.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.5.0), * [portal-frontend-registration (v1.4.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.4.0), -* [portal-assets (v{{ template "chart.appVersion" . }})](https://github.com/eclipse-tractusx/portal-assets/tree/v{{ template "chart.appVersion" . }}) and -* [portal-backend (v{{ template "chart.appVersion" . }})](https://github.com/eclipse-tractusx/portal-backend/tree/v{{ template "chart.appVersion" . }}). +* [portal-assets (v1.5.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.5.0) and +* [portal-backend (v1.5.1)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.1). The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam). This version is compatible with the 1.1.0 version of the IAM instances: * [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-1.1.0/charts/centralidp/README.md) * [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-1.1.0/charts/sharedidp/README.md) -For information on how to upgrade from previous versions please refer to [Version Upgrade](https://github.com/eclipse-tractusx/portal-assets/tree/v{{ template "chart.appVersion" . }}/developer/Technical%20Documentation/Version%20Upgrade/portal-upgrade-details.md). +For information on how to upgrade from previous versions please refer to [Version Upgrade](https://github.com/eclipse-tractusx/portal-assets/tree/v1.5.0/developer/Technical%20Documentation/Version%20Upgrade/portal-upgrade-details.md). -For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v{{ template "chart.appVersion" . }}/developer/Technical%20Documentation). +For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.5.0/developer/Technical%20Documentation). The referenced container images are for demonstration purposes only. diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 19d0c4573..cdc19164d 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -225,7 +225,7 @@ backend: name: "registration-service" image: name: "tractusx/portal-registration-service" - registrationservicetag: v1.5.0 + registrationservicetag: v1.5.1 logging: registrationServiceBpn: "Information" # -- Healthchecks to be enabled for startupProbe, @@ -253,7 +253,7 @@ backend: name: "administration-service" image: name: "tractusx/portal-administration-service" - administrationservicetag: v1.5.0 + administrationservicetag: v1.5.1 logging: businessLogic: "Information" sdfactoryLibrary: "Information" @@ -347,7 +347,7 @@ backend: name: "marketplace-app-service" image: name: "tractusx/portal-marketplace-app-service" - appmarketplaceservicetag: v1.5.0 + appmarketplaceservicetag: v1.5.1 logging: offersLibrary: "Information" # -- Healthchecks to be enabled for startupProbe, @@ -418,19 +418,19 @@ backend: name: "portal-migrations" image: name: "tractusx/portal-portal-migrations" - portalmigrationstag: v1.5.0 + portalmigrationstag: v1.5.1 seeding: testDataEnvironments: "" portalmaintenance: name: "portal-maintenance" image: name: "tractusx/portal-maintenance-service" - portalmaintenancetag: v1.5.0 + portalmaintenancetag: v1.5.1 notification: name: "notification-service" image: name: "tractusx/portal-notification-service" - notificationservicetag: v1.5.0 + notificationservicetag: v1.5.1 # -- Healthchecks to be enabled for startupProbe, # enable by removing the brackets after 'tags:' and uncommenting the following lines. healthChecks: @@ -445,7 +445,7 @@ backend: name: "services-service" image: name: "tractusx/portal-services-service" - servicesservicetag: v1.5.0 + servicesservicetag: v1.5.1 logging: offersLibrary: "Information" # -- Healthchecks to be enabled for startupProbe, @@ -498,12 +498,12 @@ backend: name: "provisioning-migrations" image: name: "tractusx/portal-provisioning-migrations" - provisioningmigrationstag: v1.5.0 + provisioningmigrationstag: v1.5.1 processesworker: name: "processes-worker" image: name: "tractusx/portal-processes-worker" - processesworkertag: v1.5.0 + processesworkertag: v1.5.1 logging: processesLibrary: "Information" bpdmLibrary: "Information"