Skip to content

Commit

Permalink
release(1.7.0-RC3): finalize version
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Nov 14, 2023
1 parent bd354c3 commit 1859d35
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 47 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## 1.7.0-RC3

### Change

* changed to new container images
* portal-assets: v1.7.0-RC3
* portal-frontend: v1.7.0-RC3
* portal-backend: v1.7.0-RC3
* portal-frontend-registration: v1.5.2
* portal-backend:
* added delete and upload documentTypeIds config to appmarketplace
* adjusted parameter for mail templates
* set resource requests (based on recommendations from Goldilocks configured on consortia int env)

### Bugfix

* portal-backend: aligned uploadActiveAppDocumentTypeIds config

### Technical Support

* improved helm-test: added debug option at helm install and step to check nodes

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

## 1.7.0-RC2

### Change
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.7.0-RC2
appVersion: 1.7.0-RC2
version: 1.7.0-RC3
appVersion: 1.7.0-RC3
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal-cd
sources:
Expand Down
90 changes: 57 additions & 33 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,19 +4,19 @@

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

* [portal-frontend (v1.7.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.7.0-RC2),
* [portal-frontend-registration (v1.5.1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.5.1),
* [portal-assets (v1.7.0-RC2)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.7.0-RC2) and
* [portal-backend (v1.7.0-RC2)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.7.0-RC2).
* [portal-frontend (v1.7.0-RC3)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.7.0-RC3),
* [portal-frontend-registration (v1.5.2)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.5.2),
* [portal-assets (v1.7.0-RC3)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.7.0-RC3) and
* [portal-backend (v1.7.0-RC3)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.7.0-RC3).

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.0.0-alpha version of the IAM instances:
* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-2.0.0-alpha/charts/centralidp/README.md)
* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-2.0.0-alpha/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.7.0-RC2/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.7.0-RC3/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/v1.7.0-RC2/developer/Technical%20Documentation).
For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.7.0-RC3/developer/Technical%20Documentation).

The referenced container images are for demonstration purposes only.

Expand Down
2 changes: 1 addition & 1 deletion charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ frontend:
name: "registration"
image:
name: "tractusx/portal-frontend-registration"
registrationtag: 5335db3deea52e3590b6c3cd99fc9b67f6072e91
registrationtag: v1.5.2
# -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user.
# If you do want to specify resource limits, uncomment the following lines and adjust them as necessary.
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-cd.git'
targetRevision: portal-1.7.0-RC2
targetRevision: portal-1.7.0-RC3
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-cd.git'
targetRevision: portal-1.7.0-RC2
targetRevision: portal-1.7.0-RC3
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-cd.git'
targetRevision: portal-1.7.0-RC2
targetRevision: portal-1.7.0-RC3
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.7.0-RC2
targetRevision: 1.7.0-RC3
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-cd.git'
targetRevision: portal-1.7.0-RC2
targetRevision: portal-1.7.0-RC3
plugin:
env:
- name: AVP_SECRET
Expand Down

0 comments on commit 1859d35

Please sign in to comment.