Release Chronograf v1.11.0 (#6854)
* Release Chronograf v1.11.0 * fix: warning format Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>copilot/add-flux-log-enabled-docs^2
parent
d68ea2a933
commit
3606b03e7d
|
|
@ -55,7 +55,7 @@ Telegraf:
|
|||
- Documentation: https://docs.influxdata.com/telegraf/v1.37/
|
||||
|
||||
Chronograf:
|
||||
- Documentation: https://docs.influxdata.com/chronograf/v1.10/
|
||||
- Documentation: https://docs.influxdata.com/chronograf/v1.11/
|
||||
|
||||
Kapacitor:
|
||||
- Documentation: https://docs.influxdata.com/kapacitor/v1.8/
|
||||
|
|
|
|||
|
|
@ -10,6 +10,22 @@ aliases:
|
|||
- /chronograf/v1/about_the_project/release-notes-changelog/
|
||||
---
|
||||
|
||||
## v1.11.0 {date="2026-02-19"}
|
||||
|
||||
> [!Warning]
|
||||
> Chronograf 1.11.0 removes support for Linux i386, armhf, armel, and static builds.
|
||||
> It also removes support for Darwin arm64.
|
||||
|
||||
### Maintenance updates
|
||||
|
||||
- Upgrade Go to 1.24.13.
|
||||
- Upgrade TypeScript to 4.9.5.
|
||||
- Upgrade Node.js to v24.13.0.
|
||||
|
||||
### Other
|
||||
|
||||
- Update Flux help in the UI to align with stdlib 0.199.
|
||||
|
||||
## v1.10.9 {date="2026-01-07"}
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -274,9 +274,9 @@ chronograf:
|
|||
menu_category: other
|
||||
list_order: 7
|
||||
versions: [v1]
|
||||
latest: v1.10
|
||||
latest: v1.11
|
||||
latest_patches:
|
||||
v1: 1.10.9
|
||||
v1: 1.11.0
|
||||
ai_sample_questions:
|
||||
- How do I configure Chronograf for InfluxDB v1?
|
||||
- How do I create a dashboard in Chronograf?
|
||||
|
|
|
|||
Loading…
Reference in New Issue