Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brandit: provider deprecation #2116

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
<td><a href="https://go-acme.github.io/lego/dns/bindman/">Bindman</a></td>
<td><a href="https://go-acme.github.io/lego/dns/bluecat/">Bluecat</a></td>
</tr><tr>
<td><a href="https://go-acme.github.io/lego/dns/brandit/">Brandit</a></td>
<td><a href="https://go-acme.github.io/lego/dns/brandit/">Brandit (deprecated)</a></td>
<td><a href="https://go-acme.github.io/lego/dns/bunny/">Bunny</a></td>
<td><a href="https://go-acme.github.io/lego/dns/checkdomain/">Checkdomain</a></td>
<td><a href="https://go-acme.github.io/lego/dns/civo/">Civo</a></td>
Expand Down
2 changes: 1 addition & 1 deletion cmd/zz_gen_cmd_dnshelp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions docs/content/dns/zz_gen_brandit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Brandit"
title: "Brandit (deprecated)"
date: 2019-03-03T16:39:46+01:00
draft: false
slug: brandit
Expand All @@ -13,8 +13,11 @@ dnsprovider:
<!-- providers/dns/brandit/brandit.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

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/).


<!--more-->
Expand All @@ -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 \
Expand Down
9 changes: 7 additions & 2 deletions providers/dns/brandit/brandit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Name = "Brandit"
Description = ''''''
Name = "Brandit (deprecated)"
Description = '''
Brandit has been acquired by Abion.
Abion has a different API.
dmke marked this conversation as resolved.
Show resolved Hide resolved

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"
Expand Down