Releases: nginx-proxy/acme-companion
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:
v2.0.2
This is a patch release.
This release remove the default Docker volumes in the Dockerfile as they prevented detection of missing volumes and warning about those missing volumes in logs. This should make troubleshooting issues related to a v1
-> v2
upgrade a bit easier. (#736)
Other changes:
v2.0.1
This is a patch release.
Bug fixed:
- The
LETSENCRYPT_KEYSIZE
feature accepted values that were not compatible with Let's Encrypt (#727) - The
RENEW_PRIVATE_KEYS
feature was not working as expected (#727)
Enhancement:
- Global
ZEROSSL_API_KEY
environment variable in addition to the per proxied container one (#724)
Dependencies:
acme.sh
->2.8.8
Other changes:
v2.0.0
This release is a new major version and isn't fully backward compatible with v1.x.x releases.
TL;DR : the single most important change is the need for a new Docker volume mounted to /etc/acme.sh
.
Please read #510 and the updated docs for more details.
Bug fixed:
Changes since v1.13:
- The ACME client has been switched to
acme.sh
(#719) - Revert #485 as that feature wasn't supported in this form by
acme.sh
(96c9cbf) - Allows to choose between chains when multiple ones are available (#695 1966e52)
- Allows the creation of ECDSA private keys in addition to RSA (#719)
- Support for the Zero SSL ACME CA and EAB (83aa3c9 e9aa88f 26f6115)
- Upgraded base image to
alpine
3.12 (3f2c852)
Other changes:
- The tests have been modified to rely as little as possible on pre generated expected outputs (92cf9ff)
- Numerous adjustments and improvements to the tests
- Documentation updates and corrections for the switch to
acme.sh
v1.13.1
v1.13
Bug fixed:
- #634 The container did not work with Buypass Go SSL (#637)
Changes since v1.12.1:
- Ability to request multiple single domain certificates instead of a SAN certificate (#647)
- Ability to create standalone certificates from a config file instead of a container env vars (#654)
- Upgraded base image to
alpine
3.11 anddocker-gen
build stage togo
1.14 (#628)
Other changes:
v1.12.1 (Stable)
v1.12
Changes since v1.11:
- Switched from ACME v1 to ACME v2 support using release
0.16.0
ofsimp_le
(#590) - Set
auth_request
off for acme challenge location (#570) - Added support for wildcard location configuration files (#588)
- Upgraded base image to
alpine
3.10 (#586) - Upgraded
docker-gen
build stage togo
1.13 (#587)
Other changes:
v1.12-rc.1
Changes since v1.11:
- Switched from ACME v1 to ACME v2 support using
master
branch ofsimp_le
- Set auth_request off for acme challenge location (#570)
Other changes:
Notes: This is a pre-release, as ACME v2 support in simp_le
is still being worked on.