Skip to content

Commit

Permalink
Merge pull request #5225 from robhoes/master
Browse files Browse the repository at this point in the history
Update datamodel lifecycle
  • Loading branch information
robhoes authored Nov 3, 2023
2 parents 1765750 + c44fe50 commit d9d6103
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ->
Expand Down Expand Up @@ -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" ->
Expand Down

0 comments on commit d9d6103

Please sign in to comment.