@@ -97,6 +97,14 @@ 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" , "console_idle_timeout" ->
101
+ Some " 25.20.0-next"
102
+ | "host" , "ssh_expiry" ->
103
+ Some " 25.20.0-next"
104
+ | "host" , "ssh_enabled_timeout" ->
105
+ Some " 25.20.0-next"
106
+ | "host" , "ssh_enabled" ->
107
+ Some " 25.20.0-next"
100
108
| "host" , "last_update_hash" ->
101
109
Some " 24.10.0"
102
110
| "host" , "pending_guidances_full" ->
@@ -213,6 +221,10 @@ let prototyped_of_message = function
213
221
Some " 22.26.0"
214
222
| "VTPM" , "create" ->
215
223
Some " 22.26.0"
224
+ | "host" , "set_console_idle_timeout" ->
225
+ Some " 25.20.0-next"
226
+ | "host" , "set_ssh_enabled_timeout" ->
227
+ Some " 25.20.0-next"
216
228
| "host" , "disable_ssh" ->
217
229
Some " 25.13.0"
218
230
| "host" , "enable_ssh" ->
@@ -235,6 +247,10 @@ let prototyped_of_message = function
235
247
Some " 23.30.0"
236
248
| "VM" , "set_groups" ->
237
249
Some " 24.19.1"
250
+ | "pool" , "set_console_idle_timeout" ->
251
+ Some " 25.20.0-next"
252
+ | "pool" , "set_ssh_enabled_timeout" ->
253
+ Some " 25.20.0-next"
238
254
| "pool" , "disable_ssh" ->
239
255
Some " 25.13.0"
240
256
| "pool" , "enable_ssh" ->
0 commit comments