Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Moore <moore.3071@osu.edu>2019-11-04 20:50:57 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-11-04 20:50:57 +0300
commit1c05b9bd07191512b33dabc50c0b617d58c4be7d (patch)
tree7af299c4e2ece4abbff6084aa7e796bba2b843b2 /CHANGELOG.md
parentfffa74edb223d120b9855ed17f2f50745f282ba0 (diff)
Dropped deprecated flags from commands (#7482)
This pull request addresses #7451 by removing the deprecated flags. * Dropped deprecated flags from commands * Updated changelog for dropped flags and deleted outdated tests * removed init-script part of apache test
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8477525b1..13f425209 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* CLI flags --tls-sni-01-port and --tls-sni-01-address have been removed.
* The values tls-sni and tls-sni-01 for the --preferred-challenges flag are no
longer accepted.
+* Removed the flags: `--agree-dev-preview`, `--dialog`, and `--apache-init-script`
* acme.standalone.BaseRequestHandlerWithLogging and
acme.standalone.simple_tls_sni_01_server have been deprecated and will be
removed in a future release of the library.