Avoid to delete both webroot_map and webroot_path (#7095)

* Always restore webroot_path in renewal config.

* Add unit tests to ensure correct behavior

* Add changelog

* Add certbot as modified package
This commit is contained in:
Adrien Ferrand
2019-05-28 15:16:12 -07:00
committed by Brad Warren
parent d2a2b88090
commit 7d35f95293
4 changed files with 45 additions and 6 deletions
+3 -1
View File
@@ -16,12 +16,14 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
*
* Renewal parameter `webroot_path` is always saved, avoiding some regressions
when `webroot` authenticator plugin is invoked with no challenge to perform.
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
package with changes other than its version number was:
* certbot
* certbot-dns-rfc2136
More details about these changes can be found on our GitHub repo.