Skip to content

Commit

Permalink
Merge pull request #104 from eclipse-tractusx/main
Browse files Browse the repository at this point in the history
release(portal-1.7.0-alpha): merge in dev
  • Loading branch information
evegufy authored Oct 5, 2023
2 parents 146a00e + b8bb67a commit 018afa2
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 41 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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


## 1.7.0-alpha

### Change

* changed to new container images
* portal-assets: v1.6.1
* portal-frontend: v1.7.0-alpha
* portal-frontend-registration: v1.5.1
* portal-backend: v1.7.0-alpha
* remove deprecated ingress annotation 'kubernetes.io/ingress.class' and changed to ingress.ClassName

* portal-backend:
* enabled and/or extended config in particular for network2network (N2N) and onboarding service provider (OSP)
* updated bpdm api path
* enabled config of DOTNET_ENVIRONMENT
* enabled config of JWTBEAREROPTIONS_REQUIREHTTPSMETADATA
* set database healthchecks in default values file

### Bugfix

* fixed escaping of secret values: quotes added

### Technical Support

* updated k8s version and version to upgrade from for helm test workflow
* updated Security.md

## 1.6.0

### 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.6.0
appVersion: 1.6.0
version: 1.7.0-alpha
appVersion: 1.7.0-alpha
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal-cd
sources:
Expand Down
71 changes: 42 additions & 29 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.6.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.6.0),
* [portal-frontend-registration (v1.5.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.5.0),
* [portal-assets (v1.6.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.6.0) and
* [portal-backend (v1.6.0)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.6.0).
* [portal-frontend (v1.7.0-alpha)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.7.0-alpha),
* [portal-frontend-registration (v1.5.1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.5.1),
* [portal-assets (v1.6.1)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.6.1) and
* [portal-backend (v1.7.0-alpha)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.7.0-alpha).

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 version of the IAM instances:
* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-1.2.0/charts/centralidp/README.md)
* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-1.2.0/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/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.1/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/developer/Technical%20Documentation).
For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.6.1/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.6.0
targetRevision: portal-1.7.0-alpha
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
targetRevision: portal-1.7.0-alpha
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
targetRevision: portal-1.7.0-alpha
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.6.0
targetRevision: 1.7.0-alpha
plugin:
env:
- name: HELM_VALUES
Expand Down

0 comments on commit 018afa2

Please sign in to comment.