We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbefb1c commit 9ecacc8Copy full SHA for 9ecacc8
ocaml/idl/datamodel_lifecycle.ml
@@ -110,7 +110,7 @@ let prototyped_of_field = function
110
| "host", "last_software_update" ->
111
Some "22.20.0"
112
| "VM_guest_metrics", "services" ->
113
- Some "25.14.0-next"
+ Some "25.15.0"
114
| "VM_guest_metrics", "netbios_name" ->
115
Some "24.28.0"
116
| "VM", "groups" ->
@@ -123,6 +123,8 @@ let prototyped_of_field = function
123
Some "23.18.0"
124
| "VM", "actions__after_softreboot" ->
125
Some "23.1.0"
126
+ | "pool", "ha_reboot_vm_on_internal_shutdown" ->
127
+ Some "25.15.0-next"
128
| "pool", "license_server" ->
129
Some "25.6.0"
130
| "pool", "recommendations" ->
0 commit comments