hyperone: add 'since' tag in documentation (#1310)

This commit is contained in:
Adam Dobrawy 2020-11-28 04:06:24 +01:00 committed by GitHub
parent 1af9299a83
commit 09be7e1f3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -911,7 +911,7 @@ func displayDNSHelp(name string) error {
// generated from: providers/dns/hyperone/hyperone.toml
ew.writeln(`Configuration for HyperOne.`)
ew.writeln(`Code: 'hyperone'`)
ew.writeln(`Since: ''`)
ew.writeln(`Since: 'v3.9.0'`)
ew.writeln()
ew.writeln(`Additional Configuration:`)

View file

@ -9,7 +9,7 @@ slug: hyperone
<!-- providers/dns/hyperone/hyperone.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
Since:
Since: v3.9.0
Configuration for [HyperOne](https://www.hyperone.com).

View file

@ -2,6 +2,7 @@ Name = "HyperOne"
Description = ''''''
URL = "https://www.hyperone.com"
Code = "hyperone"
Since = "v3.9.0"
Example = '''
lego --email myemail@example.com --dns hyperone --domains my.example.org run