File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 3
3
"baseUrl" : " ." ,
4
4
"paths" : {
5
5
"*" : [
6
- " *" ,
7
- " ../node_modules/*"
6
+ " *"
8
7
]
9
8
}
10
9
}
Original file line number Diff line number Diff line change
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
+
1
20
## v2.10.0 {date="2025-04-04"}
2
21
3
22
### Features
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ influxdb3_cloud_dedicated:
64
64
list_order : 3
65
65
latest : cloud-dedicated
66
66
link : " https://www.influxdata.com/contact-sales-cloud-dedicated/"
67
- latest_cli : 2.10.0
67
+ latest_cli : 2.10.1
68
68
placeholder_host : cluster-id.a.influxdb.io
69
69
ai_sample_questions :
70
70
- How do I migrate from InfluxDB v1 to InfluxDB Cloud Dedicated?
You can’t perform that action at this time.
0 commit comments