Releases: nginx-proxy/acme-companion
v2.6.1
What's Changed
Dependencies
- build: bump acme.sh to 3.1.1 by @buchdag in #1194
- build: bump library/alpine from 3.21.3 to 3.22.1 by @dependabot[bot] in #1198 and #1201
- build: bump nginxproxy/docker-gen from 0.14.7 to 0.15.0 by @dependabot[bot] in #1202
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
Features
Other changes
- docs: typo in hooks documentation by @hgohel in #1184
- refactor: replace the all
docker-compose.ymlwithcompose.yamlby @Marukome0743 in #1187 - docs: remove version and default bridge network by @emfox in #1189
- build: add
syntaxparser directive to Dockerfile by @Marukome0743 in #1186
Dependencies
- build: bump nginxproxy/docker-gen from 0.14.4 to 0.14.7 by @dependabot in #1183, #1188 and #1193
- build: bump library/alpine from 3.21.2 to 3.21.3 by @dependabot in #1185
New Contributors
- @hgohel made their first contribution in #1184
- @Marukome0743 made their first contribution in #1187
- @chinkung made their first contribution in #896
- @emfox made their first contribution in #1189
Full Changelog: v2.5.2...v2.6.0
v2.5.2
What's Changed
Fixes
Other changes
Dependencies
- build: bump nginxproxy/docker-gen from 0.14.3 to 0.14.4 by @dependabot in #1169
- build: bump library/alpine from 3.20.3 to 3.21.2 by @dependabot in #1170, #1180 and #1181
New Contributors
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
Fixes
- fix: disable self signed default certificate creation by @buchdag in #1157
- fix: stop enforcing html directory by @buchdag in #1160
- fix: reload nginx on each created or renewed cert by @buchdag in #1166
Other changes
- docs: Clarify standalone dns01 API configuration structure with example by @stuartbirrell in #1155
Dependencies
- build: bump nginxproxy/docker-gen from 0.14.2 to 0.14.3 by @dependabot in #1164
- build: bump acme.sh to 3.1.0 by @buchdag in #1165
New Contributors
- @stuartbirrell made their first contribution in #1155
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
Features
- feat: DNS-01 challenge / wildcard certificates support by @daweedm, @buchdag and @pini-gh in #1137
- feat: specific error for socket permission by @JohnMertz in #1149
Others changes
- docs: add Google Trust Services instructions by @aww-aww in #1144
- docs: update Zero-SSL.md by @aww-aww in #1143
- build: disambiguate base image names by @pini-gh in #1126
- ci: bump docker/build-push-action from 5 to 6 by @dependabot in #1131
- tests: fix docker compose use by @buchdag in #1146
Dependencies
- build: bump library/alpine from 3.20.0 to 3.20.3 by @dependabot in #1134, #1138 and #1148
- build: bump nginxproxy/docker-gen from 0.14.0 to 0.14.2 by @dependabot in #1139 and #1145
- build: bump acme.sh to 3.0.9 by @buchdag in #1153
New Contributors
- @pini-gh made their first contribution in #1126
- @daweedm made their first contribution in #1137
- @aww-aww made their first contribution in #1143
- @JohnMertz made their first contribution in #1149
Special thanks to @daweedm and @pini-gh for their previous work on DNS-01 challenge and wildcard certificates.
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
Warning
This release is not compatible out of the box with versions of nginx-proxy below 1.6 (see #1123 and nginx-proxy/nginx-proxy#2446 / nginx-proxy/nginx-proxy#2468 / nginx-proxy/nginx-proxy#2472).
If you use acme-companion >= 2.4, either upgrade nginx-proxy to >= 1.6 or use the ACME_HTTP_CHALLENGE_LOCATION environment variable introduced in #1123 to re-enable challenge location handling by acme-companion.
Features
Dependencies
- build: bump alpine from 3.19.1 to 3.20.0 by @dependabot in #1119
- build: bump nginxproxy/docker-gen from 0.12.1 to 0.14.0 by @dependabot in #1111, #1118 and #1121
Other changes
- test: upgrade pebble to 2.5.2 by @buchdag in #1120
- test: upgrade pebble to 2.6.0 by @buchdag in #1124
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
Important
While no new features has been merged since v2.2.10, the upgrade from acme.sh 2.9.0 to 3.0.7 in this release might make it difficult to switch back to v2.2.x with the same /etc/acme.sh volume after using the release, hence the minor version bump.
Fixes
- fix: handle most recently created containers first by @buchdag in #1078
- fix: get container ID from /proc/self/mountinfo (for podman) by @rioriost in #1092
Dependencies
- build: acme.sh 2.9.0 -> 3.0.7 by @buchdag in #1087
- build: bump nginxproxy/docker-gen from 0.11.1 to 0.12.1 by @dependabot in #1095, #1099 and #1109
- build: bump alpine from 3.19.0 to 3.19.1 by @dependabot in #1093
Others
- build: use custom user agent string by @buchdag in #1089
- ci: bump peter-evans/dockerhub-description from 3 to 4 by @dependabot in #1094
- ci: bump artifact actions from 3 to 4 by @buchdag in #1106
New Contributors
Full Changelog: v2.2.10...v2.3.0
v2.2.10
What's Changed
Fixes
- fix: dot not remove symlinked default certificate / private key by @buchdag in #1074
- fix: don't display LE certificate as erroneously expired by @buchdag in #1081
Other
Dependencies
- build: bump nginxproxy/docker-gen from 0.10.7 to 0.11.1 by @dependabot in #1077 and #1082
New Contributors
Full Changelog: v2.2.9...v2.2.10
v2.2.9
What's Changed
Fixes
Other
- ci: add GitHub Actions to Dependabot config by @buchdag in #1030
- docs: clarify documentation configuration requirements for standalone certificates by @Zvezdin in #1045
- refactor: move to correctly namespaced labels by @buchdag in #1046
- test: bump boulder to release-2023-12-04 by @buchdag in #1068
- docs: add 5s:30s to -wait by @langfingaz in #967
- test: update wildcard location enumeration test by @buchdag in #1072
Dependencies
- ci: bump actions/checkout from 3 to 4 by @dependabot in #1052
- ci: bump docker/metadata-action from 4 to 5 by @dependabot in #1055
- ci: bump docker/build-push-action from 3 to 5 by @dependabot in #1031 and #1057
- ci: bump docker/setup-qemu-action from 2 to 3 by @dependabot in #1058
- ci: bump docker/login-action from 2 to 3 by @dependabot in #1056
- build: bump alpine from 3.17.3 to 3.19.0 by @dependabot in #1048, #1066 and #1070
- build: bump nginxproxy/docker-gen from 0.10.4 to 0.10.7 by @dependabot in #1037, #1038 and #1067
- ci: bump docker/setup-buildx-action from 2 to 3 by @dependabot in #1069
New Contributors
- @Zvezdin made their first contribution in #1045
- @egormkn made their first contribution in #1064
- @langfingaz made their first contribution in #967
Full Changelog: v2.2.8...v2.2.9
v2.2.8
Fixes
Other changes
- build: Bump nginxproxy/docker-gen from 0.10.2 to 0.10.3 by @dependabot in #1019
- build: Bump nginxproxy/docker-gen from 0.10.3 to 0.10.4 by @dependabot in #1025
- build: Bump alpine from 3.17.2 to 3.17.3 by @dependabot in #1018
Full Changelog: v2.2.7...v2.2.8