Skip to content

Commit 57989e5

Browse files
committed
Added deprecation of PUT /v1/cluster/update_cert to RS 7.22.2 release notes
1 parent 4270cf3 commit 57989e5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ For more detailed release notes, select a build version from the following table
5555

5656
- Deprecated the `data_files` option for the `recovery_plan` specified in [`POST /v2/bdbs`]({{<relref "/operate/rs/references/rest-api/requests/bdbs#post-bdbs-v2">}}) requests. Use the new `original_bdb_shards` option to recover a database from the provided list of shards instead.
5757

58+
- Deprecated [`PUT /v1/cluster/update_cert`]({{<relref "/operate/rs/references/rest-api/requests/cluster/certificates#put-cluster-update_cert">}}) REST API requests as of Redis Enterprise Software version 7.22.2. Use [`PUT /v1/cluster/certificates`]({{<relref "/operate/rs/references/rest-api/requests/cluster/certificates#put-cluster-certificates">}}) to update cluster certificates instead.
59+
5860
#### Internal monitoring and v1 Prometheus metrics deprecation
5961

6062
The existing [internal monitoring engine]({{<relref "/operate/rs/monitoring/v1_monitoring">}}) is deprecated. We recommend transitioning to the new [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) for improved performance, enhanced integration capabilities, and modernized metrics streaming.

content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-tba.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ The following table shows which Redis modules are compatible with each Redis dat
5555

5656
## Version changes
5757

58+
### Deprecations
59+
60+
#### API deprecations
61+
62+
- Deprecated [`PUT /v1/cluster/update_cert`]({{<relref "/operate/rs/references/rest-api/requests/cluster/certificates#put-cluster-update_cert">}}) REST API requests. Use [`PUT /v1/cluster/certificates`]({{<relref "/operate/rs/references/rest-api/requests/cluster/certificates#put-cluster-certificates">}}) to update cluster certificates instead.
63+
5864
### Supported platforms
5965

6066
The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility.

0 commit comments

Comments
 (0)