From c9bcbe5d496d22c61e86975027aadce1dd25abd7 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Wed, 5 Mar 2025 12:44:36 -0500 Subject: [PATCH 1/2] add note of temporary alpha limitation to installation, announcements --- docs/reference/announcements/880.md | 9 +++++++++ docs/self-managed/setup/install.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/reference/announcements/880.md b/docs/reference/announcements/880.md index 770f591d4a5..a70d1de61a5 100644 --- a/docs/reference/announcements/880.md +++ b/docs/reference/announcements/880.md @@ -115,6 +115,15 @@ Camunda 8.8 introduces a streamlined architecture, consolidating core components You can download the alpha release of the unified package from the Camunda GitHub repository, either as an executable Java application (Camunda Orchestration Core) or a Docker image. +### Identity and authentication limitations in 8.8.0-alpha2 + +The 13.0.0-alpha2 Helm chart released with Camunda 8.8.0-alpha2 establishes a new default setup to support 8.8 [Identity management updates](#identity-management-updates-saasself-managed). Currently, this setup is limited to the following components: + +- The Orchestration core (Zeebe, Operate, Tasklist, and Orchestration Identity) +- Connectors + +This temporary limitation will be resolved in subsequent alpha releases. + ### Helm charts If you are using the recommended Camunda 8 deployment option ([Helm charts](/self-managed/setup/install.md)), the upgrade path from version 8.7 to 8.8 will be straightforward by changing the values file to the new syntax. diff --git a/docs/self-managed/setup/install.md b/docs/self-managed/setup/install.md index 7ec7c634233..491b76ea740 100644 --- a/docs/self-managed/setup/install.md +++ b/docs/self-managed/setup/install.md @@ -5,6 +5,15 @@ sidebar_label: "Install" description: "Camunda provides continuously improved Helm charts, of which are not cloud provider-specific so you can choose your Kubernetes provider." --- +:::note +The 13.0.0-alpha2 Helm chart released with Camunda 8.8.0-alpha2 establishes a new default setup to support 8.8 [Identity management updates](/docs/reference/announcements/880.md#identity-management-updates-saasself-managed). Currently, this setup is limited to the following components: + +- The Orchestration core (Zeebe, Operate, Tasklist, and Orchestration Identity) +- Connectors + +This temporary limitation will be resolved in subsequent alpha releases. +::: + We recommend using Kubernetes and Helm to deploy and run Camunda 8 Self-Managed in production. There are many ways you can provision and configure a Kubernetes cluster, and there are a number of architectural choices you need to make. Will your workers run in the Kubernetes cluster or external to it? You will need to configure your Kubernetes cluster and modify this to suit the architecture you are building. From bd25d00c793b394a8c5c1ec52a5dbbfb3f88b86c Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Thu, 6 Mar 2025 16:37:13 -0500 Subject: [PATCH 2/2] specify cluster for consistency --- docs/reference/announcements/880.md | 2 +- docs/self-managed/setup/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/announcements/880.md b/docs/reference/announcements/880.md index a70d1de61a5..b7483a63f7e 100644 --- a/docs/reference/announcements/880.md +++ b/docs/reference/announcements/880.md @@ -119,7 +119,7 @@ You can download the alpha release of the unified package from the Camunda GitHu The 13.0.0-alpha2 Helm chart released with Camunda 8.8.0-alpha2 establishes a new default setup to support 8.8 [Identity management updates](#identity-management-updates-saasself-managed). Currently, this setup is limited to the following components: -- The Orchestration core (Zeebe, Operate, Tasklist, and Orchestration Identity) +- The Orchestration core (Zeebe, Operate, Tasklist, and Orchestration cluster Identity) - Connectors This temporary limitation will be resolved in subsequent alpha releases. diff --git a/docs/self-managed/setup/install.md b/docs/self-managed/setup/install.md index 491b76ea740..3bb09b67023 100644 --- a/docs/self-managed/setup/install.md +++ b/docs/self-managed/setup/install.md @@ -8,7 +8,7 @@ description: "Camunda provides continuously improved Helm charts, of which are n :::note The 13.0.0-alpha2 Helm chart released with Camunda 8.8.0-alpha2 establishes a new default setup to support 8.8 [Identity management updates](/docs/reference/announcements/880.md#identity-management-updates-saasself-managed). Currently, this setup is limited to the following components: -- The Orchestration core (Zeebe, Operate, Tasklist, and Orchestration Identity) +- The Orchestration core (Zeebe, Operate, Tasklist, and Orchestration cluster Identity) - Connectors This temporary limitation will be resolved in subsequent alpha releases.