Merge pull request #5982 from influxdata/chronograf-1.10.7
Release Chronograf v1.10.7pull/5983/head
commit
bb930bbfc9
|
@ -10,6 +10,16 @@ aliases:
|
||||||
- /chronograf/v1/about_the_project/release-notes-changelog/
|
- /chronograf/v1/about_the_project/release-notes-changelog/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## v1.10.7 {date="2025-04-15"}
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fix Hosts page loading.
|
||||||
|
|
||||||
|
### Dependency updates
|
||||||
|
|
||||||
|
- Upgrade Go to 1.23.8.
|
||||||
|
|
||||||
## v1.10.6 {date="2024-12-16"}
|
## v1.10.6 {date="2024-12-16"}
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -88,8 +88,8 @@ influxdb:
|
||||||
latest_cli:
|
latest_cli:
|
||||||
v2: 2.7.5
|
v2: 2.7.5
|
||||||
ai_sample_questions:
|
ai_sample_questions:
|
||||||
- How do I write and query data with InfluxDB v2 OSS?
|
- How do I write and query data with InfluxDB v2 OSS?
|
||||||
- How can I migrate from InfluxDB v2 OSS to InfluxDB 3 Core?
|
- How can I migrate from InfluxDB v2 OSS to InfluxDB 3 Core?
|
||||||
- How do I manage auth tokens in InfluxDB v2 OSS?
|
- How do I manage auth tokens in InfluxDB v2 OSS?
|
||||||
|
|
||||||
influxdb_cloud:
|
influxdb_cloud:
|
||||||
|
@ -102,8 +102,8 @@ influxdb_cloud:
|
||||||
latest: cloud
|
latest: cloud
|
||||||
placeholder_host: cloud2.influxdata.com
|
placeholder_host: cloud2.influxdata.com
|
||||||
ai_sample_questions:
|
ai_sample_questions:
|
||||||
- How do I write and query data with InfluxDB Cloud 2?
|
- How do I write and query data with InfluxDB Cloud 2?
|
||||||
- How is Cloud 2 different from Cloud Serverless?
|
- How is Cloud 2 different from Cloud Serverless?
|
||||||
- How do I manage auth tokens in InfluxDB Cloud 2?
|
- How do I manage auth tokens in InfluxDB Cloud 2?
|
||||||
|
|
||||||
telegraf:
|
telegraf:
|
||||||
|
@ -128,7 +128,7 @@ chronograf:
|
||||||
versions: [v1]
|
versions: [v1]
|
||||||
latest: v1.10
|
latest: v1.10
|
||||||
latest_patches:
|
latest_patches:
|
||||||
v1: 1.10.6
|
v1: 1.10.7
|
||||||
ai_sample_questions:
|
ai_sample_questions:
|
||||||
- How do I configure Chronograf for InfluxDB v1?
|
- How do I configure Chronograf for InfluxDB v1?
|
||||||
- How do I create a dashboard in Chronograf?
|
- How do I create a dashboard in Chronograf?
|
||||||
|
@ -158,7 +158,7 @@ enterprise_influxdb:
|
||||||
latest_patches:
|
latest_patches:
|
||||||
v1: 1.11.8
|
v1: 1.11.8
|
||||||
ai_sample_questions:
|
ai_sample_questions:
|
||||||
- How can I configure my InfluxDB v1 Enterprise server?
|
- How can I configure my InfluxDB v1 Enterprise server?
|
||||||
- How do I replicate data between InfluxDB v1 Enterprise and OSS?
|
- How do I replicate data between InfluxDB v1 Enterprise and OSS?
|
||||||
- How do I query data stored in InfluxDB v1?
|
- How do I query data stored in InfluxDB v1?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue