Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/source/api/v3/letsencrypt_autorenew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/v4/letsencrypt_autorenew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/v5/letsencrypt_autorenew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down