Skip to content

Commit d6221e2

Browse files
authored
Merge pull request #5718 from robhoes/lifecycle
2 parents 7348b74 + ff67298 commit d6221e2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ocaml/idl/datamodel.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,7 @@ module Sr_stat = struct
28022802
(Prototyped, rel_kolkata, "")
28032803
; (Published, rel_lima, "")
28042804
; ( Extended
2805-
, "24.16.0"
2805+
, "24.17.0"
28062806
, "Enum extended with 'unreachable' and 'unavailable' values"
28072807
)
28082808
]

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ let prototyped_of_message = function
134134
| "host", "set_numa_affinity_policy" ->
135135
Some "24.0.0"
136136
| "VM", "get_secureboot_readiness" ->
137-
Some "24.15.0-next"
137+
Some "24.17.0"
138138
| "VM", "set_uefi_mode" ->
139-
Some "24.15.0-next"
139+
Some "24.17.0"
140140
| "VM", "restart_device_models" ->
141141
Some "23.30.0"
142142
| "pool", "get_guest_secureboot_readiness" ->
143-
Some "24.15.0-next"
143+
Some "24.17.0"
144144
| "pool", "set_ext_auth_max_threads" ->
145145
Some "23.27.0"
146146
| "pool", "set_local_auth_max_threads" ->

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 = "b24c445c4f9c3e7f63caf45705865fc8"
6+
let last_known_schema_hash = "6566a4091ecb3200649185730e4f185d"
77

88
let current_schema_hash : string =
99
let open Datamodel_types in

0 commit comments

Comments
 (0)