Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion PLATFORM_REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
17 changes: 17 additions & 0 deletions content/chronograf/v1/about_the_project/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ aliases:
- /chronograf/v1/about_the_project/release-notes-changelog/
---

## v1.11.0 {date="2026-02-19"}

{{% warn %}}
**Warning:** Chronograf 1.11.0 removes support for Linux i386, armhf, armel, and static builds.
It also removes support for Darwin arm64.
{{% /warn %}}
Comment thread
bednar marked this conversation as resolved.
Outdated

### 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
Expand Down
4 changes: 2 additions & 2 deletions data/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
Loading