diff --git a/ocaml/idl/datamodel_lifecycle.ml b/ocaml/idl/datamodel_lifecycle.ml index dc8296bd58e..5ea2691cf48 100644 --- a/ocaml/idl/datamodel_lifecycle.ml +++ b/ocaml/idl/datamodel_lifecycle.ml @@ -56,9 +56,9 @@ let prototyped_of_field = function | "pool", "telemetry_uuid" -> Some "23.9.0" | "pool", "ext_auth_max_threads" -> - Some "23.26.0-next" + Some "23.27.0" | "pool", "local_auth_max_threads" -> - Some "23.26.0-next" + Some "23.27.0" | "pool", "coordinator_bias" -> Some "22.37.0" | "pool", "migration_compression" -> @@ -99,10 +99,12 @@ let prototyped_of_message = function Some "23.18.0" | "host", "set_https_only" -> Some "22.27.0" + | "VM", "restart_device_models" -> + Some "23.29.0-next" | "pool", "set_ext_auth_max_threads" -> - Some "23.26.0-next" + Some "23.27.0" | "pool", "set_local_auth_max_threads" -> - Some "23.26.0-next" + Some "23.27.0" | "pool", "set_update_sync_enabled" -> Some "23.18.0" | "pool", "configure_update_sync" ->