Skip to content

Commit

Permalink
build(2.3.0): bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Nov 29, 2024
1 parent faa6757 commit a521600
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 101 deletions.
70 changes: 18 additions & 52 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,74 +2,40 @@

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

## 2.3.0-RC4
## 2.3.0

### Change

* changed to new container images
* portal-frontend: v2.3.0-RC4
* portal-backend: v2.3.0-RC2
+ portal-assets: v2.3.0-RC1
* portal-backend: changed operator default information [#469](https://github.com/eclipse-tractusx/portal/pull/469)

## 2.3.0-RC1

### Change

* changed to new container images
* portal-frontend: v2.3.0-RC1
* portal-backend: v2.3.0-RC1
+ portal-frontend-registration: v2.1.0-RC1

## 2.3.0-alpha.3

## Feature
### Feature

* enabled seeding of operator information and test data [#450](https://github.com/eclipse-tractusx/portal/pull/450)
* added imagePullSecrets for jobs (previously only deployments had been enabled) [#431](https://github.com/eclipse-tractusx/portal/pull/431)

### 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

* changed to new container images
* portal-frontend: v2.3.0-alpha.2
* portal-backend: v2.3.0-alpha.2
* portal-frontend: v2.3.0
* portal-backend: v2.3.0
* portal-assets: v2.3.0
* portal-frontend-registration: v2.1.0
* portal-backend:
* added configuration for bpdmStartReady toggle [#403](https://github.com/eclipse-tractusx/portal/pull/403)
* added configuration for bpn access [#426](https://github.com/eclipse-tractusx/portal/pull/426)
* added configuration to for maintenance job to retrigger clearinghouse [#418](https://github.com/eclipse-tractusx/portal/pull/418)
* added DIM user roles to service account settings [#435](https://github.com/eclipse-tractusx/portal/pull/435)
* adjusted configuration for enabled startSharingStateAsReady from BPDM side [#445](https://github.com/eclipse-tractusx/portal/pull/445)
* added dimUserRole configuration [#440](https://github.com/eclipse-tractusx/portal/pull/440)
* changed operator default information [#469](https://github.com/eclipse-tractusx/portal/pull/469)
* portal-frontend [#438](https://github.com/eclipse-tractusx/portal/pull/438)
* added client ID value for BPDM
* moved clearinghouseConnectDisabled from backend to global
* enabled additional environment variables
* CLEARINGHOUSE_CONNECT_DISABLED
* CLIENT_ID_REGISTRATION
* CLIENT_ID_BPDM
* portal-backend:
* added DIM user roles to service account settings [#435](https://github.com/eclipse-tractusx/portal/pull/435)
* adjusted configuration for enabled startSharingStateAsReady from BPDM side [#445](https://github.com/eclipse-tractusx/portal/pull/445)

## 2.3.0-alpha.1
### Bugfixes

### Change

* changed to new container images
* portal-frontend: v2.3.0-alpha.1
* portal-backend: v2.3.0-alpha.1
* portal-frontend-registration: v2.1.0-alpha.1
* portal-backend:
* added configuration for bpdmStartReady toggle [#403](https://github.com/eclipse-tractusx/portal/pull/403)
* added configuration for bpn access [#426](https://github.com/eclipse-tractusx/portal/pull/426)
* added configuration to for maintenance job to retrigger clearinghouse [#418](https://github.com/eclipse-tractusx/portal/pull/418)
* added imagePullSecrets for jobs (previously only deployments had been enabled) [#431](https://github.com/eclipse-tractusx/portal/pull/431)
* 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.2.0

Expand Down
6 changes: 3 additions & 3 deletions charts/localdev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ dependencies:
- condition: portal.enabled
name: portal
repository: file://../portal
version: 2.3.0-RC4
version: 2.3.0
- condition: centralidp.enabled
name: centralidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 4.0.0-rc.1
version: 4.0.0
- condition: sharedidp.enabled
name: sharedidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 4.0.0-rc.1
version: 4.0.0
- condition: pgadmin4.enabled
name: pgadmin4
repository: https://helm.runix.net
Expand Down
7 changes: 3 additions & 4 deletions charts/localdev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,10 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi

| Repository | Name | Version |
|------------|------|---------|
| file://../portal | portal | 2.3.0-RC4 |
| file://../portal | portal | 2.3.0 |
| https://charts.bitnami.com/bitnami | postgresportal(postgresql) | 12.12.x |
| https://eclipse-tractusx.github.io/charts/dev | centralidp | 4.0.0-rc.1 |
| https://eclipse-tractusx.github.io/charts/dev | sharedidp | 4.0.0-rc.1 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp | 4.0.0 |
| https://eclipse-tractusx.github.io/charts/dev | sharedidp | 4.0.0 |
| https://helm.runix.net | pgadmin4 | 1.17.x |

## Values
Expand Down Expand Up @@ -662,7 +662,6 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi
| portal.backend.processesworker.bpdm.clientId | string | `"sa-cl7-cx-5"` | |
| portal.backend.processesworker.bpdm.clientSecret | string | `"changeme"` | |
| portal.backend.processesworker.custodian | object | `{"clientId":"sa-cl5-custodian-2","clientSecret":"changeme"}` | no configuration for clearinghouse because it's an external component clientId and clientSecret aren't in the centralidp Keycloak clearinghouse: clientId: "clearinghouse-client-id" clientSecret: "" |
| portal.backend.processesworker.sdfactory.issuerBpn | string | `"BPNL00000003CRHK"` | |
| portal.backend.processesworker.sdfactory.clientId | string | `"sa-cl8-cx-1"` | |
| portal.backend.processesworker.sdfactory.clientSecret | string | `"changeme"` | |
| portal.backend.processesworker.offerprovider.clientId | string | `"sa-cl2-03"` | |
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-RC4
appVersion: 2.3.0-RC4
version: 2.3.0
appVersion: 2.3.0
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal
sources:
Expand Down
Loading

0 comments on commit a521600

Please sign in to comment.