kapacitor 1.8.7 RN upds

pull/1458/head
Kelly 2020-10-26 12:47:59 -07:00
parent 4e1c8dc5e2
commit c10db52921
1 changed files with 4 additions and 1 deletions

View File

@ -6,18 +6,21 @@ menu:
parent: About the project
---
## v1.5.7 [2020-08-27]
## v1.5.7 [2020-10-26]
## Features
- Add the `.RecoveryAction()` method to support overriding the OpsGenieV2 alert recovery action in a TICKscript, thanks @zabullet!
- Add support for templating URLs in the [`httpPost` node](/kapacitor/v1.5/nodes/http_post_node/) and [`alert` node](/kapacitor/v1.5/nodes/alert_node/). To set up an template:
- For the `alert` node, see [alert templates](/kapacitor/v1.5/event_handlers/post/#alert-templates).
- For the `http post` node, see [row templates](/kapacitor/v1.5/event_handlers/post/#row-templates).
- Upgrade `github.com/gorhill/cronexpr`, thanks @wuguanyu!
- Add the [ServiceNow event handler](/kapacitor/v1.5/event_handlers/servicenow/) to support ServiceNow integration and provide proxy support.
### Bug fixes
- Add error check when the system fails to read the replay file, thanks @johncming!
- Add missing `.Details` to the alert template.
## v1.5.6 [2020-07-17]