Release influxctl v2.10.1 (#6115)

* Release influxctl v2.10.1

* influxctl 2.10.1 release notes

* corrected influxctl version number

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
pull/6122/head
Maya Strandboge 2025-06-04 15:15:52 -06:00 committed by GitHub
parent 6696812e70
commit 18b78b7214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 21 additions and 3 deletions

View File

@ -3,8 +3,7 @@
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"*": [ "*": [
"*", "*"
"../node_modules/*"
] ]
} }
} }

View File

@ -1,3 +1,22 @@
## v2.10.1 {date="2025-05-30"}
### Features
- Implement `clustered generate` subcommand.
- Support setting the management token an using environment variable.
- Support setting profile name using an environment variable.
### Dependency updates
- Update `github.com/apache/arrow-go/v18` from 18.2.0 to 18.3.0.
- Update `github.com/containerd/containerd` from 1.7.12 to 1.7.27.
- Update `github.com/go-git/go-git/v5` from 5.15.0 to 5.16.0.
- Update `golang.org/x/oauth2` from 0.29.0 to 0.30.0.
- Update `google.golang.org/grpc` from 1.71.1 to 1.72.1.
- Update `helm.sh/helm/v3` from 3.14.2 to 3.17.3.
---
## v2.10.0 {date="2025-04-04"} ## v2.10.0 {date="2025-04-04"}
### Features ### Features

View File

@ -64,7 +64,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.0 latest_cli: 2.10.1
placeholder_host: cluster-id.a.influxdb.io placeholder_host: cluster-id.a.influxdb.io
ai_sample_questions: ai_sample_questions:
- How do I migrate from InfluxDB v1 to InfluxDB Cloud Dedicated? - How do I migrate from InfluxDB v1 to InfluxDB Cloud Dedicated?