From c10db52921b3cd9a99ea18c29cd5f77cb204ea4e Mon Sep 17 00:00:00 2001 From: Kelly Date: Mon, 26 Oct 2020 12:47:59 -0700 Subject: [PATCH] kapacitor 1.8.7 RN upds --- .../v1.5/about_the_project/releasenotes-changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/kapacitor/v1.5/about_the_project/releasenotes-changelog.md b/content/kapacitor/v1.5/about_the_project/releasenotes-changelog.md index 1c0f1487d..0db89683b 100644 --- a/content/kapacitor/v1.5/about_the_project/releasenotes-changelog.md +++ b/content/kapacitor/v1.5/about_the_project/releasenotes-changelog.md @@ -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]