Skip to content

v0.2.0

Compare
Choose a tag to compare
@jelmersnoeck jelmersnoeck released this 31 Oct 10:48
· 7 commits to master since this release
12edec6

Added

  • Log when something goes wrong with GarbageCollection.
  • Use a queue based system to sync items.
  • Added /_healthz endpoint and set up probes.
  • Added /metrics endpoint for Prometheus.

Fixed

  • Correct RBAC rules for the ServiceAccount.
  • Fixed an issue where StatusCake is returning another error for empty data updates.

Changed

  • Set up lower resource requests/limits for the Deployment.
  • MonitorTemplate is now namespace scoped instead of cluster scoped.
  • The operator now uses cache informers to reconcile state.

Upgrade Path

  • Stop the operator
  • Remove the MonitorTemplate and Provider CRD specifications
  • Update your own MonitorTemplate and Provider templates to be namespaced
  • Apply the new MonitorTemplate and Provider CRD specifications
  • Apply the new MonitorTemplate and Provider templates
  • Run the new operator