From 9da4ee793ff77f613df0341af8d80c1663be1560 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Mon, 14 Oct 2024 16:33:19 +0200 Subject: [PATCH 1/2] docs(release): fix broken link --- docs/technical documentation/18. Release Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical documentation/18. Release Process.md b/docs/technical documentation/18. Release Process.md index d9764a90..150a7025 100644 --- a/docs/technical documentation/18. Release Process.md +++ b/docs/technical documentation/18. Release Process.md @@ -53,7 +53,7 @@ _build: update readme for vx.x.x_ ## Update CHANGELOG.md The changelog file tracks all notable changes since the last released version. -Once a new version is ready to be released, the changelog can get updated via an automatically created pull request using the [release-please workflow](../../../.github/workflows/release-please.yml) which can be triggered manually or by pushing a _changelog/v*.*.*_ branch. +Once a new version is ready to be released, the changelog can get updated via an automatically created pull request using the [release-please workflow](../../.github/workflows/release-please.yml) which can be triggered manually or by pushing a _changelog/v*.*.*_ branch. Please see: From 0045d51faf0dc2c2214859b935ce367368abf56a Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Mon, 14 Oct 2024 16:39:34 +0200 Subject: [PATCH 2/2] build(4.0.0-alpha.1): bump version and update docs --- charts/centralidp/Chart.yaml | 2 +- charts/centralidp/README.md | 10 +++++++--- charts/centralidp/README.md.gotmpl | 4 ++++ charts/centralidp/values.yaml | 2 +- charts/sharedidp/Chart.yaml | 2 +- charts/sharedidp/README.md | 10 +++++++--- charts/sharedidp/README.md.gotmpl | 4 ++++ charts/sharedidp/values.yaml | 2 +- 8 files changed, 26 insertions(+), 10 deletions(-) diff --git a/charts/centralidp/Chart.yaml b/charts/centralidp/Chart.yaml index 60cd4172..83e917ca 100644 --- a/charts/centralidp/Chart.yaml +++ b/charts/centralidp/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: centralidp type: application -version: 3.0.1 +version: 4.0.0-alpha.1 appVersion: 23.0.7 description: Helm chart for Central Keycloak Instance home: https://github.com/eclipse-tractusx/portal-iam diff --git a/charts/centralidp/README.md b/charts/centralidp/README.md index ca417afa..950e4568 100644 --- a/charts/centralidp/README.md +++ b/charts/centralidp/README.md @@ -1,6 +1,6 @@ # Helm chart for Central Keycloak Instance -![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.0.7](https://img.shields.io/badge/AppVersion-23.0.7-informational?style=flat-square) +![Version: 4.0.0-alpha.1](https://img.shields.io/badge/Version-4.0.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.0.7](https://img.shields.io/badge/AppVersion-23.0.7-informational?style=flat-square) This helm chart installs the Helm chart for Central Keycloak Instance. @@ -29,7 +29,7 @@ To use the helm chart as a dependency: dependencies: - name: centralidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 3.0.1 + version: 4.0.0-alpha.1 ``` ## Requirements @@ -54,7 +54,7 @@ dependencies: | keycloak.extraVolumeMounts[0].name | string | `"themes"` | | | keycloak.extraVolumeMounts[0].mountPath | string | `"/opt/bitnami/keycloak/themes/catenax-central"` | | | keycloak.initContainers[0].name | string | `"import"` | | -| keycloak.initContainers[0].image | string | `"docker.io/tractusx/portal-iam:v3.0.1"` | | +| keycloak.initContainers[0].image | string | `"docker.io/tractusx/portal-iam:v4.0.0-alpha.1"` | | | keycloak.initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | | keycloak.initContainers[0].command[0] | string | `"sh"` | | | keycloak.initContainers[0].args[0] | string | `"-c"` | | @@ -117,6 +117,10 @@ Autogenerated with [helm docs](https://github.com/norwoodj/helm-docs) Please see notes at [Values.seeding](values.yaml#L153) for upgrading the configuration of the CX-Central realm. +### To 4.0.0 + +Documentation is WIP. + ### To 3.0.1 The name of the default role was corrected with [#157](https://github.com/eclipse-tractusx/portal-iam/pull/157). diff --git a/charts/centralidp/README.md.gotmpl b/charts/centralidp/README.md.gotmpl index 8bd77957..dc4d2013 100644 --- a/charts/centralidp/README.md.gotmpl +++ b/charts/centralidp/README.md.gotmpl @@ -42,6 +42,10 @@ Autogenerated with [helm docs](https://github.com/norwoodj/helm-docs) Please see notes at [Values.seeding](values.yaml#L153) for upgrading the configuration of the CX-Central realm. +### To 4.0.0 + +Documentation is WIP. + ### To 3.0.1 The name of the default role was corrected with [#157](https://github.com/eclipse-tractusx/portal-iam/pull/157). diff --git a/charts/centralidp/values.yaml b/charts/centralidp/values.yaml index 3684973f..9b71db26 100644 --- a/charts/centralidp/values.yaml +++ b/charts/centralidp/values.yaml @@ -43,7 +43,7 @@ keycloak: mountPath: /opt/bitnami/keycloak/themes/catenax-central initContainers: - name: import - image: docker.io/tractusx/portal-iam:v3.0.1 + image: docker.io/tractusx/portal-iam:v4.0.0-alpha.1 imagePullPolicy: IfNotPresent command: - sh diff --git a/charts/sharedidp/Chart.yaml b/charts/sharedidp/Chart.yaml index 10f14b57..f19cd267 100644 --- a/charts/sharedidp/Chart.yaml +++ b/charts/sharedidp/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: sharedidp type: application -version: 3.0.1 +version: 4.0.0-alpha.1 appVersion: 23.0.7 description: Helm chart for Shared Keycloak Instance home: https://github.com/eclipse-tractusx/portal-iam diff --git a/charts/sharedidp/README.md b/charts/sharedidp/README.md index f9144048..f603e70f 100644 --- a/charts/sharedidp/README.md +++ b/charts/sharedidp/README.md @@ -1,6 +1,6 @@ # Helm chart for Shared Keycloak Instance -![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.0.7](https://img.shields.io/badge/AppVersion-23.0.7-informational?style=flat-square) +![Version: 4.0.0-alpha.1](https://img.shields.io/badge/Version-4.0.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.0.7](https://img.shields.io/badge/AppVersion-23.0.7-informational?style=flat-square) This helm chart installs the Helm chart for Shared Keycloak Instance. @@ -29,7 +29,7 @@ To use the helm chart as a dependency: dependencies: - name: sharedidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 3.0.1 + version: 4.0.0-alpha.1 ``` ## Requirements @@ -58,7 +58,7 @@ dependencies: | keycloak.extraVolumeMounts[1].name | string | `"themes-catenax-shared-portal"` | | | keycloak.extraVolumeMounts[1].mountPath | string | `"/opt/bitnami/keycloak/themes/catenax-shared-portal"` | | | keycloak.initContainers[0].name | string | `"import"` | | -| keycloak.initContainers[0].image | string | `"docker.io/tractusx/portal-iam:v3.0.1"` | | +| keycloak.initContainers[0].image | string | `"docker.io/tractusx/portal-iam:v4.0.0-alpha.1"` | | | keycloak.initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | | keycloak.initContainers[0].command[0] | string | `"sh"` | | | keycloak.initContainers[0].args[0] | string | `"-c"` | | @@ -124,6 +124,10 @@ Autogenerated with [helm docs](https://github.com/norwoodj/helm-docs) ## Upgrade +### To 4.0.0 + +Documentation is WIP. + ### To 3.0.1 No major issues are expected during the upgrade. diff --git a/charts/sharedidp/README.md.gotmpl b/charts/sharedidp/README.md.gotmpl index 823baa69..fd6a6bea 100644 --- a/charts/sharedidp/README.md.gotmpl +++ b/charts/sharedidp/README.md.gotmpl @@ -40,6 +40,10 @@ Autogenerated with [helm docs](https://github.com/norwoodj/helm-docs) ## Upgrade +### To 4.0.0 + +Documentation is WIP. + ### To 3.0.1 No major issues are expected during the upgrade. diff --git a/charts/sharedidp/values.yaml b/charts/sharedidp/values.yaml index 1887107f..fbf5b6c0 100644 --- a/charts/sharedidp/values.yaml +++ b/charts/sharedidp/values.yaml @@ -47,7 +47,7 @@ keycloak: mountPath: /opt/bitnami/keycloak/themes/catenax-shared-portal initContainers: - name: import - image: docker.io/tractusx/portal-iam:v3.0.1 + image: docker.io/tractusx/portal-iam:v4.0.0-alpha.1 imagePullPolicy: IfNotPresent command: - sh