Skip to content

Releases: nginx-proxy/acme-companion

v2.2.8

18 Apr 06:04
36195de

Choose a tag to compare

Fixes

Other changes

Full Changelog: v2.2.7...v2.2.8

v2.2.7

21 Mar 06:30
0383e34

Choose a tag to compare

What's Changed

  • build: Bump nginxproxy/docker-gen from 0.10.1 to 0.10.2 by @dependabot in #1011

Full Changelog: v2.2.6...v2.2.7

v2.2.6

28 Feb 07:41
736b930

Choose a tag to compare

What's Changed

Full Changelog: v2.2.5...v2.2.6

v2.2.5

09 Feb 07:33
bcace81

Choose a tag to compare

What's Changed

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

v2.2.4

17 Jan 07:49
4d08e2f

Choose a tag to compare

What's Changed

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

v2.2.3

23 Dec 18:37
cd6fe5e

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

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

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

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

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.