Skip to content

Commit

Permalink
bump(2.3.0-rc4): bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Nov 13, 2024
1 parent ba71248 commit 663cc4b
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 46 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 2.3.0-RC4

### 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
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-RC1
version: 2.3.0-RC4
- condition: centralidp.enabled
name: centralidp
repository: https://eclipse-tractusx.github.io/charts/dev
Expand Down
8 changes: 3 additions & 5 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-alpha.3 |
| file://../portal | portal | 2.3.0-RC4 |
| 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 |
| 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://helm.runix.net | pgadmin4 | 1.17.x |

## Values
Expand Down Expand Up @@ -709,7 +709,6 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi
| centralidp.keycloak.postgresql.nameOverride | string | `"centralidp-postgresql"` | |
| centralidp.keycloak.postgresql.auth.password | string | `"dbpasswordcentralidp"` | |
| centralidp.keycloak.postgresql.auth.postgresPassword | string | `"dbpasswordcentralidp"` | |
| centralidp.keycloak.proxy | string | `"edge"` | |
| centralidp.keycloak.ingress.enabled | bool | `true` | |
| centralidp.keycloak.ingress.ingressClassName | string | `"nginx"` | |
| centralidp.keycloak.ingress.hostname | string | `"centralidp.tx.test"` | |
Expand Down Expand Up @@ -781,7 +780,6 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi
| sharedidp.keycloak.postgresql.nameOverride | string | `"sharedidp-postgresql"` | |
| sharedidp.keycloak.postgresql.auth.password | string | `"dbpasswordsharedidp"` | |
| sharedidp.keycloak.postgresql.auth.postgresPassword | string | `"dbpasswordsharedidp"` | |
| sharedidp.keycloak.proxy | string | `"edge"` | |
| sharedidp.keycloak.ingress.enabled | bool | `true` | |
| sharedidp.keycloak.ingress.ingressClassName | string | `"nginx"` | |
| sharedidp.keycloak.ingress.hostname | string | `"sharedidp.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-RC1
appVersion: 2.3.0-RC1
version: 2.3.0-RC4
appVersion: 2.3.0-RC4
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal
sources:
Expand Down
58 changes: 29 additions & 29 deletions charts/portal/README.md

Large diffs are not rendered by default.

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

This helm chart installs the Portal application which consists of

* [portal-frontend (v2.3.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.3.0-RC1),
* [portal-frontend (v2.3.0-RC4)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.3.0-RC4),
* [portal-frontend-registration (v2.1.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.1.0-RC1),
* [portal-assets (v2.2.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v2.2.0) and
* [portal-backend (v2.3.0-RC1)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.3.0-RC1).
* [portal-assets (v2.3.0-RC1)](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0-RC1) and
* [portal-backend (v2.3.0-RC2)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.3.0-RC2).

The Portal is designed to work with the [IAM](https://github.com/eclipse-tractusx/portal-iam).
This version is compatible with the 4.0.0-rc.1 version of the IAM instances:
* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-4.0.0-rc.1/charts/centralidp/README.md)
* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-4.0.0-rc.1/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/v2.2.0/docs/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/v2.3.0-RC1/docs/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/v2.2.0/docs/developer/Technical%20Documentation).
For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0-RC1/docs/developer/Technical%20Documentation).

For information about the initial wallet insert for the Operator, please refer to [initial operator wallet setup](https://github.com/eclipse-tractusx/portal-assets/blob/v2.2.0/docs/developer/Technical%20Documentation/Operator%20Wallet%20Setup/Initial%20Setup.md).
For information about the initial wallet insert for the Operator, please refer to [initial operator wallet setup](https://github.com/eclipse-tractusx/portal-assets/blob/v2.3.0-RC1/docs/developer/Technical%20Documentation/Operator%20Wallet%20Setup/Initial%20Setup.md).

In case of usage of the Decentral Identity Management (DIM) Wallet: this version is compatible with the 1.2.x version of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer).
In case of usage of the Decentral Identity Management (DIM) Wallet: this version is compatible with the 2.1.x version of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer).

The referenced container images are for demonstration purposes only.

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-RC1
targetRevision: portal-2.3.0-RC4
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-RC1
targetRevision: portal-2.3.0-RC4
plugin:
env:
- name: AVP_SECRET
Expand Down

0 comments on commit 663cc4b

Please sign in to comment.