Skip to content

Commit

Permalink
release: update readme for v1.6.0-RC5 (#60)
Browse files Browse the repository at this point in the history
* release: update readme for v1.6.0-RC5
* release: update changelog

---------

Reviewed-By: Martin Rohrmeier <martin.ra.rohrmeier@bmw.de>
  • Loading branch information
Phil91 authored Aug 7, 2023
1 parent a95101d commit fa1b43f
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 67 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 1.6.0-RC5

### Change

* changed to new container images
* portal-assets: v1.6.0-RC3
* portal-frontend: v1.6.0-RC5
* portal-backend: v1.6.0-RC5
* remove config for portal-backend (daps)

## 1.6.0-RC4

### Change
Expand Down
57 changes: 30 additions & 27 deletions README.md

Large diffs are not rendered by default.

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.6.0-RC4
appVersion: 1.6.0-RC4
version: 1.6.0-RC5
appVersion: 1.6.0-RC5
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal-cd
sources:
Expand Down
57 changes: 30 additions & 27 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 @@ -4,19 +4,19 @@

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

* [portal-frontend (v1.6.0-RC4)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.6.0-RC4),
* [portal-frontend (v1.6.0-RC5)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.6.0-RC5),
* [portal-frontend-registration (v1.5.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.5.0-RC2),
* [portal-assets (v1.6.0-RC2)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.6.0-RC2) and
* [portal-backend (v1.6.0-RC4)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.6.0-RC4).
* [portal-assets (v1.6.0-RC3)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.6.0-RC3) and
* [portal-backend (v1.6.0-RC5)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.6.0-RC5).

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

The referenced container images are for demonstration purposes only.

Expand Down
4 changes: 2 additions & 2 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ frontend:
name: "portal"
image:
name: "tractusx/portal-frontend"
portaltag: eede97c4df746d7e65a6f31789274adff3d50361
portaltag: v1.6.0-RC5
# -- We recommend not to specify default resources and to leave this as a conscious choice for the user.
# If you do want to specify resources, uncomment the following lines,
# adjust them as necessary, and remove the curly braces after 'resources:'.
Expand All @@ -107,7 +107,7 @@ frontend:
name: "registration"
image:
name: "tractusx/portal-frontend-registration"
registrationtag: 29a64c5279506e10ef37979d8c0f57692db877a9
registrationtag: v1.5.0-RC2
# -- We recommend not to specify default resources and to leave this as a conscious choice for the user.
# If you do want to specify resources, uncomment the following lines,
# adjust them as necessary, and remove the curly braces after '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.6.0-RC4
targetRevision: portal-1.6.0-RC5
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.6.0-RC4
targetRevision: portal-1.6.0-RC5
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.6.0-RC4
targetRevision: portal-1.6.0-RC5
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 @@ -28,7 +28,7 @@ spec:
source:
path: charts/portal
repoURL: 'https://github.com/eclipse-tractusx/portal-cd.git'
targetRevision: portal-1.6.0-RC4
targetRevision: portal-1.6.0-RC5
plugin:
env:
- name: AVP_SECRET
Expand Down

0 comments on commit fa1b43f

Please sign in to comment.