From ebd4b5c63358d70efe02b4e06be78478744e7e08 Mon Sep 17 00:00:00 2001 From: Dale Haiducek Date: Thu, 20 Oct 2022 17:32:14 -0400 Subject: [PATCH] Add v0.9.0 changelog Signed-off-by: Dale Haiducek --- CHANGELOG/CHANGELOG-v0.9.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v0.9.0.md diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md new file mode 100644 index 00000000..a877419e --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.9.0.md @@ -0,0 +1,14 @@ +# v0.9.0 + +- Switch leader election default +- Enable foreground deletion +- Send compliance events in more situations +- Update named objects in arrays instead of appending +- Perform validation of object definitions +- Evaluate policies on every loop when evaluationInterval isn't set +- Add metrics to record how long each config policy takes to be evaluated +- Add metrics to time the compare algorithm +- Send compliance state events synchronously for reliable ordering of compliance events +- Allow enforcing policies that define a status with missing required fields +- Update to Go v1.19 +- Favor the existing array ordering and content when comparing arrays