diff --git a/api-docs/influxdb3/core/v3/ref.yml b/api-docs/influxdb3/core/v3/ref.yml index 37844f59c..3d21dff42 100644 --- a/api-docs/influxdb3/core/v3/ref.yml +++ b/api-docs/influxdb3/core/v3/ref.yml @@ -1157,6 +1157,36 @@ paths: Bad request. The server responds with status `400` if the request would overwrite an existing cache with a different configuration. + delete: + operationId: DeleteConfigureDistinctCache + summary: Delete distinct cache + description: Deletes a distinct cache. + parameters: + - $ref: '#/components/parameters/db' + - name: table + in: query + 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. + '400': + description: Bad request. + '401': + $ref: '#/components/responses/Unauthorized' + '404': + description: Cache not found. + tags: + - Cache data + - Table /api/v3/configure/last_cache: post: operationId: PostConfigureLastCache @@ -1193,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. diff --git a/api-docs/influxdb3/enterprise/v3/ref.yml b/api-docs/influxdb3/enterprise/v3/ref.yml index d8baaec21..7a1094d87 100644 --- a/api-docs/influxdb3/enterprise/v3/ref.yml +++ b/api-docs/influxdb3/enterprise/v3/ref.yml @@ -1228,6 +1228,36 @@ paths: Bad request. The server responds with status `400` if the request would overwrite an existing cache with a different configuration. + delete: + operationId: DeleteConfigureDistinctCache + summary: Delete distinct cache + description: Deletes a distinct cache. + parameters: + - $ref: '#/components/parameters/db' + - name: table + in: query + 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. + '400': + description: Bad request. + '401': + $ref: '#/components/responses/Unauthorized' + '404': + description: Cache not found. + tags: + - Cache data + - Table /api/v3/configure/last_cache: post: operationId: PostConfigureLastCache @@ -1264,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. diff --git a/content/shared/influxctl/release-notes.md b/content/shared/influxctl/release-notes.md index 249726e76..522d7ca05 100644 --- a/content/shared/influxctl/release-notes.md +++ b/content/shared/influxctl/release-notes.md @@ -1,9 +1,50 @@ +## 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 - Update warnings for the `influxctl database delete` command. +--- + ## 2.10.4 {date="2025-09-22"} ### Features @@ -19,7 +60,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. @@ -33,6 +74,8 @@ - Upgrade Go to 1.25.1. - Upgrade `make` dependencies. +--- + ## 2.10.3 {date="2025-07-30"} ### Features 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: | 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: diff --git a/resources/flux-endpoint.png b/resources/flux-endpoint.png deleted file mode 100644 index 6868a1a2c..000000000 Binary files a/resources/flux-endpoint.png and /dev/null differ diff --git a/resources/notification-endpoint.png b/resources/notification-endpoint.png deleted file mode 100644 index c8ab2d649..000000000 Binary files a/resources/notification-endpoint.png and /dev/null differ diff --git a/resources/zapier-discord.png b/resources/zapier-discord.png deleted file mode 100644 index 3bbdaf103..000000000 Binary files a/resources/zapier-discord.png and /dev/null differ diff --git a/resources/zapier-success.png b/resources/zapier-success.png deleted file mode 100644 index f6cef7014..000000000 Binary files a/resources/zapier-success.png and /dev/null differ diff --git a/resources/zapier-trigger.png b/resources/zapier-trigger.png deleted file mode 100644 index 17d8dbfd0..000000000 Binary files a/resources/zapier-trigger.png and /dev/null differ