Merge branch 'master' into fix/6432-update-docker-compose-v2-commands
commit
d972020976
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1239,11 +1239,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.
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
<REDACTED_TOKEN_STRING>
|
||||
```
|
||||
|
||||
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
|
||||
<REDACTED_TOKEN_STRING>
|
||||
```
|
||||
|
||||
### 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
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue