hotfix: Kapacitor 1.7.1
parent
fc0892fe71
commit
e0613d6b29
|
@ -9,6 +9,14 @@ aliases:
|
||||||
- /kapacitor/v1/about_the_project/releasenotes-changelog/
|
- /kapacitor/v1/about_the_project/releasenotes-changelog/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## v1.7.1 [2023-10-20]
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Security fix: (CVE-2023-44487: HTTP/2 Rapid Reset attack)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v1.7.0 [2023-08-18]
|
## v1.7.0 [2023-08-18]
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -97,7 +97,7 @@ kapacitor:
|
||||||
versions: [v1]
|
versions: [v1]
|
||||||
latest: v1.7
|
latest: v1.7
|
||||||
latest_patches:
|
latest_patches:
|
||||||
v1: 1.7.0
|
v1: 1.7.1
|
||||||
|
|
||||||
enterprise_influxdb:
|
enterprise_influxdb:
|
||||||
name: "InfluxDB Enterprise"
|
name: "InfluxDB Enterprise"
|
||||||
|
|
Loading…
Reference in New Issue