From e0245fbfffbcf63f2365322e9a9d1c456bc6ba70 Mon Sep 17 00:00:00 2001 From: Joel Abshier Date: Tue, 23 Sep 2025 14:17:58 -0500 Subject: [PATCH 1/3] Release influxctl v2.10.5 --- data/products.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/products.yml b/data/products.yml index 9dc3153941..c4ad671e0e 100644 --- a/data/products.yml +++ b/data/products.yml @@ -64,7 +64,7 @@ influxdb3_cloud_dedicated: list_order: 3 latest: cloud-dedicated link: "https://www.influxdata.com/contact-sales-cloud-dedicated/" - latest_cli: 2.10.4 + latest_cli: 2.10.5 placeholder_host: cluster-id.a.influxdb.io ai_sample_questions: - How do I migrate from InfluxDB v1 to InfluxDB Cloud Dedicated? From 19e91661e11261eeae5cb7aebfcb4ffca102477a Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 23 Sep 2025 13:23:18 -0600 Subject: [PATCH 2/3] chore(influxctl): add influxctl 2.10.5 release notes --- content/shared/influxctl/release-notes.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/shared/influxctl/release-notes.md b/content/shared/influxctl/release-notes.md index 8e20ec8be6..868157abc8 100644 --- a/content/shared/influxctl/release-notes.md +++ b/content/shared/influxctl/release-notes.md @@ -1,9 +1,18 @@ +## 2.10.5 {date="2025-09-23"} + +### Bug Fixes + +- Update warnings for `influxctl database delete` command. + ## 2.10.4 {date="2025-09-22"} ### Features - Add the [`influxctl table undelete` command](/influxdb3/version/reference/cli/influxctl/table/undelete/). -- Add `--filter-status` flag to the [`influxctl database list` command](/influxdb3/version/reference/cli/influxctl/database/list/). +- Add `--filter-status` flag to the + [`influxctl database list`](/influxdb3/version/reference/cli/influxctl/database/list/) + and [`influxctl table list`](/influxdb3/version/reference/cli/influxctl/table/list/) + commands. ### Bug Fixes From 5dfc530604393f27df94a65a44cf92c29d5b34fa Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 23 Sep 2025 13:23:55 -0600 Subject: [PATCH 3/3] Update content/shared/influxctl/release-notes.md --- content/shared/influxctl/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxctl/release-notes.md b/content/shared/influxctl/release-notes.md index 868157abc8..249726e76c 100644 --- a/content/shared/influxctl/release-notes.md +++ b/content/shared/influxctl/release-notes.md @@ -2,7 +2,7 @@ ### Bug Fixes -- Update warnings for `influxctl database delete` command. +- Update warnings for the `influxctl database delete` command. ## 2.10.4 {date="2025-09-22"}