Releases: nginx-proxy/acme-companion
Releases · nginx-proxy/acme-companion
v2.2.5
What's Changed
- build: bump nginxproxy/docker-gen from 0.9.3 to 0.10.0 by @dependabot in #993 and #994
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- chore(deps): Bump alpine from 3.17.0 to 3.17.1 by @dependabot in #988
- chore(deps): Bump nginxproxy/docker-gen from 0.9.2 to 0.9.3 by @dependabot in #990
- ci: bump Boulder to release-2023-01-09 by @buchdag in #986 and #991
Full Changelog: v2.2.3...v2.2.4
v2.2.3
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
Full Changelog: v2.2.2...v2.2.3
v2.2.2
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
What's Changed
- Include license in Docker image by @buchdag in #930
- docs: moved DEFAULT_EMAIL env to acme-companion by @RodrigoTomeES in #946
- chore(deps): Bump alpine from
3.15.0
to3.15.4
by @dependabot in #937, #939 and #944 - chore(deps): Bump nginxproxy/docker-gen from
0.8.3
to0.9.0
by @dependabot in #931 and #945
New Contributors
- @RodrigoTomeES made their first contribution in #946
Full Changelog: v2.2.0...v2.2.1
v2.2.0
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
from0.8.2
to0.8.3
by @dependabot in #928
New Contributors
Full Changelog: v2.1.3...v2.2.0
v2.1.3
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
v2.1.1
v2.1.0
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: