Commit Graph
161 Commits
Author SHA1 Message Date
Ross McFarlandandGitHub 9865475582 Merge branch 'main' into spf-deprecations 2023-09-10 15:13:33 -06:00
Ross McFarland e8a88ac520 Deprecate SpfDnsLookupProcessor 2023-09-09 14:46:55 -07:00
Ross McFarland 4256ad6caf Deprecate SpfRecord 2023-09-09 14:35:45 -07:00
Ross McFarland 645b088a38 CHANGELOG entry for YamlProvider !include support 2023-08-19 14:11:44 -07:00
Ross McFarland b5853ddc91 CHANGELOG entry for shared_filename 2023-08-19 14:09:58 -07:00
Ross McFarland ca1bae0797 CHANGELOG entry for shared_filename 2023-08-19 14:07:52 -07:00
Ross McFarland 3c304aa6ee Pass through YamlProvider doc and CHANGELOG entry 2023-08-17 09:27:03 -07:00
Ross McFarland 866a9f9710 Update CHANGELOG for dynamic zone config and TOC in README 2023-08-10 15:36:50 -07:00
Ross McFarland 3ffd4070f2 changelog entry for --all opttion to octodns-validate 2023-08-06 09:23:01 -07:00
Ross McFarland 6f1135c572 error context changelog entry 2023-08-06 09:13:23 -07:00
Ross McFarland 9fac14af08 v1.0.0 version bump and changelog update 2023-07-30 07:09:55 -07:00
Ross McFarland 303bc7740d Deprecate geo records in favor of dynamic 2023-07-30 06:40:17 -07:00
Ross McFarland 15390a6679 CHANGELOG entry about py 3.8 req 2023-07-29 17:28:36 -07:00
Ross McFarland 2dabfe5a06 Version 1.0.0rc1 version bump and changelog update 2023-07-26 09:29:05 -07:00
Ross McFarland 1bad1e668b WIP: full tinydns spec-compliant source implementation 2023-06-29 15:40:00 -07:00
Ross McFarland 33f464a17d Changelog entry for tinydns . fix 2023-06-29 10:16:00 -07:00
Ross McFarland 3ce2c59b1a changelog entry for ownership and report lenient 2023-06-20 09:21:10 -07:00
Ross McFarland cfa7abaee5 Validations to ensure Record.name and Zone.name have no whitespace 2023-05-19 09:57:56 -07:00
Viranch MehtaandGitHub 9e280a8c41 Early release 2023-05-16 19:18:48 -07:00
Viranch Mehta 74880c3e06 Fix date of latest entry in CHANGELOG 2023-05-16 11:04:25 -07:00
Viranch Mehta 38e46c0565 Clarify subnet/geo targeting specificity 2023-05-16 11:03:31 -07:00
Viranch Mehta 438a0e4d8f s/should/must/ 2023-05-16 10:58:58 -07:00
Viranch Mehta 7ddfbd6143 Rel 1.0.0.rc0 version bump & CHANGELOG update 2023-05-16 10:54:16 -07:00
Ross McFarlandandGitHub 4c5e2a3ab8 Merge branch 'main' into ownership-remove-last-change 2023-05-13 17:47:38 -07:00
Ross McFarland 8ec75dc194 fix issue in OwnershipProcessor when last change is removed 2023-04-17 10:39:07 -07:00
Viranch Mehta 09c07d4651 Merge branch 'main' into dynamic-subnets 2023-04-06 14:29:17 -07:00
Viranch Mehta 1f346edc04 CHANGELOG entry for subnet targeting support 2023-04-02 05:02:21 -07:00
Ross McFarland 7c6c1bb77c Document the new dynamic rule validations, add changelog entry 2023-03-28 20:13:03 -07:00
Ross McFarland ff7b9b0778 CHANGELOG entry for auto-arpa 2023-02-03 07:49:51 -08:00
Ross McFarland be7c3d279e WIP breakup of octodns.record file 2023-01-02 10:12:59 -05:00
Ross McFarland 8ba5335333 Add support for DsRecord type 2023-01-01 21:15:11 -05:00
Ross McFarland b54678bed9 Refactor YamlProvider to add get_filenames
Makes it easier to inherit from YamlProvider to add custom filename
handling
2022-12-09 08:47:02 -08:00
Ross McFarlandandGitHub 7a25d9dfb7 Merge branch 'main' into strict-supports-true 2022-11-17 07:30:49 -08:00
Ross McFarland 25615b3196 Revert "Zone._remove_record shim removed in favor of long standing Zone.remove_record"
This reverts commit 9f22173d30.
2022-11-17 07:23:07 -08:00
Ross McFarland 723db157ab Provider.strict_supports=True by default, fix tests that didn't like that 2022-11-15 11:03:08 -08:00
Ross McFarland 9f22173d30 Zone._remove_record shim removed in favor of long standing Zone.remove_record 2022-11-15 10:32:21 -08:00
Ross McFarland efa80b43a1 1.0 RC: Remove deprecated provider, source, and processor shims 2022-11-15 10:31:10 -08:00
Ross McFarland b0140ce5f9 Changelog entry about IgnoreRootNsFilter, start rc0 section 2022-11-15 09:57:41 -08:00
Ross McFarland 008621c5c8 Rel 0.9.21 version bump & CHANGELOG update 2022-10-16 14:59:33 -07:00
Ross McFarland c6392d798d Shim AxfrSource and ZoneFileSource 2022-10-10 13:50:30 -07:00
Ross McFarland 713d085793 Rel 0.9.20 version bump & CHANGELOG update 2022-10-05 14:17:24 -07:00
Ross McFarlandandGitHub d04ad0fd15 Merge branch 'main' into idna-values 2022-09-21 09:25:38 -07:00
Ross McFarland 000541eea4 CHANGELOG entry for values as objects 2022-09-21 09:14:29 -07:00
Ross McFarland 496183bce0 Fix version type-os in CHANGELOG 2022-09-15 19:10:17 -07:00
Ross McFarland 247cef2701 CHANGELOG entry for IDNA values 2022-09-14 14:06:20 -07:00
Ross McFarlandandGitHub bf296cd5ff Merge branch 'main' into global-processors 2022-09-14 09:52:10 -07:00
Ross McFarland 2982733c70 CHANGELOG entry about IDNA support 2022-09-14 09:46:25 -07:00
Ross McFarlandandGitHub 5f277b886c Merge branch 'main' into name-filtering 2022-09-14 06:49:10 -07:00
Ross McFarland 5498a3b9c9 CHANGELOG entry for global processors 2022-09-12 16:37:19 -07:00
Ross McFarland 8ff83b8ed9 Implement TtlRestrictionFilter w/tests 2022-09-12 14:18:20 -07:00