For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

What's new in Camunda 8.10

Highlights and important changes to consider when upgrading to Camunda 8.10.

Why upgrade to Camunda 8.10?

Upgrading to Camunda 8.10 delivers significant benefits and keeps your installation aligned and ready for future releases.

Summary of important changes

Important changes in Camunda 8.10 are summarized as follows:

note

Changes for 8.10 will be added here as the 8.10 documentation is updated.

learn more and upgrade
  • See release announcements and release notes for a full summary of what's included in Camunda 8.10, including all breaking changes and deprecations, and supported environment changes.
  • For removed legacy APIs, Tasklist V1-dependent features, and Zeebe Process Test, see the 8.10 release announcement.
  • Ready to upgrade? See the upgrade guides to learn more about upgrading from Camunda 8.9 to 8.10.

Camunda 8 Run no longer requires Java

Camunda 8 Run now ships with a bundled Java runtime. You no longer need to install OpenJDK or set JAVA_HOME before starting it.

Helm chart deployment

Important changes to Helm chart deployment in 8.10 are as follows:

Helm v4 required

Breaking change

Camunda 8.10 (chart 15.x) supports the Helm CLI v4 only. Earlier Camunda versions are the last to support the Helm v3 CLI.

Switching CLIs does not require a release-state migration; Helm is client-side only. Before you run helm upgrade to 8.10, install the Helm v4 CLI.

Host network support for orchestration cluster pods

The 8.10 Helm chart adds orchestration.hostNetwork (default: false), which lets orchestration cluster pods share the host node's network namespace. This is useful in bare-metal or restricted network environments where pods must be reachable directly via the node IP rather than a cluster overlay network.

Upgrade guides

The following guides offer detailed information on how to upgrade to Camunda 8.10.

GuideDescriptionWho is this guide for?
Self-Managed upgrade guideEvaluate your infrastructure, understand operational changes, and choose the best update strategy for your environment.Operations and platform administrators of Self-Managed installations.
APIs & tools upgrade guidePlan and execute an upgrade from Camunda 8.9 to 8.10, focusing on API and tools transitions.

  • Application developers maintaining Camunda-based solutions in Self-Managed Kubernetes or VM environments.
  • Developers using Camunda APIs and tools.