Releases: nginx-proxy/acme-companion
Releases · nginx-proxy/acme-companion
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.
v1.11.2
This version will be the last one compatible with the ACME v1 protocol.
Bug fixed:
- #543 temporary DH parameters file was incorrectly overwritten / zeroed on container first start ( #545 )
- #521 the container was unable to update bind mounted location configuration file ( #548 )
Changes since v1.11.1:
- Add a global
DEFAULT_EMAIL
environment variable and update documentation to reflect the unexpected behaviour of theLETSENCRYPT_EMAIL
environment variable. ( #550 )
Notes: the v1.11
tag on Dockerhub points to the v1.11.2
image.
v1.11.1
v1.11
v1.10
Changes since v1.9:
- New customisable ownership and permissions system ( #436 #463 )
- Ability to restart a proxied container on cert issuance / renewal ( #442 )
- User adjustable minimal certificate validity for renewal ( #485 )
- Upgrade
simp_le
to 0.12.0 ( #484 ) - Upgrade
docker-gen
build stage togo
1.11 ( #487 )
Bug fixed:
- #465 certificate managed by the container are now better identified by a dotfile in their folder ( #472 )
- the
DEBUG
environment variable is now case insensitive (true
=True
) ( #480 )
Other changes:
- Multiple improvements and fixes to the test suite.
- Updates to the documentation.