We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571f36a commit b18a1c9Copy full SHA for b18a1c9
ocaml/idl/datamodel_lifecycle.ml
@@ -126,7 +126,7 @@ let prototyped_of_field = function
126
| "VM", "actions__after_softreboot" ->
127
Some "23.1.0"
128
| "pool", "ha_reboot_vm_on_internal_shutdown" ->
129
- Some "25.15.0-next"
+ Some "25.16.0"
130
| "pool", "license_server" ->
131
Some "25.6.0"
132
| "pool", "recommendations" ->
ocaml/idl/schematest.ml
@@ -3,7 +3,7 @@ let hash x = Digest.string x |> Digest.to_hex
3
(* BEWARE: if this changes, check that schema has been bumped accordingly in
4
ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)
5
6
-let last_known_schema_hash = "e10b420b0863116ee188eea9e63b1349"
+let last_known_schema_hash = "0cf3458af211661024fca9c1d0ab34ab"
7
8
let current_schema_hash : string =
9
let open Datamodel_types in
0 commit comments