Skip to content

Commit 8b663ad

Browse files
committed
cherry-pick fixes from better VM revert
This needed a fix for the datamodel_lifecycle and the datamodel hash The minor schema version does not need to be changed since it was already bumped in the corresponding cherry-pick that bumped it. I elected to do that instead of keeping it the same. Signed-off-by: Pau Ruiz Safont <pau.safont@vates.tech>
1 parent f1b9bfe commit 8b663ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ let prototyped_of_message = function
252252
| "VTPM", "create" ->
253253
Some "22.26.0"
254254
| "VDI", "revert" ->
255-
Some "26.1.13-next"
255+
Some "26.15.0-next"
256256
| "host", "set_servertime" ->
257257
Some "26.0.0"
258258
| "host", "get_ntp_synchronized" ->

ocaml/idl/schematest.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let hash x = Digest.string x |> Digest.to_hex
33
(* BEWARE: if this changes, check that schema has been bumped accordingly in
44
ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)
55

6-
let last_known_schema_hash = "247a7b080219583e50e3e1a3c3c85b08"
6+
let last_known_schema_hash = "6147ef4f0f9c3bbbf0c2061e0a0d0010"
77

88
let current_schema_hash : string =
99
let open Datamodel_types in

0 commit comments

Comments
 (0)