diff --git a/CHANGELOG.md b/CHANGELOG.md index 48dfa74cd7..ca73bdd74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - [#7043](https://github.com/apache/trafficcontrol/issues/7043) Fixed cache config missing retry parameters for non-topology MSO Delivery Services going direct from edge to origin. - [#7047](https://github.com/apache/trafficcontrol/issues/7047) *Traffic Ops* allow `apply_time` query parameters on the `servers/{id-name}/update` when the CDN is locked. - Updated Apache Tomcat from 9.0.43 to 9.0.67 +- [#7125](https://github.com/apache/trafficcontrol/issues/7125) *Docs* Reflect implementation and deprecation notice for `letsencrypt/autorenew` endpoint. ## [7.0.0] - 2022-07-19 ### Added diff --git a/docs/source/api/v3/letsencrypt_autorenew.rst b/docs/source/api/v3/letsencrypt_autorenew.rst index 39d7a8dfab..f506ac7d3d 100644 --- a/docs/source/api/v3/letsencrypt_autorenew.rst +++ b/docs/source/api/v3/letsencrypt_autorenew.rst @@ -42,10 +42,6 @@ Response Structure Content-Type: application/json { "alerts": [ - { - "text": "This endpoint is deprecated, please use letsencrypt/autorenew instead", - "level": "warning" - }, { "text": "Beginning async call to renew certificates. This may take a few minutes.", "level": "success" diff --git a/docs/source/api/v4/letsencrypt_autorenew.rst b/docs/source/api/v4/letsencrypt_autorenew.rst index ed6c8c475b..afa88e8b6f 100644 --- a/docs/source/api/v4/letsencrypt_autorenew.rst +++ b/docs/source/api/v4/letsencrypt_autorenew.rst @@ -44,7 +44,7 @@ Response Structure { "alerts": [ { - "text": "This endpoint is deprecated, please use letsencrypt/autorenew instead", + "text": "This endpoint is deprecated, please use acme_autorenew/ instead", "level": "warning" }, { diff --git a/docs/source/api/v5/letsencrypt_autorenew.rst b/docs/source/api/v5/letsencrypt_autorenew.rst index d79a3673f6..2942c27240 100644 --- a/docs/source/api/v5/letsencrypt_autorenew.rst +++ b/docs/source/api/v5/letsencrypt_autorenew.rst @@ -44,7 +44,7 @@ Response Structure { "alerts": [ { - "text": "This endpoint is deprecated, please use letsencrypt/autorenew instead", + "text": "This endpoint is deprecated, please use acme_autorenew/ instead", "level": "warning" }, {