certbot/certbot-dns-route53
Brad Warren 4b51e3004c
remove certbot_dns_route53.authenticator (#10014)
This is another and very minor piece of https://github.com/certbot/certbot/issues/9988.

We've done nothing to warn/migrate installations using the old `certbot-route53:auth` plugin name and installations like that still exist according to https://gist.github.com/bmw/aceb69020dceee50ba827ec17b22e08a. We could try to warn/migrate these users for a future release or decide it's niche enough that we'll just let it break, but I think it's easy enough to keep the simple shim around.

This PR just moves the code raising a deprecation warning into `_internal` as part of cleaning up all deprecation warnings I found in https://github.com/certbot/certbot/issues/9988. I manually tested this with a Certbot config using the `certbot-route53:auth` plugin name and renewal worked just fine.
2024-09-18 14:07:35 -07:00
..
certbot_dns_route53 remove certbot_dns_route53.authenticator (#10014) 2024-09-18 14:07:35 -07:00
docs Fix docs (#9755) 2023-08-25 12:22:14 -07:00
examples route53: rename to match other DNS plugins (#4747) 2017-06-06 15:41:04 -07:00
.readthedocs.yaml Docs: Reset requirements.txt path (#9877) 2024-02-01 08:27:45 -08:00
LICENSE.txt Unify license filename (LICENSE.txt) (#7239) 2019-07-12 22:53:43 +03:00
MANIFEST.in make dns tests internal (#9639) 2023-03-29 09:10:34 +11:00
README.rst Add matching route53 readme (#8583) 2021-01-07 11:30:52 -08:00
readthedocs.org.requirements.txt Pin readthedocs deps (#9083) 2021-11-04 20:35:44 +11:00
setup.py remove certbot_dns_route53.authenticator (#10014) 2024-09-18 14:07:35 -07:00

Amazon Web Services Route 53 DNS Authenticator plugin for Certbot