Skip to content

Commit

Permalink
Merge pull request #212 from eclipse-tractusx/release/v1.8.0
Browse files Browse the repository at this point in the history
build(portal-1.8.0): merge release into main
  • Loading branch information
evegufy authored Mar 6, 2024
2 parents 96c0ae2 + fff9675 commit 1bbb748
Show file tree
Hide file tree
Showing 36 changed files with 114 additions and 184 deletions.
4 changes: 2 additions & 2 deletions .tractusx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -18,7 +18,7 @@
###############################################################

product: "portal"
leadingRepository: "https://github.com/eclipse-tractusx/portal-cd"
leadingRepository: "https://github.com/eclipse-tractusx/portal"
repositories:
- name: "portal-frontend"
usage: "frontend code for the portal"
Expand Down
98 changes: 13 additions & 85 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,105 +2,33 @@

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

## 1.8.0-RC8

### Change

* defined unique "portal" templates
* enabled templates for database access to postgresql dependency
* changed template for labels in ingresses

## 1.8.0-RC7

### Change

* changed to new container images
* portal-assets: v1.8.0-RC5
* portal-frontend: v1.8.0-RC6
* portal-backend: v1.8.0-RC7

### Bugfix

* portal-backend: removed configuration for deletion of realm in sharedIdP (not needed anymore)

## 1.8.0-RC6
## 1.8.0

### Change

* changed to new container images
* portal-assets: v1.8.0-RC4
* portal-frontend: v1.8.0-RC5
* portal-frontend-registration: v1.6.0-RC5
* portal-backend: v1.8.0-RC6
* portal-backend:
* added configuration for company certificate

### Bugfix

* portal-backend:
* adjusted token auth address configuration for external services
* mounted tmp directory to enable file upload with readOnlyRootFilesystem

## 1.8.0-RC5

### Change

* changed to new container images
* portal-frontend: v1.8.0-RC4
* portal-frontend-registration: v1.6.0-RC4
* portal-backend: v1.8.0-RC5
* portal-assets: v1.8.0
* portal-frontend: v1.8.0
* portal-frontend-registration: v1.6.0
* portal-backend: v1.8.0
* enabled readOnlyRootFilesystem in containers (TRG-4.07)
* made imagePullPolicy configurable, default set to IfNotPresent
* added registry for image name

## 1.8.0-RC4

### Change

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

## 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-frontend-registration: v1.6.0-RC2
* portal-backend: v1.8.0-RC2

## 1.8.0-RC1

### Change

* changed to new container images
* portal-assets: v1.8.0-RC1
* portal-frontend: v1.8.0-RC1
* portal-frontend-registration: v1.6.0-RC1
* portal-backend: v1.8.0-RC1.1
* added container registry (docker.io) to images
* defined unique "portal" template functions
* enabled template functions for database access to postgresql dependency
* portal-backend:
* streamlined process identity config
* added configuration for decline registration endpoint
* enabled service conformity configuration
* added configuration for decline url in the invitation e-mail
* added configuration for company certificate

### Technical Support

* re-enable helm upgrade in the chart-testing workflow: the step was disabled due to major postgres upgrade in subchart in the previous version

Please be aware that **this version is still in Release Candidate phase**: especially documentation is still WIP.
* changed portal-cd references to portal due to repository renaming
* updated README.md
* mentioned `docs` folder in portal-assets repository

## 1.7.0

Expand Down
4 changes: 2 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ SPDX-License-Identifier: Apache-2.0

The project maintains the following source code repositories in the GitHub organization https://github.com/eclipse-tractusx:

- https://github.com/eclipse-tractusx/portal-frontend-registration
- https://github.com/eclipse-tractusx/portal
- https://github.com/eclipse-tractusx/portal-frontend
- https://github.com/eclipse-tractusx/portal-frontend-registration
- https://github.com/eclipse-tractusx/portal-shared-components
- https://github.com/eclipse-tractusx/portal-backend
- https://github.com/eclipse-tractusx/portal-assets
- https://github.com/eclipse-tractusx/portal-cd
- https://github.com/eclipse-tractusx/portal-iam

## Third-party Content
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
# Catena-X Portal: Helm charts
![LeadingRepository](https://img.shields.io/badge/Leading_Repository-blue)

![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat)
# Portal: Helm charts

This repository contains the following helm charts:

## Portal

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

* [portal-frontend](https://github.com/eclipse-tractusx/portal-frontend),
* [portal-frontend-registration](https://github.com/eclipse-tractusx/portal-frontend-registration),
* [portal-assets](https://github.com/eclipse-tractusx/portal-assets) and
* [portal-backend](https://github.com/eclipse-tractusx/portal-backend).

The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam).
The Portal is designed to work with the [IAM](https://github.com/eclipse-tractusx/portal-iam).

For detailed information please refer to the chart specific **[README](./charts/portal/README.md)**.
For **installation** details and further information, please refer to the chart specific [README](./charts/portal/README.md).

## LocalDev Portal & CX IAM
Please refer to the `docs` directory of the [portal-assets](https://github.com/eclipse-tractusx/portal-assets) repository for the overarching user and developer documentation of the Portal application.

This umbrella chart installs the CX Portal and the CX IAM Keycloak instances.
## LocalDev Portal & IAM

This umbrella chart installs the Portal and the IAM Keycloak instances.

It's intended for the local setup of the those components in order to aid the local development.

Expand Down
2 changes: 1 addition & 1 deletion charts/chart-testing-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand Down
8 changes: 4 additions & 4 deletions charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -20,10 +20,10 @@
apiVersion: v2
name: portal
type: application
version: 1.8.0-RC8
appVersion: 1.8.0-RC8
version: 1.8.0
appVersion: 1.8.0
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal-cd
home: https://github.com/eclipse-tractusx/portal
sources:
- https://github.com/eclipse-tractusx/portal-frontend
- https://github.com/eclipse-tractusx/portal-frontend-registration
Expand Down
Loading

0 comments on commit 1bbb748

Please sign in to comment.