Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 10 additions & 0 deletions content/chronograf/v1/about_the_project/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Chronograf release notes
description: Important changes and what's new in each version of Chronograf.

Check notice on line 3 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

write-good.E-Prime

Try to avoid using 'what's'.
menu:
chronograf_v1:
name: Release notes
Expand All @@ -10,6 +10,16 @@
- /chronograf/v1/about_the_project/release-notes-changelog/
---

## v1.11.1 {date="2026-04-15"}

- Adds support for Darwin arm64.

### Maintenance updates

- Various security updates.
- Upgrade Go to 1.25.8.
- Upgrade Flux to 0.200.

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

> [!Warning]
Expand Down Expand Up @@ -149,7 +159,7 @@

#### Flux Builder improvements

- Rename the Flux `Query Builder` to the Flux `Script Builder`, and add new functionality including:

Check warning on line 162 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

InfluxDataDocs.WordList

Use 'capability' or 'feature' instead of 'functionality'.
- Ability to load truncated tags and keys into the Flux Script Builder when connected to InfluxDB Cloud.
- Script Builder tag keys and tag values depend on a selected time range.
- Make aggregation function selection optional.
Expand Down Expand Up @@ -218,7 +228,7 @@

- When using a `name` task variable, the TICKscript name that appears in the Alert portion of Chronograf now reflects that variable.
Previously, name variables were ignored and this led to confusion.
- TICKscripts created from templates are now visible in a read-only mode from within Chronograf.

Check notice on line 231 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

write-good.E-Prime

Try to avoid using 'is'.
In addition, TICKscripts created from templates will _not_ appear in the Alert Rule section of the UI.
{{% note %}}
This requires Kapacitor 1.6.2, which now provides information about the template used to create the underlying TICKscript.
Expand Down Expand Up @@ -260,13 +270,13 @@
{{% /warn %}}

### Features
- Support data migrations to ETCD over HTTPS.

Check notice on line 273 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

InfluxDataDocs.Acronyms

Spell out 'ETCD', if it's unfamiliar to the audience.
- Set trusted CA certificates for ETCD connections.

Check notice on line 274 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

InfluxDataDocs.Acronyms

Spell out 'ETCD', if it's unfamiliar to the audience.
- Configure new Kapacitor alert endpoints in the UI.
- [ServiceNow](/chronograf/v1/guides/configuring-alert-endpoints/#servicenow)
- [BigPanda](/chronograf/v1/guides/configuring-alert-endpoints/#bigpanda)
- [Teams](/chronograf/v1/guides/configuring-alert-endpoints/#teams)
- [Zenoss](/chronograf/v1/guides/configuring-alert-endpoints/#zenoss)

Check warning on line 279 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

InfluxDataDocs.Spelling

Did you really mean 'Zenoss'?
- Remove HipChat alert endpoints.
- [Show or hide the log status histogram](/chronograf/v1/guides/analyzing-logs/#show-or-hide-the-log-status-histogram)
in the Log Viewer.
Expand All @@ -284,9 +294,9 @@
Flux queries include a `v` record with a key value pair for each variable.
- [Define template variables with Flux](/chronograf/v1/guides/dashboard-template-variables/#flux-query).
- Add [Kapacitor Flux tasks](/chronograf/v1/guides/advanced-kapacitor/#manage-kapacitor-flux-tasks)
on the Manage Tasks page (read only).

Check notice on line 297 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

Google.Parens

Use parentheses judiciously.
- Provide documentation link when Flux is not enabled in InfluxDB 1.8+.

Check notice on line 298 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

write-good.E-Prime

Try to avoid using 'is'.
- Write to buckets when Flux mode is selected.

Check notice on line 299 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

write-good.E-Prime

Try to avoid using 'is'.
- Filter fields in the Query Builder.
- [Select write precision](/chronograf/v1/guides/write-to-influxdb/#upload-line-protocol-through-the-chronograf-ui)
when writing data through the Chronograf UI.
Expand Down Expand Up @@ -329,11 +339,11 @@
- Upgrade Go to 1.16.
- Upgrade build process to Python 3.

## v1.8.10 {date="2020-02-08"}

Check warning on line 342 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

InfluxDataDocs.Capitalization

'v1.8.10 {date="2020-02-08"}' should be in sentence case

### Features

- Add the ability to set the active InfluxDB database and retention policy for InfluxQL commands. Now, in Chronograf Data Explorer, if you select a metaquery template (InfluxQL command) that requires you to specify an active database, such as `DROP MEASUREMENT`, `DROP SERIES FROM`, and `DELETE FROM`, the `USE` command is prepended to your InfluxQL command as follows:

Check warning on line 346 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

InfluxDataDocs.Spelling

Did you really mean 'prepended'?

Check notice on line 346 in content/chronograf/v1/about_the_project/release-notes.md

View workflow job for this annotation

GitHub Actions / Vale style check

write-good.E-Prime

Try to avoid using 'is'.

```
USE "db_name"; DROP MEASUREMENT "measurement_name"
Expand Down
2 changes: 1 addition & 1 deletion data/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ chronograf:
versions: [v1]
latest: v1.11
latest_patches:
v1: 1.11.0
v1: 1.11.1
ai_sample_questions:
- How do I configure Chronograf for InfluxDB v1?
- How do I create a dashboard in Chronograf?
Expand Down
Loading