Skip to content

Releases: certbot/certbot

Certbot 3.1.0

07 Jan 23:14
Compare
Choose a tag to compare

Added

Changed

  • Python 3.8 support was removed.
  • certbot-dns-rfc2136's minimum required version of dnspython is now 2.6.1.
  • Updated our Docker images to be based on Alpine Linux 3.20.
  • Our runtime dependency on setuptools has been dropped from all Certbot
    components.
  • Certbot's packages no longer depend on library importlib_resources.

Fixed

  • Included an OpenSSL library that was missing in our Certbot snap fixing
    crashes affecting 32-bit ARM users.

More details about these changes can be found on our GitHub repo.

Certbot 3.0.1

14 Nov 18:08
Compare
Choose a tag to compare

Fixed

  • Removed a CryptographyDeprecationWarning that was being displayed to users
    when checking OCSP status.

More details about these changes can be found on our GitHub repo.

Certbot 3.0.0

05 Nov 19:44
Compare
Choose a tag to compare

Added

Changed

  • The update_symlinks command was removed.
  • The csr_dir and key_dir attributes on
    certbot.configuration.NamespaceConfig were removed.
  • The --manual-public-ip-logging-ok command line flag was removed.
  • The --dns-route53-propagation-seconds command line flag was removed.
  • The certbot_dns_route53.authenticator module has been removed. This should
    not affect any users of the plugin and instead would only affect developers
    trying to develop on top of the old code.
  • Support for Python 3.8 was deprecated and will be removed in our next planned
    release.

Fixed

More details about these changes can be found on our GitHub repo.

Certbot 2.11.0

06 Jun 02:35
Compare
Choose a tag to compare

Added

Changed

  • In anticipation of backwards incompatible changes, certbot-dns-cloudflare now
    requires less than version 2.20 of Cloudflare's python library.

Fixed

  • Fixed a bug in Certbot where a CSR's SANs did not always follow the order of
    the domain names that the user requested interactively. In some cases, the
    resulting cert's common name might seem picked up randomly from the SANs
    when it should be the first item the user had in mind.

More details about these changes can be found on our GitHub repo.

Certbot 2.10.0

03 Apr 22:16
Compare
Choose a tag to compare

Added

  • The Python source packages which we upload to PyPI are
    now also being uploaded to
    our releases on GitHub where
    we now also include a SHA256SUMS checksum file and a PGP signature for that
    file.

Changed

  • We no longer publish our beta Windows installer as was originally announced
    here.

Fixed

More details about these changes can be found on our GitHub repo.

Certbot 2.9.0

08 Feb 21:24
Compare
Choose a tag to compare

Added

  • Support for Python 3.12 was added.

Changed

Fixed

  • Updates joinpath syntax to only use one addition per call, because the multiple inputs
    version was causing mypy errors on Python 3.10.
  • Makes the reconfigure verb actually use the staging server for the dry run to check the new
    configuration.

More details about these changes can be found on our GitHub repo.

Certbot 2.8.0

06 Dec 00:37
Compare
Choose a tag to compare

Added

  • Added support for Alpine Linux distribution when is used the apache plugin

Changed

  • Support for Python 3.7 was removed.

Fixed

  • Stop using the deprecated pkg_resources API included in setuptools.

More details about these changes can be found on our GitHub repo.

Certbot 2.7.4

01 Nov 14:57
@bmw bmw
Compare
Choose a tag to compare

Fixed

  • Fixed a bug introduced in version 2.7.0 that caused interactively entered
    webroot plugin values to not be saved for renewal.
  • Fixed a bug introduced in version 2.7.0 of our Lexicon based DNS plugins that
    caused them to fail to find the DNS zone that needs to be modified in some
    cases.

More details about these changes can be found on our GitHub repo.

Certbot 2.7.3

25 Oct 15:33
@bmw bmw
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where arguments with contained spaces weren't being handled correctly
  • Fixed a bug that caused the ACME account to not be properly restored on
    renewal causing problems in setups where the user had multiple accounts with
    the same ACME server.

More details about these changes can be found on our GitHub repo.

Certbot 2.7.2

20 Oct 01:00
Compare
Choose a tag to compare

Fixed

  • certbot-dns-ovh plugin now requires lexicon>=3.15.1 to ensure a consistent behavior with OVH APIs.
  • Fixed a bug where argument sources weren't correctly detected in abbreviated
    arguments, short arguments, and some other circumstances

More details about these changes can be found on our GitHub repo.