dns-route53: deprecate --dns-route53-propagation-seconds (#9619)

This commit is contained in:
alexzorin
2023-03-24 07:28:13 +11:00
committed by GitHub
parent 7ce1f1789e
commit 8037321ad7
4 changed files with 25 additions and 12 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
*
* `--dns-route53-propagation-seconds` is now deprecated. The Route53 plugin relies on the
[GetChange API](https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html)
to determine if a DNS update is complete. The flag has never had any effect and will be
removed in a future version of Certbot.
### Fixed