Skip to content

Releases: obynio/certbot-plugin-gandi

1.6.1

25 Feb 15:00
6de704d

Choose a tag to compare

  • Upstreaming change of @Kriechi and his work on the modernization of this plugin. Thanks for taking care of this.
  • Repackaging this plugin into a new name certbot-dns-gandi to follow the common dns plugin naming convention ft. @GoetzGoerisch

1.5.0

07 Nov 16:15
9b58264

Choose a tag to compare

Switch to personal access token authentication, feat @cogk

1.4.3

08 Dec 16:42

Choose a tag to compare

Workaround the missing zope interface in Certbot 2.0, thanks to @Unit193 for the suggestion

1.4.2

04 Dec 17:46

Choose a tag to compare

In #41 we try to fix the breaking change shitstorm that certbot caused. Again.

1.4.1

12 Nov 17:01

Choose a tag to compare

Remove some deprecated entry point as explained in #38

1.4.0

21 Sep 16:38

Choose a tag to compare

Gandi deprecated their historical API endpoint for a new one. This release switch the module to the new endpoint.
From https://dns.api.gandi.net/ to https://api.gandi.net/

1.3.2

23 Feb 15:08

Choose a tag to compare

Fixed a few typos in the instructions

1.3.1

16 Feb 11:09

Choose a tag to compare

Add a deprecation warning to follow certbot deprecation, more details on #23 and #24

1.2.5

02 Jan 22:31

Choose a tag to compare

Fix optional sharing_id parameter wrongly considered as required

1.2.4

01 Jan 23:40

Choose a tag to compare

Add sharing_id parameter for organizations, more details on #15