Fix dns rfc2136 (#7142)

* Revert "Add an option to dns_rfc2136 plugin to specify an authorative base domain. (#7029)"

This reverts commit 5ab6a597b0.

* Update changelog.
This commit is contained in:
Brad Warren
2019-06-10 13:56:57 -07:00
committed by ohemorange
parent 02cf051e45
commit 23b52ca1c8
4 changed files with 25 additions and 66 deletions
+5 -1
View File
@@ -16,7 +16,10 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
*
* Support for specifying an authoritative base domain in our dns-rfc2136 plugin
has been removed. This feature was added in our last release but had a bug
which caused the plugin to fail so the feature has been removed until it can
be added properly.
Despite us having broken lockstep, we are continuing to release new versions of
all Certbot components during releases for the time being, however, the only
@@ -24,6 +27,7 @@ package with changes other than its version number was:
* certbot
* certbot-apache
* certbot-dns-rfc2136
More details about these changes can be found on our GitHub repo.