From 481137d964dea23406658477c694b1f2fccf12ec Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Mon, 9 Jan 2023 14:54:02 +0100 Subject: [PATCH] OCTODNS: Remove OctoDNS provider (#1921) Co-authored-by: Tom Limoncelli --- .goreleaser.yml | 2 +- README.md | 2 -- docs/_includes/matrix.html | 40 ---------------------------------- docs/provider-list.md | 1 - integrationTest/providers.json | 4 ---- 5 files changed, 1 insertion(+), 48 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index af140869b..8fde01b3d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,7 +25,7 @@ changelog: regexp: "(?i)^.*(major|new provider|feature)[(\\w)]*:+.*$" order: 1 - title: 'Provider-specific changes:' - regexp: "(?i)((akamaiedge|autodns|axfrd|azure_dns|bind|cloudflare|cloudflareapi_old|cloudns|cscglobal|desec|digitalocean|dnsimple|dnsmadeeasy|domainnameshop|exoscale|gandi_v5|gcloud|hedns|hetzner|hexonet|hostingde|inwx|linode|msdns|namecheap|namedotcom|netcup|ns1|octodns|oracle|ovh|packetframe|powerdns|route53|softlayer|transip|vultr).*:)+.*" + regexp: "(?i)((akamaiedge|autodns|axfrd|azure_dns|bind|cloudflare|cloudflareapi_old|cloudns|cscglobal|desec|digitalocean|dnsimple|dnsmadeeasy|domainnameshop|exoscale|gandi_v5|gcloud|hedns|hetzner|hexonet|hostingde|inwx|linode|msdns|namecheap|namedotcom|netcup|ns1|oracle|ovh|packetframe|powerdns|route53|softlayer|transip|vultr).*:)+.*" order: 2 - title: 'Deprecation warnings:' regexp: "(?i)^.*Deprecate[(\\w)]*:+.*$" diff --git a/README.md b/README.md index 2f1a0d87c..d7c08254d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ Currently supported DNS providers: - Netcup - Netlify - OVH -- OctoDNS - Oracle Cloud - Packetframe - Porkbun @@ -152,7 +151,6 @@ See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action) or [gacts/i - **Call for new volunteer maintainers for NAMEDOTCOM, and SOFTLAYER.** 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. - **ACME/Let's Encrypt support is frozen and will be removed after December 31, 2022.** The `get-certs` command (renews certs via Let's Encrypt) has no maintainer. There are other projects that do a better job. If you don't use this feature, please do not start. If you do use this feature, please plan on migrating to something else. See discussion in [issues/1400](https://github.com/StackExchange/dnscontrol/issues/1400) -- **Provider OCTODNS is frozen and will be removed after Nov 1, 2022.** It was written as a joke and nobody laughed. It's time to remove the code and move on. - **get-zones syntax changes in v3.16** Starting in v3.16, the command line arguments for `dnscontrol get-zones` changes. For backwards compatibility change `provider` to `-`. See documentation for details. ## More info at our website diff --git a/docs/_includes/matrix.html b/docs/_includes/matrix.html index 1f7071e02..8ba0fe40a 100644 --- a/docs/_includes/matrix.html +++ b/docs/_includes/matrix.html @@ -38,7 +38,6 @@
NETCUP
NETLIFY
NS1
-
OCTODNS
OPENSRS
ORACLE
OVH
@@ -169,9 +168,6 @@ - - - @@ -286,9 +282,6 @@ - - - @@ -421,9 +414,6 @@ - - - @@ -537,7 +527,6 @@ - @@ -627,7 +616,6 @@ - @@ -735,7 +723,6 @@ - @@ -849,9 +836,6 @@ - - - @@ -943,7 +927,6 @@ - @@ -1009,7 +992,6 @@ - @@ -1110,9 +1092,6 @@ - - - @@ -1218,7 +1197,6 @@ - @@ -1325,7 +1303,6 @@ - @@ -1396,7 +1373,6 @@ - R53_ALIAS @@ -1438,7 +1414,6 @@ - @@ -1494,7 +1469,6 @@ - DS @@ -1563,7 +1537,6 @@ - @@ -1632,7 +1605,6 @@ - dual host @@ -1720,9 +1692,6 @@ - - - @@ -1847,9 +1816,6 @@ - - - @@ -2015,9 +1981,6 @@ - - - get-zones @@ -2111,9 +2074,6 @@ - - - diff --git a/docs/provider-list.md b/docs/provider-list.md index 82f8de39b..26b337ead 100644 --- a/docs/provider-list.md +++ b/docs/provider-list.md @@ -95,7 +95,6 @@ Providers in this category and their maintainers are: * `NETCUP` @kordianbruck * `NETLIFY` @SphericalKat * `NS1` @costasd -* `OCTODNS` @TomOnTime * `OPENSRS` @pierre-emmanuelJ * `ORACLE` @kallsyms * `OVH` @masterzen diff --git a/integrationTest/providers.json b/integrationTest/providers.json index 2c10b179f..4fef57a45 100644 --- a/integrationTest/providers.json +++ b/integrationTest/providers.json @@ -159,10 +159,6 @@ "api_token": "$NS1_TOKEN", "domain": "$NS1_DOMAIN" }, - "OCTODNS": { - "directory": "config", - "domain": "example.com" - }, "ORACLE": { "user_ocid": "$ORACLE_USER_OCID", "tenancy_ocid": "$ORACLE_TENANCY_OCID",