Releases: influxdata/kapacitor
Releases · influxdata/kapacitor
v1.6.2
v1.6.2 [2021-09-29]
Bugfixes
- #2582: expvar string json encoding to handle special chars, thanks @prashanthjbabu!
- #2605: Updated jwt dependencies of libraries because of https://nvd.nist.gov/vuln/detail/CVE-2020-26160
- #2601: Switched to github.com/golang-jwt/jwt for kapacitor's use because of https://nvd.nist.gov/vuln/detail/CVE-2020-26160
- #2618: Switch task service to use Flux formatter that preserves comments
Features
- #2621: Add template-id to task list.
- #2622: auto-create 1.x DB or 2.x bucket for flux task logs
- #2608: Allow for compact json in templates and BP
FILES & PACKAGES | SHA256 |
---|---|
kapacitor-1.6.2_windows_amd64.zip | c1df6fc38b1ed0521da971af36b42aa98e70de1ed3f21a342e9071dd415b4858 |
kapacitor_1.6.2-1_amd64.deb | 46f54f545541c6d3bf8423d7ba8f3bcd3aded4f3fa400006fda52f6423bb70f8 |
kapacitor-1.6.2_linux_amd64.tar.gz | c7bf4608816f79659ca53e1ae9b4880a5899be9317976bdaf3e0fe135b38f74c |
kapacitor-1.6.2-1.x86_64.rpm | ec4a9d2b72ba1ece62316424919f2df5e982c43a816dde1c2a3d2e69ed12555e |
kapacitor-1.6.2-1.aarch64.rpm | 4471999dedd3b6b6d5052adf5aa2c22b73b572dadb5bb9a7be9958d5135536e8 |
kapacitor-1.6.2_darwin_amd64.tar.gz | 20a1c4123677db6bf03d001d59eab511f219f17098045f26bd479efafe48d285 |
kapacitor-1.6.2_linux_arm64.tar.gz | 3f21f915c8960e8d74cbb00a52fbdb30c0fce30a0088638a2ea0568b4f6dc541 |
kapacitor_1.6.2-1_arm64.deb | f96306ac54cde0c344acf55a2c8ac8c2c07a3dd345670d6345129e143233bcbb |
v1.6.2-rc0
Early release to handle a security CVE in a library https://nvd.nist.gov/vuln/detail/CVE-2020-26160
We will be moving most of the work planned for 1.6.2 to 1.6.3.
v1.6.1
v1.6.1-rc2
v1.6.1-rc2
v1.5.9-profiling
This is a release to help a customer provide us with a performance problem.
v1.6.1-rc1
Fix changelog for merge, in wrong place (#2595)
v1.6.1-rc0
feat: flag to allow blacklisting CIDR ranges (#2589) * feat: flag to allow blacklisting CIDR ranges
v1.6.0
v1.6.0-rc3
Update CHANGELOG.md (#2580)
v1.6.0-rc2
feat: shared secret auth to influxdb in OSS (#2576) * feat: shared secret auth to influxdb in OSS * test: fix default values in update test