Skip to content

Commit c147854

Browse files
authored
Update datamodel_lifecycle (25.21.0) (#6509)
Update all `25.20.0-next` to `25.21.0` in `datamodel_lifecycle.ml`.
2 parents 44ae9d5 + a227018 commit c147854

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ let prototyped_of_field = function
9898
| "SM", "host_pending_features" ->
9999
Some "24.37.0"
100100
| "host", "console_idle_timeout" ->
101-
Some "25.20.0-next"
101+
Some "25.21.0"
102102
| "host", "ssh_expiry" ->
103-
Some "25.20.0-next"
103+
Some "25.21.0"
104104
| "host", "ssh_enabled_timeout" ->
105-
Some "25.20.0-next"
105+
Some "25.21.0"
106106
| "host", "ssh_enabled" ->
107-
Some "25.20.0-next"
107+
Some "25.21.0"
108108
| "host", "last_update_hash" ->
109109
Some "24.10.0"
110110
| "host", "pending_guidances_full" ->
@@ -222,9 +222,9 @@ let prototyped_of_message = function
222222
| "VTPM", "create" ->
223223
Some "22.26.0"
224224
| "host", "set_console_idle_timeout" ->
225-
Some "25.20.0-next"
225+
Some "25.21.0"
226226
| "host", "set_ssh_enabled_timeout" ->
227-
Some "25.20.0-next"
227+
Some "25.21.0"
228228
| "host", "disable_ssh" ->
229229
Some "25.13.0"
230230
| "host", "enable_ssh" ->
@@ -248,9 +248,9 @@ let prototyped_of_message = function
248248
| "VM", "set_groups" ->
249249
Some "24.19.1"
250250
| "pool", "set_console_idle_timeout" ->
251-
Some "25.20.0-next"
251+
Some "25.21.0"
252252
| "pool", "set_ssh_enabled_timeout" ->
253-
Some "25.20.0-next"
253+
Some "25.21.0"
254254
| "pool", "disable_ssh" ->
255255
Some "25.13.0"
256256
| "pool", "enable_ssh" ->

0 commit comments

Comments
 (0)