Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(self-managed): mention the change of using image.tag #3999

Merged
merged 5 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/self-managed/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
aabouzaid marked this conversation as resolved.
Show resolved Hide resolved

This is not a breaking change.

### Helm chart 10.0.2+

The upgrade path for Camunda Helm Chart v9.x.x is v10.0.2+.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.

### v8.2.9

#### Optimize
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.

### v8.3.1

:::caution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.

### v9.3.0

#### Enabling Console
Expand Down
8 changes: 8 additions & 0 deletions versioned_docs/version-8.5/self-managed/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.

### Helm chart 10.0.2+

The upgrade path for Camunda Helm Chart v9.x.x is v10.0.2+.
Expand Down
Loading