From 5924fd0348dbc964db41b7b71d1fbc3d5830d064 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:18:44 +0200 Subject: [PATCH 1/5] docs(self-managed): mention the change of using image.tag --- docs/self-managed/setup/upgrade.md | 8 ++++++++ .../platform-deployment/helm-kubernetes/upgrade.md | 8 ++++++++ .../platform-deployment/helm-kubernetes/upgrade.md | 8 ++++++++ .../platform-deployment/helm-kubernetes/upgrade.md | 8 ++++++++ versioned_docs/version-8.5/self-managed/setup/upgrade.md | 8 ++++++++ 5 files changed, 40 insertions(+) diff --git a/docs/self-managed/setup/upgrade.md b/docs/self-managed/setup/upgrade.md index 5d76af8729..265f45e778 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+ + +Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. + +This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.5.1 and Operate 8.5.2 (only the patch could be different not the minor version within the same Camunda release). + +This is not a breaking change but just for attention. + ### 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..7b3f74eb7c 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+ + +Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. + +This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.2.1 and Operate 8.2.2 (only the patch could be different not the minor version within the same Camunda release). + +This is not a breaking change but just for attention. + ### 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..d3d4d17056 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+ + +Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. + +This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.3.1 and Operate 8.3.2 (only the patch could be different not the minor version within the same Camunda release). + +This is not a breaking change but just for attention. + ### 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..3e0b73e743 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+ + +Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. + +This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.4.1 and Operate 8.4.2 (only the patch could be different not the minor version within the same Camunda release). + +This is not a breaking change but just for attention. + ### 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..265f45e778 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+ + +Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. + +This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.5.1 and Operate 8.5.2 (only the patch could be different not the minor version within the same Camunda release). + +This is not a breaking change but just for attention. + ### Helm chart 10.0.2+ The upgrade path for Camunda Helm Chart v9.x.x is v10.0.2+. From 3534def76be5f526144c444ca0b24ff4fda4fecd Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Fri, 28 Jun 2024 11:12:25 -0400 Subject: [PATCH 2/5] formatting edits --- docs/self-managed/setup/upgrade.md | 6 +++--- .../platform-deployment/helm-kubernetes/upgrade.md | 6 +++--- .../platform-deployment/helm-kubernetes/upgrade.md | 6 +++--- .../platform-deployment/helm-kubernetes/upgrade.md | 6 +++--- versioned_docs/version-8.5/self-managed/setup/upgrade.md | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/self-managed/setup/upgrade.md b/docs/self-managed/setup/upgrade.md index 265f45e778..0ec02f9f96 100644 --- a/docs/self-managed/setup/upgrade.md +++ b/docs/self-managed/setup/upgrade.md @@ -119,11 +119,11 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ### Helm chart 10.2.0+ -Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. +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. -This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.5.1 and Operate 8.5.2 (only the patch could be different not the minor version within the same Camunda release). +With his 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. -This is not a breaking change but just for attention. +This is not a breaking change. ### Helm chart 10.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 7b3f74eb7c..fee97328a8 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 @@ -99,11 +99,11 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ### v8.2.29+ -Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. +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. -This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.2.1 and Operate 8.2.2 (only the patch could be different not the minor version within the same Camunda release). +With his 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. -This is not a breaking change but just for attention. +This is not a breaking change. ### v8.2.9 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 d3d4d17056..8e22b5b00e 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 @@ -99,11 +99,11 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ### v8.3.14+ -Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. +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. -This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.3.1 and Operate 8.3.2 (only the patch could be different not the minor version within the same Camunda release). +With his 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. -This is not a breaking change but just for attention. +This is not a breaking change. ### v8.3.1 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 3e0b73e743..0b1576bcf3 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 @@ -99,11 +99,11 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ### v9.3.7+ -Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. +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. -This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.4.1 and Operate 8.4.2 (only the patch could be different not the minor version within the same Camunda release). +With his 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. -This is not a breaking change but just for attention. +This is not a breaking change. ### v9.3.0 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 265f45e778..0ec02f9f96 100644 --- a/versioned_docs/version-8.5/self-managed/setup/upgrade.md +++ b/versioned_docs/version-8.5/self-managed/setup/upgrade.md @@ -119,11 +119,11 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th ### Helm chart 10.2.0+ -Starting from this Helm chart version, all components' image tags will be independent and will not use the global image tag. The value of the key `global.image.tag` has a `null` value so each component now sets its own version instead of using the global version. +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. -This change happened because the Camunda applications now don't have a unified `patch` version. So Zeebe could be 8.5.1 and Operate 8.5.2 (only the patch could be different not the minor version within the same Camunda release). +With his 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. -This is not a breaking change but just for attention. +This is not a breaking change. ### Helm chart 10.0.2+ From 797d4c8bf8cc3271ec8387a4c8111923a1d031a8 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Fri, 28 Jun 2024 11:25:45 -0400 Subject: [PATCH 3/5] update version numbers --- .../self-managed/platform-deployment/helm-kubernetes/upgrade.md | 2 +- .../self-managed/platform-deployment/helm-kubernetes/upgrade.md | 2 +- .../self-managed/platform-deployment/helm-kubernetes/upgrade.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 fee97328a8..7210030db5 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 @@ -101,7 +101,7 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th 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 his 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. +With his 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. This is not a breaking change. 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 8e22b5b00e..eb3f5248cd 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 @@ -101,7 +101,7 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th 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 his 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. +With his 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. This is not a breaking change. 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 0b1576bcf3..90f2fa8882 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 @@ -101,7 +101,7 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th 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 his 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. +With his 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. This is not a breaking change. From 6a3a517d5dc98aa543e44736086b7ff1a96c4525 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Fri, 28 Jun 2024 11:27:03 -0400 Subject: [PATCH 4/5] fix typo --- docs/self-managed/setup/upgrade.md | 2 +- .../self-managed/platform-deployment/helm-kubernetes/upgrade.md | 2 +- .../self-managed/platform-deployment/helm-kubernetes/upgrade.md | 2 +- .../self-managed/platform-deployment/helm-kubernetes/upgrade.md | 2 +- versioned_docs/version-8.5/self-managed/setup/upgrade.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/self-managed/setup/upgrade.md b/docs/self-managed/setup/upgrade.md index 0ec02f9f96..7e8c470ef9 100644 --- a/docs/self-managed/setup/upgrade.md +++ b/docs/self-managed/setup/upgrade.md @@ -121,7 +121,7 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th 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 his 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. +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. This is not a breaking change. 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 7210030db5..df088c7bf2 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 @@ -101,7 +101,7 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th 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 his 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. +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. This is not a breaking change. 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 eb3f5248cd..a2d49764ca 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 @@ -101,7 +101,7 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th 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 his 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. +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. This is not a breaking change. 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 90f2fa8882..ff9fde9359 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 @@ -101,7 +101,7 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th 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 his 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. +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. This is not a breaking change. 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 0ec02f9f96..7e8c470ef9 100644 --- a/versioned_docs/version-8.5/self-managed/setup/upgrade.md +++ b/versioned_docs/version-8.5/self-managed/setup/upgrade.md @@ -121,7 +121,7 @@ For a smooth upgrade, always use the same Helm CLI version corresponding with th 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 his 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. +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. This is not a breaking change. From 2bee801edd5b64600270096700355c2bbf278710 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:39:29 +0200 Subject: [PATCH 5/5] add deprecation note --- docs/self-managed/setup/upgrade.md | 2 +- .../self-managed/platform-deployment/helm-kubernetes/upgrade.md | 2 +- .../self-managed/platform-deployment/helm-kubernetes/upgrade.md | 2 +- .../self-managed/platform-deployment/helm-kubernetes/upgrade.md | 2 +- versioned_docs/version-8.5/self-managed/setup/upgrade.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/self-managed/setup/upgrade.md b/docs/self-managed/setup/upgrade.md index 7e8c470ef9..046909e468 100644 --- a/docs/self-managed/setup/upgrade.md +++ b/docs/self-managed/setup/upgrade.md @@ -123,7 +123,7 @@ As of this Helm chart version, the image tags for all components are independent 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. -This is not a breaking change. +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. ### Helm chart 10.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 df088c7bf2..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 @@ -103,7 +103,7 @@ As of this Helm chart version, the image tags for all components are independent 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. -This is not a breaking change. +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. ### v8.2.9 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 a2d49764ca..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 @@ -103,7 +103,7 @@ As of this Helm chart version, the image tags for all components are independent 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. -This is not a breaking change. +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. ### v8.3.1 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 ff9fde9359..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 @@ -103,7 +103,7 @@ As of this Helm chart version, the image tags for all components are independent 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. -This is not a breaking change. +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. ### v9.3.0 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 7e8c470ef9..046909e468 100644 --- a/versioned_docs/version-8.5/self-managed/setup/upgrade.md +++ b/versioned_docs/version-8.5/self-managed/setup/upgrade.md @@ -123,7 +123,7 @@ As of this Helm chart version, the image tags for all components are independent 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. -This is not a breaking change. +The key `global.image.tag` is deprecated and it will be removed in the Camunda 8.6 release. ### Helm chart 10.0.2+