From 3ffd4070f24814ed2ee7d1132fe98d3b2cca6ca2 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sun, 6 Aug 2023 09:23:01 -0700 Subject: [PATCH] changelog entry for --all opttion to octodns-validate --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 059e940..c22651e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Some problem at filename.yaml, line 42, column 14. Our custom Yaml Loaders attach this context information, arbitrary string. Other providers may do so 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