Skip to content

7.0.0

Compare
Choose a tag to compare
@tamalsaha tamalsaha released this 02 Jun 08:05
· 80 commits to master since this release

Searchlight 7.0.0 brings a number of major features. This release requires Kubernetes 1.8.0 or later release. To install/update, please follow the deployment guide here .

Download Docker images via:

docker pull appscode/searchlight:7.0.0
docker pull appscode/icinga:7.0.0-k8s

Notable Features:

  • Alert history is stored as a new Incident crd.
  • Users can now write custom plugins for Searchlight using webhooks.
  • Instead of deleting alert crds, users can pause it to temporarily deactivate the check.
  • Uses workqueue which fixes various subtle retry issues.