Skip to content

Commit 44ae9d5

Browse files
authored
datamodel_lifecycle: automatic update (#6506)
2 parents 47d8133 + 7c27cc2 commit 44ae9d5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ let prototyped_of_field = function
9797
Some "22.26.0"
9898
| "SM", "host_pending_features" ->
9999
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"
100108
| "host", "last_update_hash" ->
101109
Some "24.10.0"
102110
| "host", "pending_guidances_full" ->
@@ -213,6 +221,10 @@ let prototyped_of_message = function
213221
Some "22.26.0"
214222
| "VTPM", "create" ->
215223
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"
216228
| "host", "disable_ssh" ->
217229
Some "25.13.0"
218230
| "host", "enable_ssh" ->
@@ -235,6 +247,10 @@ let prototyped_of_message = function
235247
Some "23.30.0"
236248
| "VM", "set_groups" ->
237249
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"
238254
| "pool", "disable_ssh" ->
239255
Some "25.13.0"
240256
| "pool", "enable_ssh" ->

0 commit comments

Comments
 (0)