Browse Source

changelog entry for --all opttion to octodns-validate

pull/1035/head
Ross McFarland 2 years ago
parent
commit
3ffd4070f2
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      CHANGELOG.md

+ 3
- 0
CHANGELOG.md View File

@ -4,6 +4,9 @@
Some problem at filename.yaml, line 42, column 14. Our custom Yaml Loaders Some problem at filename.yaml, line 42, column 14. Our custom Yaml Loaders
attach this context information, arbitrary string. Other providers may do so attach this context information, arbitrary string. Other providers may do so
by creating ContextDict to pass as `data` into Record.new. by creating ContextDict to pass as `data` into Record.new.
* Add --all option to octodns-validate to enable showing all record validation
errors (as warnings) rather than exiting on the first. Exit code is non-zero
when there are any validation errors.
## v1.0.0 - 2023-07-30 - The One ## v1.0.0 - 2023-07-30 - The One


Loading…
Cancel
Save