Skip to content

Commit

Permalink
build(portal-2.0.0-RC2): 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 18, 2024
1 parent 95bca34 commit 861e0a0
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 39 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@

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

## 2.0.0-RC1
## 2.0.0-RC2

### Change

* changed to new container images
* portal-frontend: v2.0.0-RC2
* portal-frontend-registration: v2.0.0-RC1
* portal-frontend: changed bdpm pool api path and improve configuration
* portal-backend:
* moved bpdm api paths into config / helm chart
* activated dim wallet creation
* increased resource limits for processes worker
* added configuration for did resolver
* adjusted configuration for issuerComponent

### Bugfix

* portal-backend: added serviceAccountClientPrefix for to processes worker

### Change

Expand All @@ -22,7 +39,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
* db-dependency:
* change setup to get latest minor updates
* removed fullnameOverride
* helm-test:
* 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:
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.0.0-RC1
appVersion: 2.0.0-RC1
version: 2.0.0-RC2
appVersion: 2.0.0-RC2
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal
sources:
Expand Down
50 changes: 27 additions & 23 deletions charts/portal/README.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions charts/portal/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
This helm chart installs the Catena-X Portal application which consists of

* [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-frontend-registration (v2.0.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.0.0-RC1),
* [portal-assets (v1.8.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0) and
* [portal-backend (v2.0.0-RC1)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.0.0-RC1).
* [portal-backend (v2.0.0-RC2)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.0.0-RC2).

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 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)
This version is compatible with the 3.0.0-rc.2 version of the IAM instances:
* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-3.0.0-rc.2/charts/centralidp/README.md)
* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-3.0.0-rc.2/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 @@ -110,7 +110,7 @@ frontend:
name: "portal"
image:
name: "docker.io/tractusx/portal-frontend"
portaltag: e2b3e3bfe65dbc08628d06c73dfab87ccdb86f25
portaltag: v2.0.0-RC1
pullPolicy: "IfNotPresent"
# -- We recommend to review the default resource limits as this should a conscious choice.
resources:
Expand Down Expand Up @@ -138,7 +138,7 @@ frontend:
name: "assets"
image:
name: "docker.io/tractusx/portal-assets"
assetstag: 2433ebaa4f53c82a8dd47b47747faaa990a8a393
assetstag: v1.8.0
pullPolicy: "IfNotPresent"
# -- We recommend to review the default resource limits as this should a conscious choice.
resources:
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-2.0.0-RC1
targetRevision: portal-2.0.0-RC2
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-2.0.0-RC1
targetRevision: portal-2.0.0-RC2
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-2.0.0-RC1
targetRevision: portal-2.0.0-RC2
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: 2.0.0-RC1
targetRevision: 2.0.0-RC2
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-2.0.0-RC1
targetRevision: portal-2.0.0-RC2
plugin:
env:
- name: AVP_SECRET
Expand Down

0 comments on commit 861e0a0

Please sign in to comment.