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 =
13391339 param_type= Bool
13401340 ; param_name= " ssh_auto_mode"
13411341 ; 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 "
13431343 ; param_default= Some (VBool Constants. default_ssh_auto_mode)
13441344 }
13451345 ]
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ let prototyped_of_field = function
9797 Some " 22.26.0"
9898 | "SM" , "host_pending_features" ->
9999 Some " 24.37.0"
100+ | "host" , "ssh_auto_mode" ->
101+ Some " 25.27.0"
100102 | "host" , "console_idle_timeout" ->
101103 Some " 25.21.0"
102104 | "host" , "ssh_expiry" ->
@@ -221,6 +223,8 @@ let prototyped_of_message = function
221223 Some " 22.26.0"
222224 | "VTPM" , "create" ->
223225 Some " 22.26.0"
226+ | "host" , "set_ssh_auto_mode" ->
227+ Some " 25.27.0"
224228 | "host" , "set_console_idle_timeout" ->
225229 Some " 25.21.0"
226230 | "host" , "set_ssh_enabled_timeout" ->
@@ -251,6 +255,8 @@ let prototyped_of_message = function
251255 Some " 25.22.0"
252256 | "VM" , "set_groups" ->
253257 Some " 24.19.1"
258+ | "pool" , "set_ssh_auto_mode" ->
259+ Some " 25.27.0"
254260 | "pool" , "set_console_idle_timeout" ->
255261 Some " 25.21.0"
256262 | "pool" , "set_ssh_enabled_timeout" ->
You can’t perform that action at this time.
0 commit comments