Skip to content

v2.1.0

Choose a tag to compare

@buchdag buchdag released this 05 Apr 20:49
· 361 commits to main since this release
ddb6ebd

This is a minor release

The project name has been changed from docker-letsencrypt-nginx-proxy-companion to acme-companion (#768)
Additionally the image can be pulled from a new DockerHub registry : nginxproxy/acme-companion

Bug fixed:

  • #763 unintentional file globing during wildcard lookup that resulted in location configuration files not being created (#767)

Changes from v2.0.2:

  • Support for OCSP Must-Staple extension (#740)
  • The interval at which certificates are checked for renewal is now configurable with CERTS_UPDATE_INTERVAL (#744)

Dependencies:

  • golang -> 1.15.8-alpine
  • alpine -> 3.13.4

Other changes:

  • Most of the tests now use pebble instead of boulder (#743).
  • Documentation updates (#747, #772)
  • The project now use dependabot for the Dockerfiles's dependencies updates.