Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kapacitor 1.6.0 release notes #2682

Merged
merged 5 commits into from
Jun 9, 2021
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions content/kapacitor/v1.6/about_the_project/releasenotes-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,25 @@ menu:
parent: About the project
---

## v1.6.0 [2021-TK]

### Features

- Support Flux tasks in Kapacitor CLI. <!-- https://github.com/influxdata/kapacitor/pull/2559 -->
- Run Flux tasks with built-in Flux engine. <!-- https://github.com/influxdata/kapacitor/pull/2555 -->
- Add Zenoss alert event handler. <!-- https://github.com/influxdata/kapacitor/pull/2484 -->
- Route kafka alerts to partitions by ID, and allow for configuring the hashing strategy. <!-- https://github.com/influxdata/kapacitor/pull/2493 -->
- Pull in authorization code from Kapacitor Enterprise. <!-- https://github.com/influxdata/kapacitor/pull/2512 -->
- Add a node `tricklenode` that converts batches to streams (the inverse of `windownode`). <!-- https://github.com/influxdata/kapacitor/pull/2530 -->
- Enable new-style Slack apps. <!-- https://github.com/influxdata/kapacitor/pull/2560 -->
<!-- - flux tasks skeleton in Kapacitor <\!-- https://github.com/influxdata/kapacitor/pull/2544 -\-> -->

### Bugfixes
- Fix a panic in the scraper handler when debug mode is enabled. <!-- https://github.com/influxdata/kapacitor/pull/2564 -->
pierwill marked this conversation as resolved.
Show resolved Hide resolved

## v1.5.9 [2021-04-01]

## Features
### Features

#### New event handler

Expand Down Expand Up @@ -53,7 +69,7 @@ If you’ve installed this release, please roll back to v1.5.7 as soon as possib

## v1.5.7 [2020-10-26]

## Features
### 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.6/nodes/http_post_node/) and [`alert` node](/kapacitor/v1.6/nodes/alert_node/). To set up an template:
Expand All @@ -69,7 +85,7 @@ If you’ve installed this release, please roll back to v1.5.7 as soon as possib

## v1.5.6 [2020-07-17]

## Features
### Features

- Add [Microsoft Teams event handler](/kapacitor/v1.6/event_handlers/microsoftteams/), thanks @mmindenhall!
- Add [Discord event handler](/kapacitor/v1.6/event_handlers/discord/), thanks @mattnotmitt!
Expand All @@ -88,7 +104,7 @@ If you’ve installed this release, please roll back to v1.5.7 as soon as possib

## v1.5.5 [2020-04-20]

## Breaking changes
### Breaking changes

- Update release checksums (used to verify release bits haven't been tampered with) from MD5 (Message Digest, 128-bit digest) to SHA-256 (Secure Hash Algorithm 2, 256-bit digest).

Expand All @@ -98,7 +114,7 @@ If you’ve installed this release, please roll back to v1.5.7 as soon as possib

## v1.5.4 [2020-01-16]

## Features
### Features

- Add the ability to use templates when specifying MQTT (message queue telemetry transport) topic.
- Upgrade to support Python 3.0 for user defined functions (UDFs).
Expand Down