diff --git a/docs/self-managed/setup/upgrade.md b/docs/self-managed/setup/upgrade.md index 5d76af8729..046909e468 100644 --- a/docs/self-managed/setup/upgrade.md +++ b/docs/self-managed/setup/upgrade.md @@ -117,6 +117,14 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ## From Camunda 8.4 to 8.5 +### Helm chart 10.2.0+ + +As of this Helm chart version, the image tags for all components are independent, and do not reference the global image tag. The value of the key `global.image.tag` is `null`, and each component now sets its own version. + +With this change, Camunda applications no longer require a unified patch version. For example, a given installation may use Zeebe version 8.5.1, and Operate version 8.5.2. Note that only the patch version can differ between components. + +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. + ### Helm chart 10.0.2+ The upgrade path for Camunda Helm Chart v9.x.x is v10.0.2+. diff --git a/versioned_docs/version-8.2/self-managed/platform-deployment/helm-kubernetes/upgrade.md b/versioned_docs/version-8.2/self-managed/platform-deployment/helm-kubernetes/upgrade.md index 99fde0bee2..4b74d66a0d 100644 --- a/versioned_docs/version-8.2/self-managed/platform-deployment/helm-kubernetes/upgrade.md +++ b/versioned_docs/version-8.2/self-managed/platform-deployment/helm-kubernetes/upgrade.md @@ -97,6 +97,14 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ## Version update instructions +### v8.2.29+ + +As of this Helm chart version, the image tags for all components are independent, and do not reference the global image tag. The value of the key `global.image.tag` is `null`, and each component now sets its own version. + +With this change, Camunda applications no longer require a unified patch version. For example, a given installation may use Zeebe version 8.2.1, and Operate version 8.2.2. Note that only the patch version can differ between components. + +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. + ### v8.2.9 #### Optimize diff --git a/versioned_docs/version-8.3/self-managed/platform-deployment/helm-kubernetes/upgrade.md b/versioned_docs/version-8.3/self-managed/platform-deployment/helm-kubernetes/upgrade.md index 841770257a..32f517f2d7 100644 --- a/versioned_docs/version-8.3/self-managed/platform-deployment/helm-kubernetes/upgrade.md +++ b/versioned_docs/version-8.3/self-managed/platform-deployment/helm-kubernetes/upgrade.md @@ -97,6 +97,14 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ## Version update instructions +### v8.3.14+ + +As of this Helm chart version, the image tags for all components are independent, and do not reference the global image tag. The value of the key `global.image.tag` is `null`, and each component now sets its own version. + +With this change, Camunda applications no longer require a unified patch version. For example, a given installation may use Zeebe version 8.3.1, and Operate version 8.3.2. Note that only the patch version can differ between components. + +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. + ### v8.3.1 :::caution diff --git a/versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/upgrade.md b/versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/upgrade.md index c8136d8a9e..4cb948cdfe 100644 --- a/versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/upgrade.md +++ b/versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/upgrade.md @@ -97,6 +97,14 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ## Version update instructions +### v9.3.7+ + +As of this Helm chart version, the image tags for all components are independent, and do not reference the global image tag. The value of the key `global.image.tag` is `null`, and each component now sets its own version. + +With this change, Camunda applications no longer require a unified patch version. For example, a given installation may use Zeebe version 8.4.1, and Operate version 8.4.2. Note that only the patch version can differ between components. + +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. + ### v9.3.0 #### Enabling Console diff --git a/versioned_docs/version-8.5/self-managed/setup/upgrade.md b/versioned_docs/version-8.5/self-managed/setup/upgrade.md index 5d76af8729..046909e468 100644 --- a/versioned_docs/version-8.5/self-managed/setup/upgrade.md +++ b/versioned_docs/version-8.5/self-managed/setup/upgrade.md @@ -117,6 +117,14 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ## From Camunda 8.4 to 8.5 +### Helm chart 10.2.0+ + +As of this Helm chart version, the image tags for all components are independent, and do not reference the global image tag. The value of the key `global.image.tag` is `null`, and each component now sets its own version. + +With this change, Camunda applications no longer require a unified patch version. For example, a given installation may use Zeebe version 8.5.1, and Operate version 8.5.2. Note that only the patch version can differ between components. + +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. + ### Helm chart 10.0.2+ The upgrade path for Camunda Helm Chart v9.x.x is v10.0.2+.