From 0477ad2878d667a02e919263d8373cd96cce5d37 Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Mon, 23 Mar 2026 10:16:29 -0700 Subject: [PATCH 1/7] 8.9 release notes --- .../890/890-release-notes.md | 42 ++++++++++++++++++- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/docs/reference/announcements-release-notes/890/890-release-notes.md b/docs/reference/announcements-release-notes/890/890-release-notes.md index 1bfa3db3a6d..86683813e5d 100644 --- a/docs/reference/announcements-release-notes/890/890-release-notes.md +++ b/docs/reference/announcements-release-notes/890/890-release-notes.md @@ -16,6 +16,7 @@ These release notes identify the main new features included in the 8.9 minor rel :::info 8.9 resources - See [release announcements](/reference/announcements-release-notes/890/890-announcements.md) to learn more about supported environment changes and breaking changes or deprecations. +- See [What's new in Camunda 8.9](/reference/announcements-release-notes/890/whats-new-in-89.md) for important changes to consider when planning your upgrade from Camunda 8.8. - Refer to the [quality board](https://github.com/orgs/camunda/projects/187/views/21) for an overview of known bugs by component and severity. ::: @@ -27,10 +28,47 @@ These release notes identify the main new features included in the 8.9 minor rel - - +## APIs and tools + +
Self-ManagedSaaSOrchestration Cluster API
+ +### Camunda CLI + + + +We're announcing a new command-line interface for interacting with the Orchestration Cluster REST API directly from the terminal. + +Camunda CLI is the successor to zbctl, providing a unified way to authenticate, manage processes, and query cluster resources for development, testing, and automation workflows. + +- Authenticate and connect to clusters, then run common actions directly from your terminal. +- Supports core process management and query endpoints, including process instances, user tasks, and workers. + + + + + + +## Helm chart deployment + +
Helm chartsSelf-Managed
+ +### Alternative infrastructure services for Self-Managed + + + +Camunda 8.9 continues the shift away from bundled Bitnami infrastructure in Self-Managed Helm deployments. + +- In 8.9, PostgreSQL, Elasticsearch, and Keycloak sub-charts are disabled by default. +- Reference architectures now use external managed services or vendor-supported operators. + +This update describes infrastructure deployment patterns in reference architectures, not customer data migration. + + + + + ## 8.9.0-alpha5 | Release date | Changelog(s) | From 680f8351937c66e60b1d5e577f9deb646a5f9666 Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Tue, 24 Mar 2026 07:48:07 -0700 Subject: [PATCH 2/7] add release notes --- .../890/890-release-notes.md | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/docs/reference/announcements-release-notes/890/890-release-notes.md b/docs/reference/announcements-release-notes/890/890-release-notes.md index 86683813e5d..fe524e77aac 100644 --- a/docs/reference/announcements-release-notes/890/890-release-notes.md +++ b/docs/reference/announcements-release-notes/890/890-release-notes.md @@ -50,6 +50,35 @@ Camunda CLI is the successor to zbctl, providing a unified way to authenticate, +### Camunda Process Test + + + +You can now run JSON test scenario files with Camunda Process Test. + +- Run low-code test scenarios as part of standard JUnit 5 execution in local and CI/CD environments. +- Reuse the JSON test-case format to execute scenario-based tests without rewriting them as full Java test logic. + +You can also use a shared runtime in Camunda Process Test to significantly reduce test execution time for suites with multiple test scenarios. + + + + +## Connectivity + +
SaaSNetworking
+ +### Secure connectivity with AWS inbound PrivateLink + + + +You can now connect to Camunda SaaS Orchestration clusters from AWS VPCs using AWS PrivateLink. + +Inbound traffic stays on private AWS networking instead of traversing the public internet, so job workers and inbound connectors can run inside customer VPCs with stronger network isolation and compliance alignment. + + + + ## Helm chart deployment
Helm chartsSelf-Managed
@@ -69,6 +98,30 @@ This update describes infrastructure deployment patterns in reference architectu +## Modeler + +
Self-ManagedSaaSWeb ModelerRPA
+ +### RPA support in Web Modeler + + + +Web Modeler now supports RPA scripts as a first-class file type, including visibility, project management, and deployment workflows without relying on Desktop Modeler. + + + +## Orchestration Cluster + +
Self-ManagedSaaSJobs
+ +### Job Dashboard + + + +The Job Dashboard provides a unified view of jobs and associated workers across the cluster, including Connectors and RPA. + +Use it to monitor job creation, completion trends, failures, and worker activity for faster troubleshooting without custom-built monitoring dashboards. + ## 8.9.0-alpha5 | Release date | Changelog(s) | From adce849b16451d36220f5c48ef7d58689f46c835 Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Wed, 25 Mar 2026 07:35:51 -0700 Subject: [PATCH 3/7] add release notes --- .../890/890-release-notes.md | 56 +++++++++++++++++-- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/docs/reference/announcements-release-notes/890/890-release-notes.md b/docs/reference/announcements-release-notes/890/890-release-notes.md index fe524e77aac..2b291534cd7 100644 --- a/docs/reference/announcements-release-notes/890/890-release-notes.md +++ b/docs/reference/announcements-release-notes/890/890-release-notes.md @@ -54,16 +54,31 @@ Camunda CLI is the successor to zbctl, providing a unified way to authenticate, -You can now run JSON test scenario files with Camunda Process Test. +You can now write and run JSON test cases with Camunda Process Test. -- Run low-code test scenarios as part of standard JUnit 5 execution in local and CI/CD environments. -- Reuse the JSON test-case format to execute scenario-based tests without rewriting them as full Java test logic. +- Define process tests in JSON instead of implementing test logic in Java. +- Execute JSON test cases as part of standard JUnit 5 runs in local and CI/CD environments. -You can also use a shared runtime in Camunda Process Test to significantly reduce test execution time for suites with multiple test scenarios. +Camunda Process Test also introduces a shared runtime mode as an alternative to managed runtime. Shared runtime uses one runtime across multiple test classes, which can significantly reduce overall test execution time. We recommend enabling it in the configuration. +## Camunda 8 Run + +
Self-ManagedCamunda 8 RunAgentic orchestrationAI agents
+ +### Agentic orchestration onboarding in c8run + + + +Camunda 8 Run now includes an "I don't have credentials" path so you can deploy and run agents without first configuring external LLM provider credentials. + +It also adds a local LLM quick start, helping self-managed and enterprise-constrained teams try agentic orchestration without external provider setup. + + + + ## Connectivity
SaaSNetworking
@@ -98,6 +113,27 @@ This update describes infrastructure deployment patterns in reference architectu +## Migration from Camunda 7 to Camunda 8 + +### Conditional events support in Migration Analyzer and Diagram Converter + + + +Migration Analyzer and Diagram Converter now detect and convert Camunda 7 conditional events (start, intermediate catch, and boundary events) into Camunda 8-compatible BPMN. + +The migration report also flags conditional-event follow-up tasks so teams can plan manual review where needed. + + + + +### History Data Migrator + + + +Data Migrator now supports migrating historic audit data from Camunda 7 to Camunda 8. + + + ## Modeler
Self-ManagedSaaSWeb ModelerRPA
@@ -110,6 +146,18 @@ Web Modeler now supports RPA scripts as a first-class file type, including visib +## Operate + +
Self-ManagedSaaSOperate
+ +### Unified, context-aware process instance view + + + +Operate now unifies process instance information into a single, context-aware view. + +Instead of switching between diagram, instance history, popovers, and bottom panels, you can inspect incidents, variables, executions, and modeling properties in one overview-to-detail flow. + ## Orchestration Cluster
Self-ManagedSaaSJobs
From afbbe8844bf5fc2ab121b45f909742aa85d645a2 Mon Sep 17 00:00:00 2001 From: Dmitri Nikonov Date: Tue, 31 Mar 2026 08:40:44 +0200 Subject: [PATCH 4/7] docs(release-notes): Add AI Agent Testing subsection to Camunda Process Test release notes --- .../890/890-release-notes.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/reference/announcements-release-notes/890/890-release-notes.md b/docs/reference/announcements-release-notes/890/890-release-notes.md index 2b291534cd7..9be5bbb8b26 100644 --- a/docs/reference/announcements-release-notes/890/890-release-notes.md +++ b/docs/reference/announcements-release-notes/890/890-release-notes.md @@ -32,7 +32,7 @@ These release notes identify the main new features included in the 8.9 minor rel ## APIs and tools -
Self-ManagedSaaSOrchestration Cluster API
+
Self-ManagedSaaSOrchestration Cluster APIAgentic orchestrationAI agents
### Camunda CLI @@ -64,6 +64,17 @@ Camunda Process Test also introduces a shared runtime mode as an alternative to +#### AI Agent Testing + + + +Camunda Process Test now adds dedicated support for AI agent testing, making it easier to test processes where agents choose different actions at runtime and produce non-deterministic output. + +- Judge assertions use a configured LLM to assess whether AI-generated output satisfies a natural-language expectation, so you can verify response quality and intent. +- Conditional behavior helps you model reactive test behavior for agent-driven flows by watching process state changes and completing tasks as they appear, without blocking the test on a predefined path. + + + ## Camunda 8 Run
Self-ManagedCamunda 8 RunAgentic orchestrationAI agents
From 47480220a17907b569622b1293b7a4a6e72bc845 Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Wed, 1 Apr 2026 06:45:27 -0700 Subject: [PATCH 5/7] add bitnami release note --- .../890/890-release-notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/reference/announcements-release-notes/890/890-release-notes.md b/docs/reference/announcements-release-notes/890/890-release-notes.md index eb2fc409f53..dbb070a058a 100644 --- a/docs/reference/announcements-release-notes/890/890-release-notes.md +++ b/docs/reference/announcements-release-notes/890/890-release-notes.md @@ -124,6 +124,17 @@ This update describes infrastructure deployment patterns in reference architectu +### Migration from Bitnami subcharts + + + +Camunda 8.9 adds migration guidance for customers moving Self-Managed Helm deployments away from deprecated Bitnami subcharts. + +- Use the migration guides to move PostgreSQL, Elasticsearch, and Keycloak from Bitnami subcharts to independent infrastructure services. +- Follow the documented migration phases to plan backup, cutover, validation, and cleanup with minimal disruption. + + + ## Migration from Camunda 7 to Camunda 8 ### Conditional events support in Migration Analyzer and Diagram Converter From 5dafc462cbff94322d130d0bb97d34e8661509c6 Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Wed, 1 Apr 2026 06:48:25 -0700 Subject: [PATCH 6/7] minor grammar fix --- .../announcements-release-notes/890/890-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/announcements-release-notes/890/890-release-notes.md b/docs/reference/announcements-release-notes/890/890-release-notes.md index dbb070a058a..9c1640d518c 100644 --- a/docs/reference/announcements-release-notes/890/890-release-notes.md +++ b/docs/reference/announcements-release-notes/890/890-release-notes.md @@ -64,7 +64,7 @@ Camunda Process Test also introduces a shared runtime mode as an alternative to -#### AI Agent Testing +#### AI agent testing From 287ab7ccca62e0242d3443f81d81ff69dc9a847a Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Fri, 3 Apr 2026 12:12:16 -0700 Subject: [PATCH 7/7] add release note modeler --- .../890/890-release-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/reference/announcements-release-notes/890/890-release-notes.md b/docs/reference/announcements-release-notes/890/890-release-notes.md index 9c1640d518c..5b3ecffa55b 100644 --- a/docs/reference/announcements-release-notes/890/890-release-notes.md +++ b/docs/reference/announcements-release-notes/890/890-release-notes.md @@ -168,6 +168,21 @@ Web Modeler now supports RPA scripts as a first-class file type, including visib +### Unified deployment experience across file types in Web Modeler + + + +Web Modeler now offers a unified deployment experience across BPMN, DMN, forms, and RPA scripts. + +- Deploy artifacts from their details view using a consistent interaction pattern across file types. +- See more clearly which linked files are included when deploying within a process application. +- Choose whether to deploy the current file or the applicable process application bundle, depending on context. + +This update reduces hidden deployment behavior, lowers cognitive load, and makes deployment workflows more predictable and extensible for future asset types. + + + + ## Operate
Self-ManagedSaaSOperate