Skip to content

Commit 9ecacc8

Browse files
committed
Update datamodel_lifecycle
Signed-off-by: Rob Hoes <[email protected]>
1 parent fbefb1c commit 9ecacc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ let prototyped_of_field = function
110110
| "host", "last_software_update" ->
111111
Some "22.20.0"
112112
| "VM_guest_metrics", "services" ->
113-
Some "25.14.0-next"
113+
Some "25.15.0"
114114
| "VM_guest_metrics", "netbios_name" ->
115115
Some "24.28.0"
116116
| "VM", "groups" ->
@@ -123,6 +123,8 @@ let prototyped_of_field = function
123123
Some "23.18.0"
124124
| "VM", "actions__after_softreboot" ->
125125
Some "23.1.0"
126+
| "pool", "ha_reboot_vm_on_internal_shutdown" ->
127+
Some "25.15.0-next"
126128
| "pool", "license_server" ->
127129
Some "25.6.0"
128130
| "pool", "recommendations" ->

0 commit comments

Comments
 (0)