Skip to content

Commit

Permalink
Merge pull request #374 from eclipse-tractusx/release/v2.1.0-RC2
Browse files Browse the repository at this point in the history
build(2.1.0-RC2): bump version and update docs
  • Loading branch information
evegufy authored Jul 17, 2024
2 parents 8cede8b + c07aff5 commit c7b4ea8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 21 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal helm chart.

## unreleased
## 2.1.0-RC2

### Change

* changed to new container images
* portal-frontend: v2.1.0-RC2
* portal-frontend-registration: v2.0.1-RC2

### Bugfix

* portal-cd:
* set correct path for consent osp url
* portal-backend:
* set correct path for consent osp link in mail notification [#371](https://github.com/eclipse-tractusx/portal/pull/371)
* update role name for app approval notifications [#372](https://github.com/eclipse-tractusx/portal/pull/372)
aligned dim and issuerComponent encryption key config [#368](https://github.com/eclipse-tractusx/portal/pull/368)

## 2.1.0-RC1

Expand Down
4 changes: 2 additions & 2 deletions charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
apiVersion: v2
name: portal
type: application
version: 2.1.0-RC1
appVersion: 2.1.0-RC1
version: 2.1.0-RC2
appVersion: 2.1.0-RC2
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal
sources:
Expand Down
19 changes: 7 additions & 12 deletions charts/portal/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Helm chart for Catena-X Portal

![Version: 2.1.0-RC1](https://img.shields.io/badge/Version-2.1.0--RC1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0-RC1](https://img.shields.io/badge/AppVersion-2.1.0--RC1-informational?style=flat-square)
![Version: 2.1.0-RC2](https://img.shields.io/badge/Version-2.1.0--RC2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0-RC2](https://img.shields.io/badge/AppVersion-2.1.0--RC2-informational?style=flat-square)

This helm chart installs the Catena-X Portal application which consists of

* [portal-frontend (v2.1.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.1.0-RC1),
* [portal-frontend-registration (v2.0.1-RC1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.0.1-RC1),
* [portal-frontend (v2.1.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.1.0-RC2),
* [portal-frontend-registration (v2.0.1-RC2)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.0.1-RC2),
* [portal-assets (v2.0.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v2.0.0) and
* [portal-backend (v2.1.0-RC1)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.1.0-RC1).

Expand Down Expand Up @@ -41,7 +41,7 @@ To use the helm chart as a dependency:
dependencies:
- name: portal
repository: https://eclipse-tractusx.github.io/charts/dev
version: 2.1.0-RC1
version: 2.1.0-RC2
```
## Requirements
Expand Down Expand Up @@ -83,13 +83,13 @@ dependencies:
| frontend.ingress.hosts[0] | object | `{"host":"","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 | `"docker.io/tractusx/portal-frontend"` | |
| frontend.portal.image.portaltag | string | `"v2.1.0-RC1"` | |
| frontend.portal.image.portaltag | string | `"v2.1.0-RC2"` | |
| frontend.portal.image.pullPolicy | string | `"IfNotPresent"` | |
| frontend.portal.resources | object | `{"limits":{"cpu":"75m","memory":"125M"},"requests":{"cpu":"25m","memory":"125M"}}` | We recommend to review the default resource limits as this should a conscious choice. |
| frontend.portal.requireHttpsUrlPattern | bool | `true` | |
| frontend.registration.name | string | `"registration"` | |
| frontend.registration.image.name | string | `"docker.io/tractusx/portal-frontend-registration"` | |
| frontend.registration.image.registrationtag | string | `"v2.0.1-RC1"` | |
| frontend.registration.image.registrationtag | string | `"v2.0.1-RC2"` | |
| frontend.registration.image.pullPolicy | string | `"IfNotPresent"` | |
| frontend.registration.resources | object | `{"limits":{"cpu":"75m","memory":"100M"},"requests":{"cpu":"25m","memory":"100M"}}` | We recommend to review the default resource limits as this should a conscious choice. |
| frontend.assets.name | string | `"assets"` | |
Expand Down Expand Up @@ -250,7 +250,7 @@ dependencies:
| backend.appmarketplace.activeAppCompanyAdminRoles.role0 | string | `"IT Admin"` | |
| backend.appmarketplace.activeAppCompanyAdminRoles.role1 | string | `"Company Admin"` | |
| backend.appmarketplace.approveAppUserRoles.role0 | string | `"Sales Manager"` | |
| backend.appmarketplace.approveAppUserRoles.role1 | string | `"Service Manager"` | |
| backend.appmarketplace.approveAppUserRoles.role1 | string | `"App Manager"` | |
| backend.appmarketplace.activationUserRoles.role0 | string | `"Sales Manager"` | |
| backend.appmarketplace.activationUserRoles.role1 | string | `"App Manager"` | |
| backend.appmarketplace.ITAdminRoles.role0 | string | `"IT Admin"` | |
Expand Down Expand Up @@ -467,11 +467,6 @@ dependencies:
| backend.processesworker.issuerComponent.clientSecret | string | `""` | Client-secret for dim client-id. Secret-key 'issuercomponent-client-secret'. |
| backend.processesworker.issuerComponent.grantType | string | `"client_credentials"` | |
| backend.processesworker.issuerComponent.scope | string | `"openid"` | |
| backend.processesworker.dim.encryptionConfigIndex | int | `0` | |
| backend.processesworker.dim.encryptionConfigs.index0.index | int | `0` | |
| backend.processesworker.dim.encryptionConfigs.index0.cipherMode | string | `"CBC"` | |
| backend.processesworker.dim.encryptionConfigs.index0.paddingMode | string | `"PKCS7"` | |
| backend.processesworker.dim.encryptionConfigs.index0.encryptionKey | string | `""` | EncryptionKey for the issuer component. Secret-key 'issuercomponent-encryption-key0'. Expected format is 256 bit (64 digits) hex. |
| backend.processesworker.bpnDidResolver.apiKey | string | `""` | ApiKey for management endpoint of the bpnDidResolver. Secret-key 'bpndidresolver-api-key'. |
| backend.processesworker.invitation.invitedUserInitialRoles.role0 | string | `"Company Admin"` | |
| backend.processesworker.invitation.initialLoginTheme | string | `"catenax-shared"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/portal/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

This helm chart installs the Catena-X Portal application which consists of

* [portal-frontend (v2.1.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.1.0-RC1),
* [portal-frontend-registration (v2.0.1-RC1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.0.1-RC1),
* [portal-frontend (v2.1.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.1.0-RC2),
* [portal-frontend-registration (v2.0.1-RC2)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.0.1-RC2),
* [portal-assets (v2.0.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v2.0.0) and
* [portal-backend (v2.1.0-RC1)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.1.0-RC1).

Expand Down
2 changes: 1 addition & 1 deletion environments/argocd-app-templates/appsetup-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/portal
repoURL: 'https://github.com/eclipse-tractusx/portal.git'
targetRevision: portal-2.1.0-RC1
targetRevision: portal-2.1.0-RC2
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/portal
repoURL: 'https://github.com/eclipse-tractusx/portal.git'
targetRevision: portal-2.1.0-RC1
targetRevision: portal-2.1.0-RC2
plugin:
env:
- name: AVP_SECRET
Expand Down

0 comments on commit c7b4ea8

Please sign in to comment.