Searchlight Icinga Operator Versions Save

🔦 Alerts for Kubernetes

8.0.0

4 years ago

Searchlight 8.0.0 updates Kubernetes client-go dependency to 1.14.0 and stops sending Google Analytics for hyperalert binary. This release requires Kubernetes 1.9.0 or later release. To install/update, please follow the deployment guide here .

Download Docker images via:

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

Notable Features:

8.0.0-rc.0

5 years ago

Searchlight 8.0.0-rc.0 fixes various issues with installer and updates Kubernetes client-go dependency to 1.13.0. This release requires Kubernetes 1.9.0 or later release. To install/update, please follow the deployment guide here .

Download Docker images via:

docker pull appscode/searchlight:8.0.0-rc.0
docker pull appscode/icinga:8.0.0-rc.0-k8s

Notable Features:

What's Next Please test this release and report any issues. We are going to mark this is as 8.0.0 in a few weeks. This will be also the last major release for Searchlight operator.

7.0.0

5 years ago

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.

7.0.0-rc.0

5 years ago

Searchlight 7.0.0-rc.0 brings a number of major features. These are:

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

Download Docker images via:

docker pull appscode/searchlight:7.0.0-rc.0
docker pull appscode/icinga:7.0.0-rc.0-k8s

Changelog:

What's Next Please use this release in your dev/test/qa cluster and report back any issues. This release is closed for new features. We hope to mark this as GA by next week.

5.1.1

6 years ago

Searchlight 5.1.1 fixes couple of bugs in 5.1.0 release. Please follow the deployment guide here to install/upgrade.

Download Docker images via:

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

Changelog:

  • Prepare docs for 5.1.1 release (#286)
  • If no service available, delete host (#285)
  • Fix RBAC permission (#274)

5.1.0

6 years ago

Searchlight 5.1.0 can send alert notifications to Telegram channels. Please follow the deployment guide here to install/upgrade.

Download Docker images via:

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

Chnagelog:

  • Fix docs to make vars string=>string #257
  • Support Telegram as notifier #256

5.0.0

6 years ago

Searchlight 5.0.0 updates client-go to 5.0.0. Searchlight docs has been reorganized and now hosted on the product site. Please follow the deployment guide here to install/upgrade.

Download Docker images via:

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

Chnagelog:

  • Support hipchat server #237
  • Failed to create events on CRD objects #216
  • Set analytics ClientID #247
  • Reorganize docs #252 (sajibcse68)
  • Update gendocs script to generate front matter #245
  • Make chart namespaced #236
  • Use client-go 5.x #233
  • Add CustomResourceDefinition #232
  • Document how to use kubectl #229
  • Add short names for alert objects #228
  • Generate ugorji stuff #226

4.0.0

6 years ago

Searchlight 4.0.0 uses CustomResourceDefinitions instead of ThirdPartyResources and updates client-go to 4.0.0. This version also drops support for Kubernetes 1.6 or below. If you deploy this on a Kubernetes 1.7 cluster, Searchlight will automatically migrate existings TPRs into CRD. We recommend that you keep a backup of Searchlight objects before upgrading. Please follow the deployment guide here to install/upgrade.

Download Docker images via:

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

Chnagelog:

  • Update docs for 4.0.0 release #225
  • Install Searchlight as a critical addon #224
  • Update chart to add roles for CRD #223
  • Revendor errors, log package. #222
  • Fixed e2e test #221
  • Update notifications email templates #209
  • Update chart to latest convention #219
  • Use ObjectReference to write events #217
  • Use kubernetes/code-generator #215
  • Move all types to types.go #214
  • Move analytics collector to root command #212
  • Support migration from TPR to CRD #211
  • Check for ResourceType #210
  • Use kutil in e2e-test #201

3.0.1

6 years ago

Searchlight 3.0.1 fixes a bug related to sending notification. Please upgrade to this version if you are using Searchlight currently. For new users, please follow the deployment guide here. For existing users, please upgrade the image tags for operator container to appscode/searchlight:3.0.1 and icinga container to appscode/icinga:3.0.1-k8s .

Download Docker images via:

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

Chnagelog:

  • Fixes notification (#202)
  • Find notification secret from alert namespace (#207)

3.0.0

6 years ago

Searchlight 3.0.0 is a complete rewrite from prior version with 3 types of Alert TPRs, namely, ClusterAlert, NodeAlert and PodAlert. We recommend updating Searchlight operator if you are using it currently. For new users, please follow the deployment guide here. For existing users, please delete the existing Searchlight operation and then install following the deployment guide here.

Download Docker images via:

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