Skip to content

Commit

Permalink
build(portal-2.0.0-RC1): finalize version
Browse files Browse the repository at this point in the history
Bump chart version
Update CHANGELOG
Update README
  • Loading branch information
evegufy committed Apr 12, 2024
1 parent 257cda3 commit af26a79
Show file tree
Hide file tree
Showing 11 changed files with 145 additions and 81 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

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

## 2.0.0-RC1

### Change

* changed to new container images
* portal-frontend: v2.0.0-RC1
* portal-frontend-registration: v1.7.0-RC1
* portal-backend: v2.0.0-RC1
* defined unique resource names for deployments, jobs, services and ingresses
* added labels and namespace if not already set
* named secrets in a more unique manner
* improve centralidp configuration for clients, realm and address
* made realm and clients configurable for frontend deployments (in the backend they were already configurable)
* changed ingress default settings according to [TRG-5.05](https://eclipse-tractusx.github.io/docs/release/trg-5/trg-5-05)
* added startup probes to frontend deployments
* improve portal helm test workflow
* set default resource limits and increase default resource requests
* db-dependency:
* change setup to get latest minor updates
* removed fullnameOverride
* helm-test:
* was enabled for removal for fullnameOverride and renaming for postgres secret
* updated version to upgrade (R24.03) from and k8s version
* portal-backend:
* moved mailing and invitation configuration to processes worker
* added new encryption configuration for onboarding service provider (osp)
* added configuration for issuer component and dim (digital identity management)
* removed obsolete db setting from administration, registration and notification service deployments

### Technical Support

* CONTRIBUTING.md: linked to contribution details
* upgraded gh actions and change to pinned actions full length commit sha
* add dependabot.yml file

Please be aware that **this version is still in Release Candidate phase**: especially documentation is still WIP.

## 1.8.0

### Change
Expand Down
2 changes: 1 addition & 1 deletion charts/localdev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- condition: portal.enabled
name: portal
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.8.0-RC4
version: 2.0.0-RC1-RC4
- condition: centralidp.enabled
name: centralidp
repository: https://eclipse-tractusx.github.io/charts/dev
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: 1.8.0
appVersion: 1.8.0
version: 2.0.0-RC1
appVersion: 2.0.0-RC1
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal
sources:
Expand Down
157 changes: 92 additions & 65 deletions charts/portal/README.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions charts/portal/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

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

* [portal-frontend (v1.8.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.8.0),
* [portal-frontend-registration (v1.6.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.6.0),
* [portal-frontend (v2.0.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.0.0-RC1),
* [portal-frontend-registration (v1.7.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.7.0-RC1),
* [portal-assets (v1.8.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0) and
* [portal-backend (v1.8.0)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.8.0).
* [portal-backend (v2.0.0-RC1)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.0.0-RC1).

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 2.1.0 version of the IAM instances:
* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-2.1.0/charts/centralidp/README.md)
* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-2.1.0/charts/sharedidp/README.md)
This version is compatible with the 3.0.0-rc.1 version of the IAM instances:
* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-3.0.0-rc.1/charts/centralidp/README.md)
* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-3.0.0-rc.1/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/v1.8.0/docs/developer/Technical%20Documentation/Version%20Upgrade/portal-upgrade-details.md).

Expand Down
4 changes: 2 additions & 2 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -817,14 +817,14 @@ backend:
cipherMode: "ECB"
paddingMode: "PKCS7"
# -- EncryptionKey for onboardingserviceprovider. Secret-key 'onboardingserviceprovider-encryption-key0'.
# Expected format is 256 bit (64 digits) hex. When upgrading from v1.8.0 please read document portal-upgrade-details.md
# Expected format is 256 bit (64 digits) hex. When upgrading from v2.0.0-RC1 please read document portal-upgrade-details.md
encryptionKey: ""
index1:
index: 1
cipherMode: "CBC"
paddingMode: "PKCS7"
# -- EncryptionKey for onboardingserviceprovider. Secret-key 'onboardingserviceprovider-encryption-key1'.
# Expected format is 256 bit (64 digits) hex. When upgrading from v1.8.0 please read document portal-upgrade-details.md
# Expected format is 256 bit (64 digits) hex. When upgrading from v2.0.0-RC1 please read document portal-upgrade-details.md
encryptionKey: ""
networkRegistration:
loginDocumentPath: "/documentation/?path=docs%2F09.+Others%28s%29%2F01.+Login.md"
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-beta.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-1.8.0
targetRevision: portal-2.0.0-RC1
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/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-1.8.0
targetRevision: portal-2.0.0-RC1
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-pen.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-1.8.0
targetRevision: portal-2.0.0-RC1
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
source:
path: ''
repoURL: 'https://eclipse-tractusx.github.io/charts/dev'
targetRevision: 1.8.0
targetRevision: 2.0.0-RC1
plugin:
env:
- name: HELM_VALUES
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-upgrade.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-1.8.0
targetRevision: portal-2.0.0-RC1
plugin:
env:
- name: AVP_SECRET
Expand Down

0 comments on commit af26a79

Please sign in to comment.