X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=blobdiff_plain;f=debian%2Fchangelog;h=57cff749d416a1ea86a6cbc3069e9f7c690ea527;hp=eeedeba1051bbc4b50101d118417c996645a4e2b;hb=5d66271dcfa7a911c9f1d9115eab5743a6576008;hpb=5bc035dda31654230fb69a233a38b38ab396141a diff --git a/debian/changelog b/debian/changelog index eeedeba..57cff74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,65 @@ +libproxmox-acme (1.4.1) bullseye; urgency=medium + + * dns: cope with plugin json index not being available + + * schema: add DNS challenge configuration properties for knot + + * schema: add TOTP authentication property for INWX + + -- Proxmox Support Team Tue, 11 Jan 2022 16:38:44 +0100 + +libproxmox-acme (1.4.0) bullseye; urgency=medium + + * update acme.sh dns plugins to version 3.0.1 + + * support downloading alternate chains + + -- Proxmox Support Team Fri, 08 Oct 2021 11:16:59 +0200 + +libproxmox-acme (1.3.0) bullseye; urgency=medium + + * plugin-caller: cherry-pick GET/POST retry + + * acme client: fix #3536 untaint data returned from acme server + + * update to acme.sh dns plugins to 3.0.0 + + -- Proxmox Support Team Wed, 11 Aug 2021 12:26:19 +0200 + +libproxmox-acme (1.2.0) bullseye; urgency=medium + + * plugin-caller: add some missing methods from acme.sh that newer plugins + use + + * plugin-caller: make no-ops always successful + + * update to acme.sh dns plugins to 2.9.0 + + -- Proxmox Support Team Fri, 16 Jul 2021 18:06:19 +0200 + +libproxmox-acme (1.1.1) bullseye; urgency=medium + + * fix #3390: standalone: explicitly bind to '::' to ensure IPv6 support + + -- Proxmox Support Team Mon, 05 Jul 2021 18:58:10 +0200 + +libproxmox-acme (1.1.0) pmg pve; urgency=medium + + * split into perl and acme DNS plugin packages for better re-use with our + non-perl projects (PBS) + + * update acme.sh to version 2.8.9 and add new DNS plugins to API schema + + -- Proxmox Support Team Wed, 05 May 2021 09:56:25 +0200 + +libproxmox-acme-perl (1.0.8) pmg pve; urgency=medium + + * update acme.sh to current master and add new DNS plugins + + * add missing 'use PVE::Acme' statement + + -- Proxmox Support Team Tue, 16 Mar 2021 17:11:47 +0100 + libproxmox-acme-perl (1.0.7) pmg pve; urgency=medium * add missing DNS plugins to schema