Merge branch 'master' into fix/python-dir-requirement-6366
commit
b9bdb131d5
|
|
@ -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"}
|
## 2.10.5 {date="2025-09-23"}
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- Update warnings for the `influxctl database delete` command.
|
- Update warnings for the `influxctl database delete` command.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 2.10.4 {date="2025-09-22"}
|
## 2.10.4 {date="2025-09-22"}
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
@ -33,6 +74,8 @@
|
||||||
- Upgrade Go to 1.25.1.
|
- Upgrade Go to 1.25.1.
|
||||||
- Upgrade `make` dependencies.
|
- Upgrade `make` dependencies.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 2.10.3 {date="2025-07-30"}
|
## 2.10.3 {date="2025-07-30"}
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@
|
||||||
- /influxdb/cloud
|
- /influxdb/cloud
|
||||||
title: InfluxDB Docker latest tag changing to InfluxDB 3 Core
|
title: InfluxDB Docker latest tag changing to InfluxDB 3 Core
|
||||||
slug: |
|
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
|
point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version
|
||||||
tags in your Docker deployments.
|
tags in your Docker deployments.
|
||||||
message: |
|
message: |
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ influxdb3_cloud_dedicated:
|
||||||
list_order: 3
|
list_order: 3
|
||||||
latest: cloud-dedicated
|
latest: cloud-dedicated
|
||||||
link: "https://www.influxdata.com/contact-sales-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
|
placeholder_host: cluster-id.a.influxdb.io
|
||||||
detector_config:
|
detector_config:
|
||||||
query_languages:
|
query_languages:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue