Skip to content

Commit 28f392a

Browse files
authored
DOC-5100 RS: 7.8.6 end of April maintenance release notes (#1481)
1 parent 75b72bd commit 28f392a

File tree

3 files changed

+243
-1
lines changed

3 files changed

+243
-1
lines changed

content/operate/rs/references/rest-api/objects/bootstrap/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A bootstrap configuration object.
3737
| node | [node_identity]({{< relref "/operate/rs/references/rest-api/objects/bootstrap/node_identity" >}}) object | Node description |
3838
| policy | [policy]({{< relref "/operate/rs/references/rest-api/objects/bootstrap/policy" >}}) object | Policy object |
3939
| recovery_filename | string | Name of backup file to recover from |
40-
| required_version | string | This node can only join the cluster if all nodes in the cluster have a version greater than the required_version |
40+
| required_version | string | This node can only join the cluster if all nodes in the cluster have a version greater than the required_version (deprecated as of Redis Enterprise Software v7.8.6) |
4141
| retry_time | integer | Max waiting time between retries (in seconds) |
4242

4343

content/operate/rs/release-notes/rs-7-8-releases/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ If your database currently uses triggers and functions, you need to:
156156

157157
- Deprecated [`POST /v1/modules/upgrade/bdb/<uid>`]({{<relref "/operate/rs/references/rest-api/requests/modules/upgrade#post-modules-upgrade-bdb">}}) REST API request. Use [`POST /v1/bdbs/<uid>/upgrade`]({{<relref "/operate/rs/references/rest-api/requests/bdbs/upgrade#post-bdbs-upgrade">}}) to upgrade modules instead.
158158

159+
- Deprecated the `required_version` option for the bootstrap cluster API.
160+
159161
#### V1 Prometheus metrics deprecation
160162

161163
V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL]({{<relref "/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2">}}) now, or wait to use new preconfigured dashboards when they become available in a future release.

0 commit comments

Comments
 (0)