File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1339,7 +1339,7 @@ let create_params =
1339
1339
param_type= Bool
1340
1340
; param_name= " ssh_auto_mode"
1341
1341
; param_doc= " True if SSH auto mode is enabled for the host"
1342
- ; param_release= numbered_release " 25.26.0-next "
1342
+ ; param_release= numbered_release " 25.27.0 "
1343
1343
; param_default= Some (VBool Constants. default_ssh_auto_mode)
1344
1344
}
1345
1345
]
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ let prototyped_of_field = function
97
97
Some " 22.26.0"
98
98
| "SM" , "host_pending_features" ->
99
99
Some " 24.37.0"
100
+ | "host" , "ssh_auto_mode" ->
101
+ Some " 25.27.0"
100
102
| "host" , "console_idle_timeout" ->
101
103
Some " 25.21.0"
102
104
| "host" , "ssh_expiry" ->
@@ -221,6 +223,8 @@ let prototyped_of_message = function
221
223
Some " 22.26.0"
222
224
| "VTPM" , "create" ->
223
225
Some " 22.26.0"
226
+ | "host" , "set_ssh_auto_mode" ->
227
+ Some " 25.27.0"
224
228
| "host" , "set_console_idle_timeout" ->
225
229
Some " 25.21.0"
226
230
| "host" , "set_ssh_enabled_timeout" ->
@@ -251,6 +255,8 @@ let prototyped_of_message = function
251
255
Some " 25.22.0"
252
256
| "VM" , "set_groups" ->
253
257
Some " 24.19.1"
258
+ | "pool" , "set_ssh_auto_mode" ->
259
+ Some " 25.27.0"
254
260
| "pool" , "set_console_idle_timeout" ->
255
261
Some " 25.21.0"
256
262
| "pool" , "set_ssh_enabled_timeout" ->
You can’t perform that action at this time.
0 commit comments