Skip to content

Commit

Permalink
chore: add artifact and Docker Tag Separation to announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
OmranAbazid committed Sep 4, 2024
1 parent 75303b6 commit d4bb7da
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
16 changes: 16 additions & 0 deletions docs/reference/announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,22 @@ An example of how to use the new `CorrelationResult` can be found in the [Connec

The separated Ingress Helm configuration for Camunda 8 Self-Managed has been deprecated in 8.6, and will be removed from the Helm chart in 8.7. Only the combined Ingress configuration is officially supported. See the [Ingress guide](/self-managed/setup/guides/ingress-setup.md) for more information on configuring a combined Ingress setup.

### Camunda Optimize artifact and Docker tag separation

Starting with Camunda 8.6, the Camunda Optimize artifact has been split into two distinct versions, and versioning between Camunda 7 and Camunda 8 is no longer interchangeable:

- **Before Camunda 8.6**: Versions like `8.x` and `3.x` (used for Camunda 7) could sometimes be used interchangeably.
- **From Camunda 8.6 onwards**: `8.6 != 3.14`. Each version corresponds strictly to its platform:
- **Camunda 7**: Uses the `3.x` versioning scheme and the `latest` Docker tag.
- **Camunda 8**: Uses the `8.x` versioning scheme and the `8-latest` Docker tag.

#### Action required:

- **Camunda 7 Users**: Continue using `3.x` versions and the `latest` Docker tag.
- **Camunda 8 Users**: Update your configurations to use `8.x` versions and the `8-latest` Docker tag.

Make sure to update your Docker configurations accordingly to ensure compatibility.

## Camunda 8.5

Release date: 9th of April 2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,18 @@ Optimize now supports Elasticsearch 8.13.0+.

See the [supported environments]($docs$/reference/supported-environments/#component-requirements) documentation for the full range of supported versions.

#### Docker tag naming convention
### Artifact and Docker tag separation

The Docker tag naming conventions have been updated:
Starting with Camunda 8.6, Optimize artifact has been split into two distinct versions, and versioning between Camunda 7 and Camunda 8 is no longer interchangeable:

- For Camunda 8, the Optimize Docker tag `latest` has been changed to `8-latest`.
- For Camunda 7, Optimize continues to use the `latest` tag.
- **Before Camunda 8.6**: Versions like `8.x` and `3.x` (used for Camunda 7) could sometimes be used interchangeably.
- **From Camunda 8.6 onwards**: `8.6 != 3.14`. Each version corresponds strictly to its platform:
- **Camunda 7**: Uses the `3.x` versioning scheme and the `latest` Docker tag.
- **Camunda 8**: Uses the `8.x` versioning scheme and the `8-latest` Docker tag.

#### Action required:

- **Camunda 7 Users**: Continue using `3.x` versions and the `latest` Docker tag.
- **Camunda 8 Users**: Update your configurations to use `8.x` versions and the `8-latest` Docker tag.

Make sure to update your Docker configurations accordingly to ensure compatibility.

0 comments on commit d4bb7da

Please sign in to comment.