Skip to content

Releases: go-acme/lego

v4.8.0

30 Jun 18:17
Compare
Choose a tag to compare

Changelog

v4.7.0

28 May 10:23
Compare
Choose a tag to compare

Changelog

Consider becoming a sponsor if you benefit from the work that went into this release!

v4.6.0

19 Jan 18:42
Compare
Choose a tag to compare

Changelog

  • 3ad2fa7 Prepare release v4.6.0
  • 6b58241 feat: extended support of cert pool (#1565)
  • bbec0a6 chore: add link to Discussions
  • 6dd5d1f azure: add support for Azure Private Zone DNS (#1561)
  • 27bb3f2 joker: explains user and password for SVC mode (#1555)
  • a6855cb Added a --pfx, and --pfx.pass option to generate a PKCS#12 (.pfx) file. (#1387)
  • f4b153f test: force to have a reproducible context for oracle provider tests
  • 6907a39 Add DNS Provider for Tencent Cloud (#1527)
  • 0324783 Add DNS provider for UKFast SafeDNS (#1545)
  • f7c287e porkbun: fix typo in dns example (#1550)
  • 0f3a835 lib: added uds capability to http challenge server (#1485)
  • 2b20b13 mythicbeasts: fix token expiration (#1539)
  • 7193412 Extend validity of TLS-ALPN-01 certificates to 365 days (#1534)
  • 9114733 test: change LTD for NXDOMAIN
  • 2de6e0b chore: update linter (#1524)
  • d2455c5 vinyl: use tag for the API client (#1523)
  • e719fab chore: homogeneous tests setup and close servers. (#1520)
  • 15f3a45 godaddy: add tests on the client (#1521)
  • 60ae6e6 chore: migrate RFC links (#1513)
  • 18bcc0f exec: add detected variable to handle sequence interval (#1510)
  • df54dd2 feat: Allows defining the reason for the certificate revocation (#1511)
  • 88f62f1 rackspace: change zone ID to string (#1508)
  • dfa0a6d Detach v4.5.3

NOTE

tencentcloud uses a monorepo with multimodule but the go.mod files are incomplete.

If you have the following error:

ambiguous import: found package github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/http in multiple modules

You have to add this line to your go.mod

exclude github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible

v4.5.3

06 Oct 11:18
Compare
Choose a tag to compare

Changelog

3675fe6 Prepare release v4.5.3
e9b0b52 fix: missing preferred chain param for renew request (#1502)
9022382 Detach v4.5.2

v4.5.2

01 Oct 02:29
Compare
Choose a tag to compare

Changelog

v4.4.0

08 Jun 17:22
Compare
Choose a tag to compare

Changelog

7c24212 Prepare release v4.4.0
190b38c chore: update linter (#1425)
f5da11c simply: fix Go doc. (#1424)
e79975c csr: support NEW CERTIFICATE REQUEST as CSR type (#1423)
1af3abd Add DNS provider for Simply.com (#1419)
4421373 mythicbeasts: update API Auth endpoint in documentation (#1421)
67d3918 mythicbeasts: typo in documentation (#1420)
ed5c0a3 hurricane: add API rate limiter. (#1417)
e8750f5 Add DNS provider for Infoblox (#1413)
81bf297 doc: fix build status badge.
90ff2b3 ovh: fix example in documentation (#1410)
2532262 hurricane: only treat first word of response body as response code (#1409)
1227bb9 lightsail: improve documentation (#1407)
a73d87e hostingde: autodetection of the zone name. (#1405)
6872149 log: use stderr instead of stdout. (#1402)
c53c3d0 lib: improve wait.For returns. (#1403)
e3d7c85 hurricane: documentation typo in domain name (#1398)
c22cd40 Add DNS provider for Porkbun (#1396)
6bd3eae scaleway: use official SDK (#1393)
8bf9613 doc: clean up DNS providers.
3da04e6 Add DNS provider for Sonic (#1392)
d848cc7 exoscale: fix DNS provider debugging (#1391)
4b22b38 domeneshop: fix documentation (#1390)
e38e32b wedos: fix api call parameters (#1386)
9002e5c Add DNS provider for wedos (#1385)
7f53f88 Add DNS provider for VinylDNS (#1384)
2334340 nifcloud: Get zone info from dns01.FindZoneByFqdn (#1383)
ae7daa7 chore: update linter (#1379)
83c626d powerdns: several improvements (#1374)
ee0b4bd make: fix validate-docs (#1376)
60f7cb0 Detach v4.3.1

v4.3.1

12 Mar 00:22
Compare
Choose a tag to compare

Fixed:

  • [dnsprovider] exoscale: fix dependency version.

v4.3.0

10 Mar 14:59
Compare
Choose a tag to compare

Added:

  • [dnsprovider] Add DNS provider for Njalla
  • [dnsprovider] Add DNS provider for Domeneshop
  • [dnsprovider] Add DNS provider for Hurricane Electric
  • [dnsprovider] designate: support for Openstack Application Credentials
  • [dnsprovider] edgedns: support for .edgerc file

Changed:

  • [dnsprovider] infomaniak: Make error message more meaningful
  • [dnsprovider] cloudns: Improve reliability
  • [dnsprovider] rfc2163: Removed support for MD5 algorithm. The default algorithm is now SHA1.

Fixed:

  • [dnsprovider] desec: fix error with default TTL
  • [dnsprovider] mythicbeasts: implement ProviderTimeout
  • [dnsprovider] dnspod: improve search accuracy when a domain have more than 100 records
  • [lib] Increase HTTP client timeouts
  • [lib] preferred chain only match root name

v4.2.0

24 Jan 16:57
Compare
Choose a tag to compare

Added:

  • [dnsprovider] Add DNS provider for Loopia
  • [dnsprovider] Add DNS provider for Ionos.

Changed:

  • [dnsprovider] acme-dns: update cpu/goacmedns to v0.1.1.
  • [dnsprovider] inwx: Increase propagation timeout to 360s to improve robustness
  • [dnsprovider] vultr: Update to govultr v2 API
  • [dnsprovider] pdns: get exact zone instead of all zones

Fixed:

  • [dnsprovider] vult, dnspod: fix default HTTP timeout.
  • [dnsprovider] pdns: URL request creation.
  • [lib] errors: Fix instance not being printed

v4.1.3

25 Nov 14:14
Compare
Choose a tag to compare

Fixed:

  • [dnsprovider] azure: fix error handling.