mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #736 from meghashyamps/NA-limitation-fix-part2
Adding SX and UM to NA countries
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## v0.9.14 - 2021-??-?? - ...
|
||||
|
||||
#### Noteworthy changes
|
||||
|
||||
* NS1 NA target now includes `SX` and `UM`. If `NA` continent is in use in
|
||||
dynamic records care must be taken to upgrade/downgrade to v0.9.13.
|
||||
|
||||
## v0.9.13 - 2021-07-18 - Processors Alpha
|
||||
|
||||
#### Noteworthy changes
|
||||
|
||||
@@ -363,7 +363,8 @@ class Ns1Provider(BaseProvider):
|
||||
'NA': {'DO', 'DM', 'BB', 'BL', 'BM', 'HT', 'KN', 'JM', 'VC', 'HN',
|
||||
'BS', 'BZ', 'PR', 'NI', 'LC', 'TT', 'VG', 'PA', 'TC', 'PM',
|
||||
'GT', 'AG', 'GP', 'AI', 'VI', 'CA', 'GD', 'AW', 'CR', 'GL',
|
||||
'CU', 'MF', 'SV', 'US', 'MQ', 'MS', 'KY', 'MX', 'CW', 'BQ'}
|
||||
'CU', 'MF', 'SV', 'US', 'MQ', 'MS', 'KY', 'MX', 'CW', 'BQ',
|
||||
'SX', 'UM'}
|
||||
}
|
||||
|
||||
def __init__(self, id, api_key, retry_count=4, monitor_regions=None,
|
||||
|
||||
Reference in New Issue
Block a user