Ross McFarland
6320deb910
Merge pull request #1180 from octodns/rel-1-8-0
Version 1.8.0 bump & changelog update
2 years ago
Ross McFarland
60a8dc4743
Version 1.8.0 bump & changelog update
2 years ago
Ross McFarland
92064b29d1
Merge pull request #1179 from octodns/svcb-tweaaks
Move HTTPS to its own file, import them in octodns.record
2 years ago
Ross McFarland
a4a57cd44a
Move HTTPS to its own file, import them in octodns.record
2 years ago
Ross McFarland
3455a7af44
Merge pull request #1176 from pieterlexis-tomtom/SVCB-HTTPS
Add support for SVCB and HTTPS records
2 years ago
Ross McFarland
df85637d30
Replace contine with else, to fix coverage on 3.8/9
2 years ago
Pieter Lexis
214c859a1e
SCVB: Fix issue with coverage and older python versions
2 years ago
Ross McFarland
83a7e05753
changelog entry for SVCB & HTTP records
2 years ago
Pieter Lexis
b19cf82d05
SVCB: sort rdata svcparams
2 years ago
Pieter Lexis
b53993e988
SVCB: force scvparamvalue lists to be lists
2 years ago
Pieter Lexis
8846468748
SVCB: Make SvcParams a dict
2 years ago
Pieter Lexis
23cc45dad9
SVCB: rename variables to RFC names
2 years ago
Pieter Lexis
f02f94e4ad
Add support for SVCB and HTTPS records
These records are defined in [RFC 9460](https://datatracker.ietf.org/doc/html/rfc9460 )
and are used for "Service Binding" and provide clients with all
connection information for network services.
Modern browsers already query for these records and several larger
websites have [adopted usage of HTTPS
records](https://blog.apnic.net/2023/12/18/use-of-https-resource-records/ )
already.
2 years ago
Ross McFarland
45753744a6
Merge pull request #1175 from octodns/update-requirements
update requirements*.txt
2 years ago
Ross McFarland
f6a9656199
update requirements*.txt
2 years ago
Ross McFarland
0d9d765971
Merge pull request #1173 from rasturic/topic/fix-add-record-lenient-ds
Fix add_record() lenient check to allow managed sub-zone DS records
2 years ago
Ross McFarland
fbe3ccbe49
changelog entry for sub-zone DS records being allowed
2 years ago
Timothy Berger
020834539b
Fix add_record() lenient check to allow managed sub-zone DS records
2 years ago
Ross McFarland
fae406af21
Merge pull request #1171 from octodns/caa-tags
Fix CAA value handling to support tags
2 years ago
Ross McFarland
743c3b88db
Fix CAA value handling to support tags
2 years ago
Ross McFarland
ed13d2db52
Merge pull request #1169 from octodns/rel-1-7-0
Version 1.7.0 bump & changelog update
2 years ago
Ross McFarland
4035afaa83
Version 1.7.0 bump & changelog update
2 years ago
Ross McFarland
f18062cc28
Merge pull request #1167 from octodns/ensure-trailing-dots-fix
Fix for EnsureTrailingDots reverting value types back to strings
2 years ago
Ross McFarland
47fd435bb7
Merge branch 'main' into ensure-trailing-dots-fix
2 years ago
Ross McFarland
c200753868
Merge pull request #1165 from wjgauthier/auto_arpa_ttl
AutoArpa: Add an optional inherit_ttl option
2 years ago
William Gauthier
b15e04380d
Use the TTL value of the first ordered FQDN
2 years ago
Ross McFarland
6991786cc5
Fix for EnsureTrailingDots reverting value types back to strings
2 years ago
William Gauthier
a948b8233e
AutoArpa: Add an optional inherit_ttl option
2 years ago
Ross McFarland
0cfd8b4f49
Merge pull request #1163 from octodns/cibuild-setup-py-fix
Rework cibuild-setup-py to build a pkg and install & test it
2 years ago
Ross McFarland
0086206f53
Rework cibuild-setup-py to build a pkg and install & test it
pip env doesn't seem to like `python setup install`ing thing into it
anymore and prints a bunch of deprecation warnings and something is
already broken, at least w/google modules, that prevents them from
loading afterwards
2 years ago
Ross McFarland
83e737da93
Merge pull request #1162 from octodns/improve-cibuild-module
Build wheel and install that for cibuild-module
2 years ago
Ross McFarland
c37a72aa86
Merge branch 'main' into improve-cibuild-module
2 years ago
Ross McFarland
14c3563677
Build wheel and install that for cibuild-module
2 years ago
Ross McFarland
6dfbc96079
Merge pull request #1161 from wjgauthier/auto_arpa_priority
Add a priority option to AutoArpa
2 years ago
Ross McFarland
f3598ca42c
Merge branch 'auto_arpa_priority' of github.com:wjgauthier/octodns into auto_arpa_priority
2 years ago
Ross McFarland
d3ae6bcd19
Merge remote-tracking branch 'origin/main' into auto_arpa_priority
2 years ago
Ross McFarland
a2c3c45359
AutoArpa prioritization changelog entry
2 years ago
Ross McFarland
50d65f4f0b
Merge branch 'main' into auto_arpa_priority
2 years ago
Ross McFarland
16a6bb4f8a
Remove duplicative sort and add a more robust test.
2 years ago
Ross McFarland
a84ad6fe44
Fix auto arpa formatting
2 years ago
William Gauthier
aa85f7e533
Added suggestions from comments
2 years ago
William Gauthier
f26b7c1a43
Make things unique in populate instead of process_source_zone
2 years ago
Ross McFarland
14c8b83c79
Merge pull request #1160 from octodns/update-requirements
update requirements*.txt
2 years ago
William Gauthier
79b2a25684
Add a priority option to AutoArpa
2 years ago
Ross McFarland
031be6bd15
update requirements*.txt
2 years ago
Ross McFarland
c9bb29ccc2
Clamp docutils to 0.20.x until we're done with 3.8
2 years ago
Ross McFarland
1e874eaacb
Merge pull request #1159 from cholick/main
Add Zone Specific Threshold Config
2 years ago
Ross McFarland
b82c3dc921
Update CHANGELOG.md to mention per-zone thresholds
2 years ago
Matt Cholick
885126d48f
Additional test checking Zone threshold defaults to None
2 years ago
Matt Cholick
2bc961a66d
Update octodns/provider/plan.py
Refactor zone vs provider choice to read more cleanly
Co-authored-by: Ross McFarland <rwmcfa1@gmail.com>
2 years ago