1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

1107 Commits

Author SHA1 Message Date
John Lane
c20f380bc3 Support DNSimple sandbox
An optional parameter 'sandbox' can be used to select the base URL
for the Sandbox API (see https://developer.dnsimple.com/sandbox ).
2020-02-10 16:18:59 +00:00
Ross McFarland
acacc29b32 Merge pull request #467 from yzguy/constellix_one_run_creation
ConstellixProvider: zone creation and records in one run
2020-02-03 09:37:10 -08:00
Ross McFarland
b9f998ec97 Merge branch 'master' into constellix_one_run_creation 2020-02-03 09:34:54 -08:00
Ross McFarland
87f7c7200f Merge pull request #483 from github/dependabot/pip/natsort-6.2.1
Bump natsort from 6.2.0 to 6.2.1
2020-02-03 07:32:40 -08:00
Ross McFarland
bed70e4adf Merge branch 'master' into dependabot/pip/natsort-6.2.1 2020-02-03 06:52:50 -08:00
Ross McFarland
c02b3aba4c Merge pull request #482 from github/dependabot/pip/google-cloud-core-1.3.0
Bump google-cloud-core from 1.2.0 to 1.3.0
2020-02-03 06:38:31 -08:00
dependabot-preview[bot]
e94ade7684 Bump natsort from 6.2.0 to 6.2.1
Bumps [natsort](https://github.com/SethMMorton/natsort) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/SethMMorton/natsort/releases)
- [Changelog](https://github.com/SethMMorton/natsort/blob/6.2.1/CHANGELOG.md)
- [Commits](https://github.com/SethMMorton/natsort/compare/6.2.0...6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03 08:58:07 +00:00
dependabot-preview[bot]
8021ce631f Bump google-cloud-core from 1.2.0 to 1.3.0
Bumps [google-cloud-core](https://github.com/GoogleCloudPlatform/google-cloud-python) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/kms-1.2.0...core-1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03 08:57:30 +00:00
Adam Smith
08af9aaab3 ContellixProvider: zone creation and records in one run 2020-02-02 22:23:51 -08:00
Ross McFarland
d51c3111c1 Merge pull request #481 from m1kola/patch-1
Fixes a typo in log
2020-01-29 13:06:36 -08:00
Mikalai Radchuk
6498a1e094 Fixes a typo in log 2020-01-29 20:53:16 +00:00
Ross McFarland
62e6ca957a Merge pull request #466 from github/ns1-configure-monitors
Add a way to configure Ns1Provider monitoring regions for records
2020-01-27 09:02:32 -08:00
Ross McFarland
ee73cacb5e DRY up new NS1 dynamic tests 2020-01-27 08:35:12 -08:00
Ross McFarland
77b0b6753f Merge remote-tracking branch 'origin/master' into ns1-configure-monitors 2020-01-27 08:34:28 -08:00
Ross McFarland
69ef816c59 Merge pull request #480 from github/dependabot/pip/boto3-1.11.9
Bump boto3 from 1.11.6 to 1.11.9
2020-01-27 06:19:42 -08:00
dependabot-preview[bot]
160578fcf1 Bump boto3 from 1.11.6 to 1.11.9
Bumps [boto3](https://github.com/boto/boto3) from 1.11.6 to 1.11.9.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.11.6...1.11.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 14:17:08 +00:00
Ross McFarland
00bf2b32ee Merge pull request #478 from github/dependabot/pip/botocore-1.14.9
Bump botocore from 1.14.6 to 1.14.9
2020-01-27 06:15:52 -08:00
dependabot-preview[bot]
e12ac1930d Bump botocore from 1.14.6 to 1.14.9
Bumps [botocore](https://github.com/boto/botocore) from 1.14.6 to 1.14.9.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.14.6...1.14.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 13:51:45 +00:00
Ross McFarland
457f0087aa Merge pull request #479 from github/dependabot/pip/s3transfer-0.3.2
Bump s3transfer from 0.3.1 to 0.3.2
2020-01-27 05:50:32 -08:00
dependabot-preview[bot]
a319453e7e Bump s3transfer from 0.3.1 to 0.3.2
Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/boto/s3transfer/releases)
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/s3transfer/compare/0.3.1...0.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 08:28:30 +00:00
Ross McFarland
e2f8439b34 Merge pull request #475 from Kaari/add-ovh-caa
Add CAA record support for OVH provider
2020-01-22 07:36:01 -08:00
Ross McFarland
c9cb3d8c3e Merge branch 'master' into add-ovh-caa 2020-01-22 07:28:25 -08:00
Ross McFarland
eb193c1f14 Merge pull request #353 from github/overriding-yaml-provider
Add OverridingYamlProvider and tests
2020-01-22 07:11:52 -08:00
Ross McFarland
82a271ff71 Merge branch 'master' into overriding-yaml-provider 2020-01-22 06:54:28 -08:00
Charles
fe490636e5 Modify Readme: add CAA for ovh provider 2020-01-21 17:49:19 +01:00
Charles
e13d23dc80 Use python3-friendly syntax 2020-01-21 17:49:19 +01:00
Charles
65840cfbed Add test for ovh caa record coverage 2020-01-21 17:49:19 +01:00
Charles
01ec880f83 Add CAA record type for ovh provider 2020-01-21 17:49:19 +01:00
Ross McFarland
4cce2f525e Merge pull request #474 from github/dependabot/pip/botocore-1.14.6
Bump botocore from 1.14.0 to 1.14.6
2020-01-21 07:38:48 -08:00
dependabot-preview[bot]
3a8d8e4627 Bump botocore from 1.14.0 to 1.14.6
Bumps [botocore](https://github.com/boto/botocore) from 1.14.0 to 1.14.6.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.14.0...1.14.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 15:32:15 +00:00
Ross McFarland
0f6c0f21a6 Merge pull request #470 from github/dependabot/pip/six-1.14.0
Bump six from 1.13.0 to 1.14.0
2020-01-21 07:30:45 -08:00
dependabot-preview[bot]
2da3c7d801 Bump six from 1.13.0 to 1.14.0
Bumps [six](https://github.com/benjaminp/six) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/benjaminp/six/releases)
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES)
- [Commits](https://github.com/benjaminp/six/compare/1.13.0...1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 15:27:46 +00:00
Ross McFarland
f682ce618b Merge pull request #472 from github/dependabot/pip/google-cloud-core-1.2.0
Bump google-cloud-core from 1.1.0 to 1.2.0
2020-01-21 07:26:33 -08:00
dependabot-preview[bot]
ba57724e1b Bump google-cloud-core from 1.1.0 to 1.2.0
Bumps [google-cloud-core](https://github.com/GoogleCloudPlatform/google-cloud-python) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/kms-1.1.0...kms-1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 14:59:48 +00:00
Ross McFarland
c85f53cd92 Merge pull request #473 from github/dependabot/pip/boto3-1.11.6
Bump boto3 from 1.11.0 to 1.11.6
2020-01-21 06:58:36 -08:00
dependabot-preview[bot]
e3123be32e Bump boto3 from 1.11.0 to 1.11.6
Bumps [boto3](https://github.com/boto/boto3) from 1.11.0 to 1.11.6.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.11.0...1.11.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 14:55:53 +00:00
Ross McFarland
e471ebdd3e Merge pull request #468 from github/dependabot/pip/s3transfer-0.3.1
Bump s3transfer from 0.3.0 to 0.3.1
2020-01-21 06:54:37 -08:00
dependabot-preview[bot]
df6ad6b1f0 Bump s3transfer from 0.3.0 to 0.3.1
Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/boto/s3transfer/releases)
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/s3transfer/compare/0.3.0...0.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 08:33:27 +00:00
Ross McFarland
c7be8fada2 Add a way to configure Ns1Provider monitoring regions for records 2020-01-16 14:37:25 -08:00
Ross McFarland
a796b946eb Merge pull request #430 from joschi36/aws-support-delegationsetid
AWS Route53: Add Parameter for DelegationSetId
2020-01-16 07:25:49 -08:00
Ross McFarland
72e60f0b3f Merge branch 'master' into aws-support-delegationsetid 2020-01-15 17:00:43 -08:00
Ross McFarland
f308f83cbe Merge pull request #433 from github/ns1-dynamic
Ns1Provider dynamic record support
2020-01-13 07:42:36 -08:00
Ross McFarland
5abc8e1577 Merge remote-tracking branch 'origin/master' into ns1-dynamic 2020-01-13 07:32:05 -08:00
Ross McFarland
c950503868 Pass through the CHANGELOG 2020-01-13 07:29:56 -08:00
Ross McFarland
01a9fa87b1 Address Ns1Provider review feedback 2020-01-13 07:29:38 -08:00
Ross McFarland
208e2b3616 Merge pull request #464 from github/dependabot/pip/docutils-0.16
Bump docutils from 0.15.2 to 0.16
2020-01-12 11:58:56 -08:00
dependabot-preview[bot]
2d093c4796 Bump docutils from 0.15.2 to 0.16
Bumps [docutils](http://docutils.sourceforge.net/) from 0.15.2 to 0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-12 19:50:47 +00:00
Ross McFarland
bf17b8c80c Merge pull request #460 from github/dependabot/pip/dnspython-1.16.0
Bump dnspython from 1.15.0 to 1.16.0
2020-01-12 10:19:47 -08:00
Ross McFarland
ca9ba03041 Merge branch 'master' into dependabot/pip/dnspython-1.16.0 2020-01-12 10:14:42 -08:00
Ross McFarland
c89b6ef99f Merge pull request #462 from github/dependabot/pip/setuptools-44.0.0
Bump setuptools from 40.3.0 to 44.0.0
2020-01-11 13:57:43 -08:00