Skip to content

Commit

Permalink
CP-50135: Bump datamodel_lifecycle for anti-affinity
Browse files Browse the repository at this point in the history
datamodel_lifecycle.ml needs to be bumped to 24.18.0-next for anti-affinity change.

Signed-off-by: Bengang Yuan <[email protected]>
  • Loading branch information
BengangY authored and lindig committed Jul 5, 2024
1 parent 6dd7a48 commit e11436e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
let prototyped_of_class = function
| "VM_group" ->
Some "24.18.0-next"
| "Observer" ->
Some "23.14.0"
| "VTPM" ->
Expand All @@ -7,6 +9,10 @@ let prototyped_of_class = function
None

let prototyped_of_field = function
| "VM_group", "VMs" ->
Some "24.18.0-next"
| "VM_group", "placement" ->
Some "24.18.0-next"
| "Observer", "enabled" ->
Some "23.14.0"
| "Observer", "components" ->
Expand Down Expand Up @@ -55,6 +61,8 @@ let prototyped_of_field = function
Some "22.27.0"
| "host", "last_software_update" ->
Some "22.20.0"
| "VM", "groups" ->
Some "24.18.0-next"
| "VM", "pending_guidances_full" ->
Some "24.10.0"
| "VM", "pending_guidances_recommended" ->
Expand All @@ -63,6 +71,8 @@ let prototyped_of_field = function
Some "23.18.0"
| "VM", "actions__after_softreboot" ->
Some "23.1.0"
| "pool", "recommendations" ->
Some "24.18.0-next"
| "pool", "update_sync_enabled" ->
Some "23.18.0"
| "pool", "update_sync_day" ->
Expand Down Expand Up @@ -139,6 +149,8 @@ let prototyped_of_message = function
Some "24.17.0"
| "VM", "restart_device_models" ->
Some "23.30.0"
| "VM", "set_groups" ->
Some "24.18.0-next"
| "pool", "get_guest_secureboot_readiness" ->
Some "24.17.0"
| "pool", "set_ext_auth_max_threads" ->
Expand Down

0 comments on commit e11436e

Please sign in to comment.