Skip to content

Commit

Permalink
Add the change log for v0.6.0 (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
  • Loading branch information
mprahl committed Jan 21, 2022
1 parent e08b41e commit 8c93dd7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG/CHANGELOG-v0.6.0.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 8c93dd7

Please sign in to comment.