Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 19:17
· 275 commits to main since this release

config-policy-controller v0.10.0

  • The released image is quay.io/open-cluster-management/config-policy-controller:v0.10.0

What's Changed

  • Update go-template-utils to v3.0.0 by @mprahl in #74
  • Initialize klog explicitly by @mprahl in #75
  • Update go-template-utils to v3.0.1 by @mprahl in #76
  • Limit policy status event messages to 1024 characters by @mprahl in #78
  • Add description for pruneObjectBehavior by @gparvin in #79
  • The ConfigurationPolicy error message for a missing namespace by @ChunxiAlexLuo in #80
  • Set "oldest" tag in Makefile; Bump to K8s v1.19 by @dhaiducek in #82
  • Add metric to monitor common related objects by @dhaiducek in #77
  • Send compliance events on the hosting cluster by @JustinKuli in #83
  • Remove confusing Undetermined compliance state by @JustinKuli in #85
  • Metrics for configuration policy errors by @willkutler in #84
  • Add a metric to measure how long resolving policy templates take by @ChunxiAlexLuo in #81
  • Skip pruning when the CRD is being deleted by @JustinKuli in #86
  • Limit the watch implicitly created on CRDs by @mprahl in #88
  • Use a single dynamic client in the reconciler by @mprahl in #87
  • Fire event on object update by @willkutler in #90
  • Fix the conditions history in compliancyDetails by @mprahl in #91
  • add tests for evaluation metrics by @willkutler in #92
  • Clean up when deployment is being deleted by @JustinKuli in #96
  • Fix the gosec:G601 error by @mprahl in #97
  • Allow multiline templatization by @willkutler in #95
  • Move kustomize prereq by @dhaiducek in #98
  • Revert "Fix the conditions history in compliancyDetails" by @mprahl in #99
  • Fix hosted mode uninstalls by @mprahl in #100
  • Make the case23 test more reliable by @mprahl in #102
  • Use the controller ServiceAccount for tests by @dhaiducek in #101
  • Trigger uninstalls through a new annotation by @mprahl in #104
  • add label to designate config policy as template by @willkutler in #103
  • Process object-templates-raw properly with no templatization by @willkutler in #105
  • Remove the unused Deployment finalizer by @mprahl in #106

Full Changelog: v0.9.0...v0.10.0