Skip to content

Commit 809bad5

Browse files
authored
Update datamodel lifecycle (#6613)
2 parents ebeb717 + d31de02 commit 809bad5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ocaml/idl/datamodel_host.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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" ->

0 commit comments

Comments
 (0)