From af7e2edd4e1384af936aa3f8dba6e6df32feff52 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 6 Nov 2024 23:17:52 +0100 Subject: [PATCH] brandit: provider deprecation (#2116) --- README.md | 2 +- cmd/zz_gen_cmd_dnshelp.go | 2 +- docs/content/dns/zz_gen_brandit.md | 9 ++++++--- providers/dns/brandit/brandit.toml | 9 +++++++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a46f8fb7..548c8b2f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns). Bindman Bluecat - Brandit + Brandit (deprecated) Bunny Checkdomain Civo diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go index 39bce16d..112ce281 100644 --- a/cmd/zz_gen_cmd_dnshelp.go +++ b/cmd/zz_gen_cmd_dnshelp.go @@ -389,7 +389,7 @@ func displayDNSHelp(w io.Writer, name string) error { case "brandit": // generated from: providers/dns/brandit/brandit.toml - ew.writeln(`Configuration for Brandit.`) + ew.writeln(`Configuration for Brandit (deprecated).`) ew.writeln(`Code: 'brandit'`) ew.writeln(`Since: 'v4.11.0'`) ew.writeln() diff --git a/docs/content/dns/zz_gen_brandit.md b/docs/content/dns/zz_gen_brandit.md index 8e8d2348..0e325878 100644 --- a/docs/content/dns/zz_gen_brandit.md +++ b/docs/content/dns/zz_gen_brandit.md @@ -1,5 +1,5 @@ --- -title: "Brandit" +title: "Brandit (deprecated)" date: 2019-03-03T16:39:46+01:00 draft: false slug: brandit @@ -13,8 +13,11 @@ dnsprovider: +Brandit has been acquired by Abion. +Abion has a different API. + +If you are a Brandit/Albion user, you can try the PR https://github.com/go-acme/lego/pull/2112. -Configuration for [Brandit](https://www.brandit.com/). @@ -23,7 +26,7 @@ Configuration for [Brandit](https://www.brandit.com/). - Since: v4.11.0 -Here is an example bash command using the Brandit provider: +Here is an example bash command using the Brandit (deprecated) provider: ```bash BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \ diff --git a/providers/dns/brandit/brandit.toml b/providers/dns/brandit/brandit.toml index acf61bd7..d6973979 100644 --- a/providers/dns/brandit/brandit.toml +++ b/providers/dns/brandit/brandit.toml @@ -1,5 +1,10 @@ -Name = "Brandit" -Description = '''''' +Name = "Brandit (deprecated)" +Description = ''' +Brandit has been acquired by Abion. +Abion has a different API. + +If you are a Brandit/Albion user, you can try the PR https://github.com/go-acme/lego/pull/2112. +''' URL = "https://www.brandit.com/" Code = "brandit" Since = "v4.11.0"