Skip to content

Commit

Permalink
Merge pull request #366 from eclipse-tractusx/merge/v2.1.0-RC1
Browse files Browse the repository at this point in the history
build(2.1.0-rc1): merge main into main
  • Loading branch information
evegufy authored Jul 16, 2024
2 parents 1eb1ad3 + 021e4d4 commit 9c0f2ff
Show file tree
Hide file tree
Showing 36 changed files with 183 additions and 761 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/administration-service-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for administration service"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-service-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for maintenance service"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/marketplace-app-service-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for marketplace-app service"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/notification-service-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for notification service"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/portal-assets-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for portal assets"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/portal-backend-release-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new images for portal backend"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/portal-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for portal"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/portal-migrations-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for portal-migrations"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/portal-registration-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for portal registration"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/processes-worker-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for processes worker"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/provisioning-migrations-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for provisioning-migrations"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/registration-service-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for registration service"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
2 changes: 1 addition & 1 deletion .github/workflows/services-service-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
git config user.email [email protected]
git add charts/portal/values.yaml
git commit -m "Add new image for services service"
bash ./consortia/scripts/push.sh
bash ./environments/push.sh
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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

## 2.1.0-RC1

### Change

* changed to new container images
* portal-frontend: v2.1.0-RC1
* portal-backend: v2.1.0-RC1
* portal-frontend-registration: v2.0.1-RC1
* portal frontend: enabled bpdm pool and company api urls [#317](https://github.com/eclipse-tractusx/portal/pull/317)
* portal-backend:
* clearinghouse: added feature toggle for sd connectivity [#344](https://github.com/eclipse-tractusx/portal/pull/344)
* portalmigrations: enabled seeding of test data with configmap and moved processidentity userid into job [#356](https://github.com/eclipse-tractusx/portal/pull/356)

### Technical Support

* updated deployment configuration [#354](https://github.com/eclipse-tractusx/portal/pull/354)
* added config for association environment
* moved config into environments directory
* removed obsolete config
* added information about config in notice file
* added install comment to useDimWallet value [361](https://github.com/eclipse-tractusx/portal/pull/361)

### Bugfix

* portal-backend:
* added environment variable to use dim in application checklist bpdm of the processes worker job [361](https://github.com/eclipse-tractusx/portal/pull/361)
* removed obsolete centralidp database configuration [#355](https://github.com/eclipse-tractusx/portal/pull/355)
* changed to directoryApiAddress of bpn did resolver in administration service configuration [#364](https://github.com/eclipse-tractusx/portal/pull/364)
* increased memory for services service [#359](https://github.com/eclipse-tractusx/portal/pull/359)

## 2.0.0

### Change
Expand Down
4 changes: 4 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ This project depends on the following Helm chart from Bitnami:
- Licence Path: https://artifacthub.io/packages/helm/bitnami/postgresql#license
- Source URL: https://artifacthub.io/packages/helm/bitnami/postgresql

## Test Environments

The project contains deployment configuration specific to hosted test environments and needed for end-to-end testing. This configuration is maintained within the [environments](/environments) directory.

## Cryptography

Content may contain encryption software. The country in which you are currently
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: 2.0.0
appVersion: 2.0.0
version: 2.1.0-RC1
appVersion: 2.1.0-RC1
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal
sources:
Expand Down
Loading

0 comments on commit 9c0f2ff

Please sign in to comment.