Start disabling certbot-auto upgrades (#8623)

* add amazon linux to auto targets

* disable updates outside of debian and rhel

* test certbot-auto with disabled upgrades

* try new approach to testing

* remove bad space

* tweak error text

* add changelog entry

* fix bad certbot-auto commit

* test new error text

* update changelog

* update error text
This commit is contained in:
Brad Warren
2021-02-01 13:11:04 -08:00
committed by GitHub
parent bdfb9f19c4
commit f0b32783f0
5 changed files with 86 additions and 3 deletions
+5
View File
@@ -15,6 +15,11 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
every certificate in the chain.
See [#8577](https://github.com/certbot/certbot/issues/8577).
* Support for Python 2 has been removed.
* In previous releases, we caused certbot-auto to stop updating its Certbot
installation. In this release, we are beginning to disable updates to the
certbot-auto script itself. This release includes Amazon Linux users, and all
other systems that are not based on Debian or RHEL. We plan to make this
change to the certbot-auto script for all users in the coming months.
### Fixed