From 7330721766efdb07cd2cb4f0c07d2667188edee5 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 27 Jun 2024 07:02:10 -0700 Subject: [PATCH] docs: changelog for #211 and kumod --validate --- docs/changelog/main.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog/main.md b/docs/changelog/main.md index 080d511c..e69f6069 100644 --- a/docs/changelog/main.md +++ b/docs/changelog/main.md @@ -23,6 +23,10 @@ new `kumo.serde` module name moving forwards. * Added YAML serialization/deserialization functions to [kumo.serde](../reference/kumo.serde/index.md). +* You may now run `kumod --validate` to perform extended validation checks + of the helper configuration in your policy. This can be performed offline/concurrently + with a running kumod. The output is human readable. The exit code will + be 0 when no validation errors are detected, non-zero otherwise. #211 ## Fixes * Using `expiration` in a DKIM signer would unconditionally raise an error and