Skip to content

Bump octodns from 1.17.0 to 1.18.0#95

Merged
parkr merged 1 commit into
masterfrom
dependabot/pip/octodns-1.18.0
May 25, 2026
Merged

Bump octodns from 1.17.0 to 1.18.0#95
parkr merged 1 commit into
masterfrom
dependabot/pip/octodns-1.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps octodns from 1.17.0 to 1.18.0.

Changelog

Sourced from octodns's changelog.

1.18.0 - 2026-05-24

Minor:

  • Add ZoneValidator framework for cross-record zone-level validation - #1396
    • New checks disabled by default, see docs for opt-in, will be default on in 2.x
    • Migrate SubzoneRecordException checks to SubzoneRecordValidator - #1398
    • MailZoneValidator: MX records, DMARC and SPF TXT values for both mail and no-mail cases per sub-domain - #1403, #1417
    • Add zone validators that ensure in-zone targets are resolvable - #1407
    • Add NoCnameLoopZoneValidator to detect circular CNAME/ALIAS chains - #1401
    • Migrate CNAME coexistence check to CnameCoexistenceValidator - #1398
    • Add DNAME coexistence zone validator - #1415
    • Add ns-target-not-cname, mx-target-not-cname, and srv-target-not-cname zone validators - #1409
    • Add an apex CAA zone validation - #1405
    • Implement GlueForInZoneNsZoneValidator and MultiValueApexNsZoneValidator - #1399
  • Implement additional DNS validators (SPF, CNAME, ALIAS, IPs) - #1413

Patch:

  • Fix RFC-based validators to run only in strict set and sync documentation - #1414
  • Handle null values in TXT/SPF records gracefully, raising ValidationError instead of TypeError/AttributeError - #1402
Commits
  • fafc514 Merge pull request #1418 from octodns/rel-1-18-0
  • 0726814 Version 1.18.0 bump & changelog update
  • 051e7f8 Merge pull request #1417 from octodns/fix/dmarc-brittle-handling
  • e6ff7cd Optimize DMARC tag parsing by assigning and reusing parsed results
  • aa56f5f Fix brittle DMARC handling in MailZoneValidator
  • 91d9a83 Merge pull request #1416 from octodns/add-coverage-report
  • d62059b Add script/coverage-report helper to parse coverage.json
  • 44f19b1 Merge pull request #1415 from octodns/implement-dname-validator
  • e02f92e Add DNAME coexistence zone validator
  • 1c89909 Merge pull request #1414 from octodns/fix-validator-sets
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [octodns](https://github.com/octodns/octodns) from 1.17.0 to 1.18.0.
- [Changelog](https://github.com/octodns/octodns/blob/main/CHANGELOG.md)
- [Commits](octodns/octodns@v1.17.0...v1.18.0)

---
updated-dependencies:
- dependency-name: octodns
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 25, 2026
@parkr parkr merged commit 589f521 into master May 25, 2026
1 check failed
@parkr parkr deleted the dependabot/pip/octodns-1.18.0 branch May 25, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant