Skip to content

Commit 6b424ef

Browse files
authored
Merge branch 'master' into chore-js-refactor-footer-scripts-modules
2 parents 1ff3d56 + 18b78b7 commit 6b424ef

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

assets/jsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"baseUrl": ".",
44
"paths": {
55
"*": [
6-
"*",
7-
"../node_modules/*"
6+
"*"
87
]
98
}
109
}

content/shared/influxctl/release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v2.10.1 {date="2025-05-30"}
2+
3+
### Features
4+
5+
- Implement `clustered generate` subcommand.
6+
- Support setting the management token an using environment variable.
7+
- Support setting profile name using an environment variable.
8+
9+
### Dependency updates
10+
11+
- Update `github.com/apache/arrow-go/v18` from 18.2.0 to 18.3.0.
12+
- Update `github.com/containerd/containerd` from 1.7.12 to 1.7.27.
13+
- Update `github.com/go-git/go-git/v5` from 5.15.0 to 5.16.0.
14+
- Update `golang.org/x/oauth2` from 0.29.0 to 0.30.0.
15+
- Update `google.golang.org/grpc` from 1.71.1 to 1.72.1.
16+
- Update `helm.sh/helm/v3` from 3.14.2 to 3.17.3.
17+
18+
---
19+
120
## v2.10.0 {date="2025-04-04"}
221

322
### Features

data/products.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ influxdb3_cloud_dedicated:
6464
list_order: 3
6565
latest: cloud-dedicated
6666
link: "https://www.influxdata.com/contact-sales-cloud-dedicated/"
67-
latest_cli: 2.10.0
67+
latest_cli: 2.10.1
6868
placeholder_host: cluster-id.a.influxdb.io
6969
ai_sample_questions:
7070
- How do I migrate from InfluxDB v1 to InfluxDB Cloud Dedicated?

0 commit comments

Comments
 (0)