mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 21:55:57 +08:00
CHORE: Maintainer changes for OPENSRS and DIGITALOCEAN (#3849)
# Issue The maintainers of OPENSRC and DIGITALOCEAN have indicated they would like to step down. @chicks-net has stepped up to take over maintenance of DIGITALOCEAN. # Resolution * Update the `OWNERS` file. * Update the `providerMaintainer` value for the providers. * Update the README file. CC @Deraen @philhug @chicks-net --------- Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
This commit is contained in:
parent
2a7ac6f1a3
commit
f306472d5a
4 changed files with 6 additions and 6 deletions
4
OWNERS
4
OWNERS
|
|
@ -11,7 +11,7 @@ providers/cloudns @pragmaton
|
||||||
providers/cnr @KaiSchwarz-cnic
|
providers/cnr @KaiSchwarz-cnic
|
||||||
providers/cscglobal @mikenz
|
providers/cscglobal @mikenz
|
||||||
providers/desec @D3luxee
|
providers/desec @D3luxee
|
||||||
providers/digitalocean @Deraen
|
providers/digitalocean @chicks-net
|
||||||
providers/dnsimple @onlyhavecans
|
providers/dnsimple @onlyhavecans
|
||||||
providers/dnsmadeeasy @vojtad
|
providers/dnsmadeeasy @vojtad
|
||||||
providers/doh @mikenz
|
providers/doh @mikenz
|
||||||
|
|
@ -40,7 +40,7 @@ providers/namecheap @willpower232
|
||||||
providers/netcup @kordianbruck
|
providers/netcup @kordianbruck
|
||||||
providers/netlify @SphericalKat
|
providers/netlify @SphericalKat
|
||||||
providers/ns1 @costasd
|
providers/ns1 @costasd
|
||||||
providers/opensrs @philhug
|
# providers/opensrs NEEDS VOLUNTEER
|
||||||
providers/oracle @kallsyms
|
providers/oracle @kallsyms
|
||||||
providers/ovh @masterzen
|
providers/ovh @masterzen
|
||||||
providers/packetframe @hamptonmoore
|
providers/packetframe @hamptonmoore
|
||||||
|
|
|
||||||
|
|
@ -168,10 +168,10 @@ DNSControl can be installed via packages for macOS, Linux and Windows, or from s
|
||||||
|
|
||||||
See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action) or [gacts/install-dnscontrol](https://github.com/gacts/install-dnscontrol).
|
See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action) or [gacts/install-dnscontrol](https://github.com/gacts/install-dnscontrol).
|
||||||
|
|
||||||
## Deprecation warnings (updated 2024-03-25)
|
## Deprecation warnings (updated 2025-11-21)
|
||||||
|
|
||||||
- **REV() will switch from RFC2317 to RFC4183 in v5.0.** This is a breaking change. Warnings are output if your configuration is affected. No date has been announced for v5.0. See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat
|
- **REV() will switch from RFC2317 to RFC4183 in v5.0.** This is a breaking change. Warnings are output if your configuration is affected. No date has been announced for v5.0. See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat
|
||||||
- **NAMEDOTCOM and SOFTLAYER need maintainers!** These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes.
|
- **NAMEDOTCOM, OPENSRS, and SOFTLAYER need maintainers!** These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes. Interested in being a hero and adopting them? Contact tlimoncelli at stack overflow dot com.
|
||||||
|
|
||||||
## More info at our website
|
## More info at our website
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ var features = providers.DocumentationNotes{
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
const providerName = "DIGITALOCEAN"
|
const providerName = "DIGITALOCEAN"
|
||||||
const providerMaintainer = "@Deraen"
|
const providerMaintainer = "@chicks-net"
|
||||||
fns := providers.DspFuncs{
|
fns := providers.DspFuncs{
|
||||||
Initializer: NewDo,
|
Initializer: NewDo,
|
||||||
RecordAuditor: AuditRecords,
|
RecordAuditor: AuditRecords,
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ var features = providers.DocumentationNotes{
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
const providerName = "OPENSRS"
|
const providerName = "OPENSRS"
|
||||||
const providerMaintainer = "@philhug"
|
const providerMaintainer = "NEEDS VOLUNTEER"
|
||||||
providers.RegisterRegistrarType(providerName, newReg, features)
|
providers.RegisterRegistrarType(providerName, newReg, features)
|
||||||
providers.RegisterMaintainer(providerName, providerMaintainer)
|
providers.RegisterMaintainer(providerName, providerMaintainer)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue