Skip to content

Releases: nginx-proxy/acme-companion

v2.2.5

09 Feb 07:33
bcace81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.4...v2.2.5

v2.2.4

17 Jan 07:49
4d08e2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3

23 Dec 18:37
cd6fe5e
Compare
Choose a tag to compare

What's Changed

  • ci: fix boulder integration tests by @buchdag in #980
  • check EAB_KID and HMAC_KEY before registering the ACME account by @a1ad in #976
  • feat: use EAB if available no matter the ACME CI by @buchdag in #981
  • chore(deps): Bump alpine from 3.16.3 to 3.17.0 by @dependabot in #977
  • chore(deps): Bump nginxproxy/docker-gen from 0.9.1 to 0.9.2 by @dependabot in #984

New Contributors

  • @a1ad made their first contribution in #976

Full Changelog: v2.2.2...v2.2.3

v2.2.2

02 Dec 15:55
c80eaa3
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump nginxproxy/docker-gen from 0.9.0 to 0.9.1 by @dependabot in #978
  • chore(deps): Bump alpine from 3.15.4 to 3.16.3 by @dependabot in #963

Full Changelog: v2.2.1...v2.2.2

v2.2.1

12 Apr 16:33
b9627aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

04 Mar 22:09
190ff4d
Compare
Choose a tag to compare

What's Changed

  • Added DEFAULT_EMAIL env variable to docker-compose docs by @marc-hg in #923
  • Adding pre- and post-hook by @TreeN0de in #898
  • chore(deps): Bump nginxproxy/docker-gen from 0.8.2 to 0.8.3 by @dependabot in #928

New Contributors

Full Changelog: v2.1.3...v2.2.0

v2.1.3

02 Feb 14:38
a858475
Compare
Choose a tag to compare

This is a patch release.

Changes since v2.1.2:

  • Use pre generated RFC7919 DH groups instead of self generating custom DH groups ( #904 )
  • Get the docker-gen binary from the upstream Docker image instead of building it ( #906 )

Dependencies:

  • dockergen -> 0.8.2
  • golang -> 1.17.6

Other changes:

  • Minor changes to the DockerHub build labels

Thanks to @polarathene for #904 initial idea and code.

v2.1.2

15 Dec 16:25
57108ba
Compare
Choose a tag to compare

This is a patch release

Bug fixed:

  • #761 incorrect handling of whitespaces in some environment variables (#843)

Dependencies:

  • golang -> 1.17.5-alpine

v2.1.1

08 Dec 15:28
b72df95
Compare
Choose a tag to compare

This is a patch release

Bug fixed:

  • #841 infinite loop when using domains ending or starting with a dot (#842)

Dependencies:

  • acme.sh -> 2.9.0
  • dockergen -> 0.8.0
  • golang -> 1.17.4-alpine
  • alpine -> 3.15.0

Other changes:

v2.1.0

05 Apr 20:49
ddb6ebd
Compare
Choose a tag to compare

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.