Skip to content

Commit

Permalink
Merge pull request #5344 from robhoes/master
Browse files Browse the repository at this point in the history
Update datamodel lifecycle
  • Loading branch information
robhoes authored Jan 10, 2024
2 parents d55d62f + 5f33288 commit ca90ca6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ let prototyped_of_field = function
Some "22.26.0"
| "VTPM", "persistence_backend" ->
Some "22.26.0"
| "host", "numa_affinity_policy" ->
Some "23.32.0-next"
| "host", "latest_synced_updates_applied" ->
Some "23.18.0"
| "host", "recommended_guidances" ->
Expand Down Expand Up @@ -63,6 +65,8 @@ let prototyped_of_field = function
Some "22.37.0"
| "pool", "migration_compression" ->
Some "22.33.0"
| "pool", "custom_uefi_certificates" ->
Some "23.32.0-next"
| _ ->
None

Expand Down Expand Up @@ -99,6 +103,8 @@ let prototyped_of_message = function
Some "23.18.0"
| "host", "set_https_only" ->
Some "22.27.0"
| "host", "set_numa_affinity_policy" ->
Some "23.32.0-next"
| "VM", "restart_device_models" ->
Some "23.30.0"
| "pool", "set_ext_auth_max_threads" ->
Expand All @@ -115,5 +121,7 @@ let prototyped_of_message = function
Some "23.9.0"
| "pool", "set_https_only" ->
Some "22.27.0"
| "pool", "set_custom_uefi_certificates" ->
Some "23.32.0-next"
| _ ->
None

0 comments on commit ca90ca6

Please sign in to comment.