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
Matt Cholick
2bb2d5643b
Add zone specific threshold config
2 years ago
Ross McFarland
e594f227c1
Merge pull request #1157 from octodns/coverage-pyproject-toml
Move coverage config into pyproject.toml
2 years ago
Ross McFarland
41d5813311
Move coverage config into pyproject.toml
2 years ago
Ross McFarland
5585754fc3
Merge pull request #1156 from octodns/update-black
Update black to 24.x series
2 years ago
Ross McFarland
a3fab70232
add black 24.x to ignore revs
2 years ago
Ross McFarland
f936d0fa1f
black 24.x formatting changes
2 years ago
Ross McFarland
9be7be7191
Update requirements.txt
2 years ago
Ross McFarland
b6362ec6d0
Update black to 24.x
2 years ago
Ross McFarland
384ce20182
Merge pull request #1155 from octodns/rel-1-6-1
Version 1.6.1 bump & changelog update
2 years ago
Ross McFarland
f0bf96c6af
Version 1.6.1 bump & changelog update
2 years ago
Ross McFarland
b2d3c41ffd
Merge pull request #1154 from octodns/env-int-refix
Fix env var int handling regression
2 years ago
Ross McFarland
c263b6e991
Fix env var int handling regression
2 years ago