File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2802,7 +2802,7 @@ module Sr_stat = struct
2802
2802
(Prototyped , rel_kolkata, " " )
2803
2803
; (Published , rel_lima, " " )
2804
2804
; ( Extended
2805
- , " 24.16 .0"
2805
+ , " 24.17 .0"
2806
2806
, " Enum extended with 'unreachable' and 'unavailable' values"
2807
2807
)
2808
2808
]
Original file line number Diff line number Diff line change @@ -134,13 +134,13 @@ let prototyped_of_message = function
134
134
| "host" , "set_numa_affinity_policy" ->
135
135
Some " 24.0.0"
136
136
| "VM" , "get_secureboot_readiness" ->
137
- Some " 24.15.0-next "
137
+ Some " 24.17.0 "
138
138
| "VM" , "set_uefi_mode" ->
139
- Some " 24.15.0-next "
139
+ Some " 24.17.0 "
140
140
| "VM" , "restart_device_models" ->
141
141
Some " 23.30.0"
142
142
| "pool" , "get_guest_secureboot_readiness" ->
143
- Some " 24.15.0-next "
143
+ Some " 24.17.0 "
144
144
| "pool" , "set_ext_auth_max_threads" ->
145
145
Some " 23.27.0"
146
146
| "pool" , "set_local_auth_max_threads" ->
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ let hash x = Digest.string x |> Digest.to_hex
3
3
(* BEWARE: if this changes, check that schema has been bumped accordingly in
4
4
ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)
5
5
6
- let last_known_schema_hash = " b24c445c4f9c3e7f63caf45705865fc8 "
6
+ let last_known_schema_hash = " 6566a4091ecb3200649185730e4f185d "
7
7
8
8
let current_schema_hash : string =
9
9
let open Datamodel_types in
You can’t perform that action at this time.
0 commit comments