Skip to content

Commit

Permalink
build(1.8.0-RC3): finalize version
Browse files Browse the repository at this point in the history
bump version
update changelog
update readme
  • Loading branch information
evegufy committed Jan 23, 2024
1 parent 1d45b9c commit 0ab24e1
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 34 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@

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

## 1.8.0-RC3

### Change

* changed to new container images
* portal-assets: v1.8.0-RC2
* portal-frontend: v1.8.0-RC2
* portal-backend: v1.8.0-RC3
* portal-backend:
* added configuration for decline url in the invitation e-mail

## 1.8.0-RC2

### Change

* changed to new container images
* portal-assets: v1.8.0-RC1
* portal-frontend: v1.8.0-RC1
* portal-frontend-registration: v1.6.0-RC2
* portal-backend: v1.8.0-RC2

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-RC2
appVersion: 1.8.0-RC2
version: 1.8.0-RC3
appVersion: 1.8.0-RC3
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal-cd
sources:
Expand Down
45 changes: 25 additions & 20 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.8.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.8.0-RC1),
* [portal-frontend (v1.8.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.8.0-RC2),
* [portal-frontend-registration (v1.6.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.6.0-RC2),
* [portal-assets (v1.8.0-RC1)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0-RC1) and
* [portal-backend (v1.8.0-RC2)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.8.0-RC2).
* [portal-assets (v1.8.0-RC2)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0-RC2) and
* [portal-backend (v1.8.0-RC3)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.8.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.1.0-RC1 version of the IAM instances:
* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-2.1.0-RC1/charts/centralidp/README.md)
* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-2.1.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.8.0-RC1/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.8.0-RC2/docs/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.8.0-RC1/developer/Technical%20Documentation).
For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0-RC2/docs/developer/Technical%20Documentation).

The referenced container images are for demonstration purposes only.

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.8.0-RC2
targetRevision: portal-1.8.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.8.0-RC2
targetRevision: portal-1.8.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.8.0-RC2
targetRevision: portal-1.8.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.8.0-RC2
targetRevision: 1.8.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.8.0-RC2
targetRevision: portal-1.8.0-RC3
plugin:
env:
- name: AVP_SECRET
Expand Down

0 comments on commit 0ab24e1

Please sign in to comment.