From 9b66957fceee6cc1e984faeb28084392f46624c1 Mon Sep 17 00:00:00 2001 From: meelahme Date: Thu, 16 Oct 2025 10:14:28 -0700 Subject: [PATCH 1/7] docs(api): add parameter descriptions for cache DELETE endpoints [Core] --- api-docs/influxdb3/core/v3/ref.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-docs/influxdb3/core/v3/ref.yml b/api-docs/influxdb3/core/v3/ref.yml index 02c36e9a8..e8a189f96 100644 --- a/api-docs/influxdb3/core/v3/ref.yml +++ b/api-docs/influxdb3/core/v3/ref.yml @@ -1168,11 +1168,13 @@ paths: required: true schema: type: string + description: The name of the table containing the distinct cache. - name: name in: query required: true schema: type: string + description: The name of the distinct cache to delete. responses: '200': description: Success. The distinct cache has been deleted. @@ -1221,11 +1223,13 @@ paths: required: true schema: type: string + description: The name of the table containing the last cache. - name: name in: query required: true schema: type: string + description: The name of the last cache to delete. responses: '200': description: Success. The last cache has been deleted. From 18a26b6a74c2782c14874d6cfa9e4879cf0842cf Mon Sep 17 00:00:00 2001 From: meelahme Date: Thu, 16 Oct 2025 10:22:42 -0700 Subject: [PATCH 2/7] docs(api): add parameter descriptions for cache DELETE endpoints [Enterprise] --- api-docs/influxdb3/enterprise/v3/ref.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-docs/influxdb3/enterprise/v3/ref.yml b/api-docs/influxdb3/enterprise/v3/ref.yml index 4d2cfad0c..cbf393816 100644 --- a/api-docs/influxdb3/enterprise/v3/ref.yml +++ b/api-docs/influxdb3/enterprise/v3/ref.yml @@ -1239,11 +1239,13 @@ paths: required: true schema: type: string + descriptiion: Thename of the table containing the distinct cache. - name: name in: query required: true schema: type: string + description: The name of the distinct cache to delete. responses: '200': description: Success. The distinct cache has been deleted. @@ -1292,11 +1294,13 @@ paths: required: true schema: type: string + description: The name of the table containing the last cache. - name: name in: query required: true schema: type: string + description: The name of the last cache to delete. responses: '200': description: Success. The last cache has been deleted. From 4b5c6a1fe7e818f2692026ba1f3dea5e6d5f1283 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:23:51 -0700 Subject: [PATCH 3/7] Update api-docs/influxdb3/enterprise/v3/ref.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- api-docs/influxdb3/enterprise/v3/ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/influxdb3/enterprise/v3/ref.yml b/api-docs/influxdb3/enterprise/v3/ref.yml index cbf393816..7a1094d87 100644 --- a/api-docs/influxdb3/enterprise/v3/ref.yml +++ b/api-docs/influxdb3/enterprise/v3/ref.yml @@ -1239,7 +1239,7 @@ paths: required: true schema: type: string - descriptiion: Thename of the table containing the distinct cache. + description: The name of the table containing the distinct cache. - name: name in: query required: true From 8b402e4f32ad497ab267f88f668bf808187109bf Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:23:58 -0700 Subject: [PATCH 4/7] Update api-docs/influxdb3/core/v3/ref.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- api-docs/influxdb3/core/v3/ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/influxdb3/core/v3/ref.yml b/api-docs/influxdb3/core/v3/ref.yml index e8a189f96..3d21dff42 100644 --- a/api-docs/influxdb3/core/v3/ref.yml +++ b/api-docs/influxdb3/core/v3/ref.yml @@ -1168,7 +1168,7 @@ paths: required: true schema: type: string - description: The name of the table containing the distinct cache. + description: The name of the table containing the distinct cache. - name: name in: query required: true From 6ef3458eb0809543e6bac8c1230c9657a931a96e Mon Sep 17 00:00:00 2001 From: Gary Fowler <97983559+garylfowler@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:12:08 -1000 Subject: [PATCH 5/7] chore: update Docker latest tag notification date to February 1, 2026 (#6460) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update Docker latest tag notification date to February 1, 2026 Updates the notification warning about Docker latest tag changing to InfluxDB 3 Core from November 3, 2025 to February 1, 2026. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude * Change date for InfluxDB Docker latest tag notification Update the date for InfluxDB Docker latest tag change. --------- Co-authored-by: Claude Co-authored-by: Scott Anderson --- data/notifications.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/notifications.yaml b/data/notifications.yaml index a73d66ee4..da1eb80ec 100644 --- a/data/notifications.yaml +++ b/data/notifications.yaml @@ -82,7 +82,7 @@ - /influxdb/cloud title: InfluxDB Docker latest tag changing to InfluxDB 3 Core slug: | - On **November 3, 2025**, the `latest` tag for InfluxDB Docker images will + On **February 3, 2026**, the `latest` tag for InfluxDB Docker images will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments. message: | From 608b767c027ef896090f67059c4b691585ddb026 Mon Sep 17 00:00:00 2001 From: Dustin Eaton Date: Fri, 17 Oct 2025 11:31:08 -0500 Subject: [PATCH 6/7] Influxctl v2.11.0 (#6466) * Release influxctl v2.11.0 * chore(influxctl): add influxctl 2.11.0 release notes --- content/shared/influxctl/release-notes.md | 39 ++++++++++++++++++++++- data/products.yml | 2 +- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/content/shared/influxctl/release-notes.md b/content/shared/influxctl/release-notes.md index 249726e76..32a18c083 100644 --- a/content/shared/influxctl/release-notes.md +++ b/content/shared/influxctl/release-notes.md @@ -1,3 +1,40 @@ +## 2.11.0 {date="2025-10-17"} + +### Features + +- Update the output of the `token create` and `management create` commands to include table output as well as the token string. + +Before example: + +``` +warn please copy the token and store in a safe place +warn this is the *only time* you will see the token + +``` + +After example: + +``` ++-------------+--------------------------------------+ +| id | 11111111-1111-1111-1111-111111111111 | +| description | Example Token | +| expires at | 2025-10-24T00:00:00Z | +| revoked at | | ++-------------+--------------------------------------+ +warn please copy the token and store in a safe place +warn this is the *only time* you will see the token + +``` + +### Dependency updates + +- Upgrade Go to 1.25.3. +- Update `github.com/go-git/go-git/v5` from 5.16.2 to 5.16.3. +- Update `golang.org/x/mod` from 0.28.0 to 0.29.0. +- Update `golang.org/x/oauth2` from 0.31.0 to 0.32.0. +- Update `google.golang.org/grpc` from 1.75.1 to 1.76.0. +- Update `google.golang.org/protobuf` from 1.36.9 to 1.36.10. + ## 2.10.5 {date="2025-09-23"} ### Bug Fixes @@ -19,7 +56,7 @@ - Allow changing only maxTables or maxColumns individually. ### Dependency updates - + - Update `github.com/apache/arrow-go/v18` from 18.4.0 to 18.4.1. - Update `github.com/golang-jwt/jwt/v5` from 5.2.3 to 5.3.0. - Update `github.com/stretchr/testify` from 1.10.0 to 1.11.1. diff --git a/data/products.yml b/data/products.yml index cb4443052..641fa7c63 100644 --- a/data/products.yml +++ b/data/products.yml @@ -106,7 +106,7 @@ influxdb3_cloud_dedicated: list_order: 3 latest: cloud-dedicated link: "https://www.influxdata.com/contact-sales-cloud-dedicated/" - latest_cli: 2.10.5 + latest_cli: 2.11.0 placeholder_host: cluster-id.a.influxdb.io detector_config: query_languages: From f272a980eced6f1926212d6b3a86f51725403a58 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 17 Oct 2025 10:32:32 -0600 Subject: [PATCH 7/7] hotfix: add horizontal rules to influxctl release notes --- content/shared/influxctl/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/shared/influxctl/release-notes.md b/content/shared/influxctl/release-notes.md index 32a18c083..522d7ca05 100644 --- a/content/shared/influxctl/release-notes.md +++ b/content/shared/influxctl/release-notes.md @@ -35,12 +35,16 @@ warn this is the *only time* you will see the token - Update `google.golang.org/grpc` from 1.75.1 to 1.76.0. - Update `google.golang.org/protobuf` from 1.36.9 to 1.36.10. +--- + ## 2.10.5 {date="2025-09-23"} ### Bug Fixes - Update warnings for the `influxctl database delete` command. +--- + ## 2.10.4 {date="2025-09-22"} ### Features @@ -70,6 +74,8 @@ warn this is the *only time* you will see the token - Upgrade Go to 1.25.1. - Upgrade `make` dependencies. +--- + ## 2.10.3 {date="2025-07-30"} ### Features