Skip to content

Commit

Permalink
docs(self-managed): fix the removal date of the deprecated keys (#4488)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid authored Oct 18, 2024
1 parent e40d2ae commit 3775211
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions docs/self-managed/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ Ensure to use Helm CLI with version `3.14.3` or more. The upgrade could fail to

#### Deprecation notes

The following keys in the values file have been changed in Camunda Helm chart v10.0.2. For compatibility, the keys are deprecated in the Camunda release cycle 8.5 and will be removed in the Camunda 8.6 release (October 2024).

We highly recommend updating the keys in your values file rather than waiting until the 8.6 release.
The following keys were deprecated in 8.5, and their removal has been delayed until the release of Camunda 8.7 (January 2025). We highly recommend updating the keys in your values file rather than waiting until the 8.7 release.

| Component | Old Key | New Key |
| ------------- | ---------------------------------- | ----------------------------------- |
Expand All @@ -138,8 +136,6 @@ We highly recommend updating the keys in your values file rather than waiting un
| | `global.elasticsearch.host` | `global.elasticsearch.url.host` |
| | `global.elasticsearch.port` | `global.elasticsearch.url.port` |

Also, the Web Modeler PostgreSQL key will be changed in the 8.6 release (the new key `webModelerPostgresql` will not work in any chart using Camunda 8.5).

| Component | Old Key | New Key |
| ----------- | ------------ | ---------------------- |
| Web Modeler |
Expand Down
6 changes: 1 addition & 5 deletions versioned_docs/version-8.5/self-managed/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ Ensure to use Helm CLI with version `3.14.3` or more. The upgrade could fail to

#### Deprecation notes

The following keys in the values file have been changed in Camunda Helm chart v10.0.2. For compatibility, the keys are deprecated in the Camunda release cycle 8.5 and will be removed in the Camunda 8.6 release (October 2024).

We highly recommend updating the keys in your values file rather than waiting until the 8.6 release.
The following keys were deprecated in 8.5, and their removal has been delayed until the release of Camunda 8.7 (January 2025). We highly recommend updating the keys in your values file rather than waiting until the 8.7 release.

| Component | Old Key | New Key |
| ------------- | ---------------------------------- | ----------------------------------- |
Expand All @@ -90,8 +88,6 @@ We highly recommend updating the keys in your values file rather than waiting un
| | `global.elasticsearch.host` | `global.elasticsearch.url.host` |
| | `global.elasticsearch.port` | `global.elasticsearch.url.port` |

Also, the Web Modeler PostgreSQL key will be changed in the 8.6 release (the new key `webModelerPostgresql` will not work in any chart using Camunda 8.5).

| Component | Old Key | New Key |
| ----------- | ------------ | ---------------------- |
| Web Modeler |
Expand Down
6 changes: 1 addition & 5 deletions versioned_docs/version-8.6/self-managed/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ Ensure to use Helm CLI with version `3.14.3` or more. The upgrade could fail to

#### Deprecation notes

The following keys in the values file have been changed in Camunda Helm chart v10.0.2. For compatibility, the keys are deprecated in the Camunda release cycle 8.5 and will be removed in the Camunda 8.6 release (October 2024).

We highly recommend updating the keys in your values file rather than waiting until the 8.6 release.
The following keys were deprecated in 8.5, and their removal has been delayed until the release of Camunda 8.7 (January 2025). We highly recommend updating the keys in your values file rather than waiting until the 8.7 release.

| Component | Old Key | New Key |
| ------------- | ---------------------------------- | ----------------------------------- |
Expand All @@ -138,8 +136,6 @@ We highly recommend updating the keys in your values file rather than waiting un
| | `global.elasticsearch.host` | `global.elasticsearch.url.host` |
| | `global.elasticsearch.port` | `global.elasticsearch.url.port` |

Also, the Web Modeler PostgreSQL key will be changed in the 8.6 release (the new key `webModelerPostgresql` will not work in any chart using Camunda 8.5).

| Component | Old Key | New Key |
| ----------- | ------------ | ---------------------- |
| Web Modeler |
Expand Down

0 comments on commit 3775211

Please sign in to comment.