From 19e0811428f1ed999d23bdd023ddac4a722885bc Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Thu, 16 Aug 2018 11:24:46 +0900 Subject: [PATCH] Use google-cloud-dns for GoogleCloud On 2018-06-18, google-cloud package was deprecated and so it requires us to use google-cloud-dns instead of google-cloud for GoogleCloudProvider (Google Cloud DNS). Signed-off-by: Takuya Noguchi --- README.md | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba83e2c..7ef2f1c 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ The above command pulled the existing data out of Route53 and placed the results | [DnsimpleProvider](/octodns/provider/dnsimple.py) | | All | No | CAA tags restricted | | [DynProvider](/octodns/provider/dyn.py) | dyn | All | Yes | | | [EtcHostsProvider](/octodns/provider/etc_hosts.py) | | A, AAAA, ALIAS, CNAME | No | | -| [GoogleCloudProvider](/octodns/provider/googlecloud.py) | google-cloud | A, AAAA, CAA, CNAME, MX, NAPTR, NS, PTR, SPF, SRV, TXT | No | | +| [GoogleCloudProvider](/octodns/provider/googlecloud.py) | google-cloud-dns | A, AAAA, CAA, CNAME, MX, NAPTR, NS, PTR, SPF, SRV, TXT | No | | | [Ns1Provider](/octodns/provider/ns1.py) | nsone | All | Yes | No health checking for GeoDNS | | [OVH](/octodns/provider/ovh.py) | ovh | A, AAAA, CNAME, MX, NAPTR, NS, PTR, SPF, SRV, SSHFP, TXT, DKIM | No | | | [PowerDnsProvider](/octodns/provider/powerdns.py) | | All | No | | diff --git a/requirements.txt b/requirements.txt index 28023d5..1074a82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,8 @@ dnspython==1.15.0 docutils==0.14 dyn==1.8.1 futures==3.2.0 -google-cloud==0.32.0 +google-cloud-core==0.28.1 +google-cloud-dns==0.29.0 incf.countryutils==1.0 ipaddress==1.0.22 jmespath==0.9.3