GitHub user mbrukman opened a pull request: https://github.com/apache/libcloud/pull/583
[google dns] update API from v1beta1 to v1 The API itself is unchanged from v1beta1 to v1, but v1beta1 will be removed after 25 Sep 2015 per https://cloud.google.com/dns/api/v1beta1/ so we need to update the version to avoid breakage. @erjohnso, please review and commit. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mbrukman/libcloud google-cloud-dns-api-v1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/583.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #583 ---- commit 4f425e93a13b3c8461e7631e60bc90e2d8afd92b Author: Misha Brukman <mbruk...@google.com> Date: 2015-09-18T18:21:29Z [google dns] update API from v1beta1 to v1 The API itself is unchanged from v1beta1 to v1, but v1beta1 will be removed after 25 Sep 2015 per https://cloud.google.com/dns/api/v1beta1/ so we need to update the version to avoid breakage. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---