Skip to content

Commit

Permalink
Merge pull request #464 from eclipse-tractusx/release/v2.3.0-alpha.3
Browse files Browse the repository at this point in the history
build(2.3.0-alpha.3): merge release into main
  • Loading branch information
evegufy authored Oct 21, 2024
2 parents b0b5e27 + ae7e69f commit 869d225
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 31 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 2.3.0-alpha.3

## Feature

* enabled seeding of operator information and test data [#450](https://github.com/eclipse-tractusx/portal/pull/450)

### Change

* changed to new container images
* portal-frontend: v2.3.0-alpha.3
* portal-backend: v2.3.0-alpha.3
* portal-backend: added dimUserRole configuration [#440](https://github.com/eclipse-tractusx/portal/pull/440)

## Bugfixes

* portal-backend: adjusted DIM configuration to enable other Identity Provider than centralidp [#455](https://github.com/eclipse-tractusx/portal/pull/455)
* portal-frontend: updated Onboarding Service Provider (OSP) path to camelCase [#448](https://github.com/eclipse-tractusx/portal/pull/448)

## 2.3.0-alpha.2

### Change
Expand Down
2 changes: 1 addition & 1 deletion charts/localdev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- condition: portal.enabled
name: portal
repository: file://../portal
version: 2.3.0-alpha.2
version: 2.3.0-alpha.3
- condition: centralidp.enabled
name: centralidp
repository: https://eclipse-tractusx.github.io/charts/dev
Expand Down
3 changes: 2 additions & 1 deletion charts/localdev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi

| Repository | Name | Version |
|------------|------|---------|
| file://../portal | portal | 2.3.0-alpha.2 |
| file://../portal | portal | 2.3.0-alpha.3 |
| https://charts.bitnami.com/bitnami | postgresportal(postgresql) | 12.12.x |
| https://eclipse-tractusx.github.io/charts/dev | centralidp | 4.0.0-alpha.1 |
| https://eclipse-tractusx.github.io/charts/dev | sharedidp | 4.0.0-alpha.1 |
Expand Down Expand Up @@ -687,6 +687,7 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi
| portal.backend.mailing.password | string | `""` | |
| portal.backend.portalmigrations.logging.default | string | `"Debug"` | |
| portal.backend.portalmigrations.resources.limits.cpu | string | `"200m"` | |
| portal.backend.portalmigrations.seeding.seedTestData.useDefault | bool | `true` | |
| portal.backend.provisioningmigrations.logging.default | string | `"Debug"` | |
| portal.backend.provisioningmigrations.resources.limits.cpu | string | `"150m"` | |
| portal.backend.provisioning.sharedRealm.smtpServer.host | string | `"smtp.tx.test"` | |
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.3.0-alpha.2
appVersion: 2.3.0-alpha.2
version: 2.3.0-alpha.3
appVersion: 2.3.0-alpha.3
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal
sources:
Expand Down
54 changes: 33 additions & 21 deletions charts/portal/README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions charts/portal/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

This helm chart installs the Portal application which consists of

* [portal-frontend (v2.3.0-alpha.2)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.3.0-alpha.2),
* [portal-frontend (v2.3.0-alpha.3)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.3.0-alpha.3),
* [portal-frontend-registration (v2.1.0-alpha.1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.1.0-alpha.1),
* [portal-assets (v2.2.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v2.2.0) and
* [portal-backend (v2.3.0-alpha.2)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.3.0-alpha.2).
* [portal-backend (v2.3.0-alpha.3)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.3.0-alpha.3).

The Portal is designed to work with the [IAM](https://github.com/eclipse-tractusx/portal-iam).
This version is compatible with the 3.0.1 version of the IAM instances:
Expand Down
4 changes: 2 additions & 2 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ frontend:
name: "registration"
image:
name: "docker.io/tractusx/portal-frontend-registration"
registrationtag: ea6f3b02c840b65793ddf98f4fd3ae6f3f609a8a
registrationtag: v2.1.0-alpha.1
pullPolicy: "IfNotPresent"
# -- Pull secrets for private docker registry
pullSecrets: []
Expand All @@ -188,7 +188,7 @@ frontend:
name: "assets"
image:
name: "docker.io/tractusx/portal-assets"
assetstag: 2428fa0ab31267314f78b52c85079e5024bf754d
assetstag: v2.2.0
pullPolicy: "IfNotPresent"
# -- Pull secrets for private docker registry
pullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion environments/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.git'
targetRevision: portal-2.3.0-alpha.2
targetRevision: portal-2.3.0-alpha.3
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion environments/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.git'
targetRevision: portal-2.3.0-alpha.2
targetRevision: portal-2.3.0-alpha.3
plugin:
env:
- name: AVP_SECRET
Expand Down

0 comments on commit 869d225

Please sign in to comment.