From 8c93dd739659b50aee15fcd5263575e7fe7089e5 Mon Sep 17 00:00:00 2001 From: Matt Prahl Date: Fri, 21 Jan 2022 14:43:27 -0500 Subject: [PATCH] Add the change log for v0.6.0 (#23) Signed-off-by: mprahl --- CHANGELOG/CHANGELOG-v0.6.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v0.6.0.md diff --git a/CHANGELOG/CHANGELOG-v0.6.0.md b/CHANGELOG/CHANGELOG-v0.6.0.md new file mode 100644 index 00000000..21bcf084 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.6.0.md @@ -0,0 +1,11 @@ +# v0.6.0 + +* Updated the operator-sdk from v0.x to v1.x. This is mostly an internal change, however, the + controller now uses both `ConfigMap`s and the `Lease` API for leader election by default. If this + controller is running on a Kubernetes version without the `Lease` API, use the `--legacy-leader-elect` flag. +* Fixed a bug that would cause the `relatedObjects` on `ConfigurationPolicy` object statuses to be stale when + modifying a policy with an invalid hub policy template. +* Fixed a bug that would cause objects with byte values to be erroneously updated even though they matched the policy. +* Improved the API validation on ConfigurationPolicy objects. +* Updated logging to use zap. The log level is now configurable with CLI flags. +* Fixed a bug that occurred when object-templates set an invalid annotation type.