Skip to content

Commit

Permalink
Update datamodel lifecycle
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
  • Loading branch information
robhoes committed Jul 12, 2024
1 parent 527f57c commit 8ba0a80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let prototyped_of_class = function
| "VM_group" ->
Some "24.18.0-next"
Some "24.19.1"
| "Observer" ->
Some "23.14.0"
| "VTPM" ->
Expand All @@ -10,9 +10,9 @@ let prototyped_of_class = function

let prototyped_of_field = function
| "VM_group", "VMs" ->
Some "24.18.0-next"
Some "24.19.1"
| "VM_group", "placement" ->
Some "24.18.0-next"
Some "24.19.1"
| "Observer", "enabled" ->
Some "23.14.0"
| "Observer", "components" ->
Expand Down Expand Up @@ -66,7 +66,7 @@ let prototyped_of_field = function
| "host", "last_software_update" ->
Some "22.20.0"
| "VM", "groups" ->
Some "24.18.0-next"
Some "24.19.1"
| "VM", "pending_guidances_full" ->
Some "24.10.0"
| "VM", "pending_guidances_recommended" ->
Expand All @@ -76,7 +76,7 @@ let prototyped_of_field = function
| "VM", "actions__after_softreboot" ->
Some "23.1.0"
| "pool", "recommendations" ->
Some "24.18.0-next"
Some "24.19.1"
| "pool", "update_sync_enabled" ->
Some "23.18.0"
| "pool", "update_sync_day" ->
Expand Down Expand Up @@ -154,7 +154,7 @@ let prototyped_of_message = function
| "VM", "restart_device_models" ->
Some "23.30.0"
| "VM", "set_groups" ->
Some "24.18.0-next"
Some "24.19.1"
| "pool", "get_guest_secureboot_readiness" ->
Some "24.17.0"
| "pool", "set_ext_auth_max_threads" ->
Expand Down

0 comments on commit 8ba0a80

Please sign in to comment.