Release Chronograf v1.10.6 (#5714)
* Release Chronograf v1.10.6 * Update content/chronograf/v1/about_the_project/release-notes.md --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/5715/head
parent
f9ad60d7e2
commit
a4a1d8b433
|
@ -10,6 +10,19 @@ aliases:
|
|||
- /chronograf/v1/about_the_project/release-notes-changelog/
|
||||
---
|
||||
|
||||
## v1.10.6 {date="2024-12-16"}
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Prevent dangerous InfluxQL statements from automatically executing.
|
||||
- Fix Hosts page loading when there is a large number of connections.
|
||||
- Support InfluxDB Enterprise when using the Flux Query Builder.
|
||||
- Support metaqueries for InfluxDB Cloud Serverless environments.
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- Upgrade Go to 1.22.7.
|
||||
|
||||
## v1.10.5 {date="2024-05-31"}
|
||||
|
||||
### Dependency updates
|
||||
|
|
|
@ -76,7 +76,7 @@ chronograf:
|
|||
versions: [v1]
|
||||
latest: v1.10
|
||||
latest_patches:
|
||||
v1: 1.10.5
|
||||
v1: 1.10.6
|
||||
|
||||
kapacitor:
|
||||
name: Kapacitor
|
||||
|
|
Loading…
Reference in New Issue