From 8597a87597563447f333aa2aac15bb4d0e031d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Thu, 19 Feb 2026 16:55:56 +0100 Subject: [PATCH 1/5] Release Chronograf v1.11.0 --- PLATFORM_REFERENCE.md | 2 +- .../v1/about_the_project/release-notes.md | 17 +++++++++++++++++ data/products.yml | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/PLATFORM_REFERENCE.md b/PLATFORM_REFERENCE.md index 5cec041131..c4e5f5d676 100644 --- a/PLATFORM_REFERENCE.md +++ b/PLATFORM_REFERENCE.md @@ -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/ diff --git a/content/chronograf/v1/about_the_project/release-notes.md b/content/chronograf/v1/about_the_project/release-notes.md index 212f280d8b..8c493415b6 100644 --- a/content/chronograf/v1/about_the_project/release-notes.md +++ b/content/chronograf/v1/about_the_project/release-notes.md @@ -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 %}} + +### 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 diff --git a/data/products.yml b/data/products.yml index 22b0e7885a..cde0254fef 100644 --- a/data/products.yml +++ b/data/products.yml @@ -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? From be9ef148c26855652a3e99bd23f942d816135c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Fri, 20 Feb 2026 05:54:22 +0100 Subject: [PATCH 2/5] fix: warning format Co-authored-by: Scott Anderson --- content/chronograf/v1/about_the_project/release-notes.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/chronograf/v1/about_the_project/release-notes.md b/content/chronograf/v1/about_the_project/release-notes.md index 8c493415b6..b90b1d98be 100644 --- a/content/chronograf/v1/about_the_project/release-notes.md +++ b/content/chronograf/v1/about_the_project/release-notes.md @@ -12,10 +12,9 @@ aliases: ## 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 %}} +> [!Warning] +> Chronograf 1.11.0 removes support for Linux i386, armhf, armel, and static builds. +> It also removes support for Darwin arm64. ### Maintenance updates From 72f77ec068891805e913abf1162a63ba1a420b60 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:19:10 +0000 Subject: [PATCH 3/5] Initial plan From 134a39097220fb1cd0eaed18413973d767cf1104 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:21:39 +0000 Subject: [PATCH 4/5] Fix 6 broken links in Chronograf release notes Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --- .../v1/about_the_project/release-notes.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/content/chronograf/v1/about_the_project/release-notes.md b/content/chronograf/v1/about_the_project/release-notes.md index b90b1d98be..ffe017d266 100644 --- a/content/chronograf/v1/about_the_project/release-notes.md +++ b/content/chronograf/v1/about_the_project/release-notes.md @@ -341,7 +341,7 @@ USE "db_name"; DROP SERIES FROM "measurement_name" WHERE "tag" = 'value' USE "db_name"; DELETE FROM "measurement_name" WHERE "tag" = 'value' AND time < '2020-01-01' ``` -- Add support for Bitbucket `emails` endpoint with generic OAuth. For more information, see [Bitbucket documentation](https://developer.atlassian.com/bitbucket/api/2/reference/resource/user/emails) and how to [configure Chronograf to authenticate with OAuth 2.0](/chronograf/v1/administration/managing-security/#configure-chronograf-to-authenticate-with-oauth-2-0). +- Add support for Bitbucket `emails` endpoint with generic OAuth. For more information, see [Bitbucket documentation](https://developer.atlassian.com/bitbucket/api/2/reference/resource/user/emails) and how to [configure Chronograf to authenticate with OAuth 2.0](/chronograf/v1/administration/managing-security/#configure-chronograf-to-authenticate-with-oauth-20). ### Bug Fixes @@ -509,9 +509,9 @@ features and bug fixes below. If you're installing Chronograf for the first time, learn how to [create a new Chronograf HA configuration](/chronograf/v1/administration/create-high-availability/). If you're upgrading Chronograf, learn how to [migrate your existing Chronograf configuration to HA](/chronograf/v1/administration/migrate-to-high-availability/). -- Add configuration option to [disable the Host List page](/chronograf/v1/administration/config-options/#host-page-disabled-h). +- Add configuration option to [disable the Host List page](/chronograf/v1/administration/config-options/#host-page-disabled). - Add ability to select a data source when [creating a template variable](/chronograf/v1/guides/dashboard-template-variables/#create-custom-template-variables). -- Add the `refresh` query parameter to set the dashboard auto-refresh interval (by default, 10000 milliseconds). Discover ways to [configure your dashboard](/chronograf/v1/guides/create-a-dashboard/#step-6-configure-your-dashboard). +- Add the `refresh` query parameter to set the dashboard auto-refresh interval (by default, 10000 milliseconds). Discover ways to [configure your dashboard](/chronograf/v1/guides/create-a-dashboard/#configure-dashboard-wide-settings). ### Bug Fixes @@ -1355,7 +1355,7 @@ features and bug fixes below. * When dashboard time range is changed, reset graphs that are zoomed in * [Bar graph](/chronograf/v1/guides/visualization-types/#bar-graph) option added to dashboard * Redesign source management table to be more intuitive - * Redesign [Line + Single Stat](/chronograf/v1/guides/visualization-types/#line-graph-single-stat) cells to appear more like a sparkline, and improve legibility + * Redesign [Line + Single Stat](/chronograf/v1/guides/visualization-types/#line-graph--single-stat) cells to appear more like a sparkline, and improve legibility ## v1.3.2.0 {date="2017-06-05"} @@ -1391,7 +1391,7 @@ In versions 1.3.1+, installing a new version of Chronograf automatically clears ### Bug fixes - * Fix infinite spinner when `/chronograf` is a [basepath](/chronograf/v1/administration/config-options/#basepath-p) + * Fix infinite spinner when `/chronograf` is a [basepath](/chronograf/v1/administration/config-options/#basepath) * Remove the query templates dropdown from dashboard cell editor mode * Fix the backwards sort arrows in table column headers * Make the logout button consistent with design @@ -1420,25 +1420,25 @@ In versions 1.3.1+, installing a new version of Chronograf automatically clears ### Bug fixes - * Fix the link to home when using the [`--basepath` option](/chronograf/v1/administration/config-options/#basepath-p) + * Fix the link to home when using the [`--basepath` option](/chronograf/v1/administration/config-options/#basepath) * Remove the notification to login on the login page * Support queries that perform math on functions * Prevent the creation of blank template variables * Ensure thresholds for Kapacitor Rule Alerts appear on page load * Update the Kapacitor configuration page when the configuration changes - * Fix Authentication when using Chronograf with a set [basepath](/chronograf/v1/administration/config-options/#basepath-p) + * Fix Authentication when using Chronograf with a set [basepath](/chronograf/v1/administration/config-options/#basepath) * Show red indicator on Hosts Page for an offline host * Support escaping from presentation mode in Safari * Re-implement level colors on the alerts page * Fix router bug introduced by upgrading to react-router v3.0 - * Show legend on [Line+Stat](/chronograf/v1/guides/visualization-types/#line-graph-single-stat) visualization type + * Show legend on [Line+Stat](/chronograf/v1/guides/visualization-types/#line-graph--single-stat) visualization type * Prevent queries with `:dashboardTime:` from breaking the query builder ### Features * Add line-protocol proxy for InfluxDB/InfluxDB Enterprise Cluster data sources * Add `:dashboardTime:` to support cell-specific time ranges on dashboards - * Add support for enabling and disabling [TICKscripts that were created outside Chronograf](/chronograf/v1/guides/advanced-kapacitor/#tickscript-management) + * Add support for enabling and disabling [TICKscripts that were created outside Chronograf](/chronograf/v1/guides/advanced-kapacitor/#manage-kapacitor-tickscripts) * Allow users to delete Kapacitor configurations ### UI improvements From 0db01c4d16c5ab38e271bb73d79257d3e1a2a29c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:26:44 +0000 Subject: [PATCH 5/5] Fix all 6 broken links in Chronograf release notes with correct fragment IDs Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --- content/chronograf/v1/about_the_project/release-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/chronograf/v1/about_the_project/release-notes.md b/content/chronograf/v1/about_the_project/release-notes.md index ffe017d266..696109e540 100644 --- a/content/chronograf/v1/about_the_project/release-notes.md +++ b/content/chronograf/v1/about_the_project/release-notes.md @@ -509,7 +509,7 @@ features and bug fixes below. If you're installing Chronograf for the first time, learn how to [create a new Chronograf HA configuration](/chronograf/v1/administration/create-high-availability/). If you're upgrading Chronograf, learn how to [migrate your existing Chronograf configuration to HA](/chronograf/v1/administration/migrate-to-high-availability/). -- Add configuration option to [disable the Host List page](/chronograf/v1/administration/config-options/#host-page-disabled). +- Add configuration option to [disable the Host List page](/chronograf/v1/administration/config-options/#--host-page-disabled---h). - Add ability to select a data source when [creating a template variable](/chronograf/v1/guides/dashboard-template-variables/#create-custom-template-variables). - Add the `refresh` query parameter to set the dashboard auto-refresh interval (by default, 10000 milliseconds). Discover ways to [configure your dashboard](/chronograf/v1/guides/create-a-dashboard/#configure-dashboard-wide-settings). @@ -1391,7 +1391,7 @@ In versions 1.3.1+, installing a new version of Chronograf automatically clears ### Bug fixes - * Fix infinite spinner when `/chronograf` is a [basepath](/chronograf/v1/administration/config-options/#basepath) + * Fix infinite spinner when `/chronograf` is a [basepath](/chronograf/v1/administration/config-options/#--basepath---p) * Remove the query templates dropdown from dashboard cell editor mode * Fix the backwards sort arrows in table column headers * Make the logout button consistent with design @@ -1420,13 +1420,13 @@ In versions 1.3.1+, installing a new version of Chronograf automatically clears ### Bug fixes - * Fix the link to home when using the [`--basepath` option](/chronograf/v1/administration/config-options/#basepath) + * Fix the link to home when using the [`--basepath` option](/chronograf/v1/administration/config-options/#--basepath---p) * Remove the notification to login on the login page * Support queries that perform math on functions * Prevent the creation of blank template variables * Ensure thresholds for Kapacitor Rule Alerts appear on page load * Update the Kapacitor configuration page when the configuration changes - * Fix Authentication when using Chronograf with a set [basepath](/chronograf/v1/administration/config-options/#basepath) + * Fix Authentication when using Chronograf with a set [basepath](/chronograf/v1/administration/config-options/#--basepath---p) * Show red indicator on Hosts Page for an offline host * Support escaping from presentation mode in Safari * Re-implement level colors on the alerts page