Skip to content

Commit d204656

Browse files
robhoeslindig
authored andcommitted
Update datamodel lifecycle
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
1 parent 2e59029 commit d204656

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let prototyped_of_class = function
22
| "VM_group" ->
3-
Some "24.18.0-next"
3+
Some "24.19.1"
44
| "Observer" ->
55
Some "23.14.0"
66
| "VTPM" ->
@@ -10,9 +10,9 @@ let prototyped_of_class = function
1010

1111
let prototyped_of_field = function
1212
| "VM_group", "VMs" ->
13-
Some "24.18.0-next"
13+
Some "24.19.1"
1414
| "VM_group", "placement" ->
15-
Some "24.18.0-next"
15+
Some "24.19.1"
1616
| "Observer", "enabled" ->
1717
Some "23.14.0"
1818
| "Observer", "components" ->
@@ -66,7 +66,7 @@ let prototyped_of_field = function
6666
| "host", "last_software_update" ->
6767
Some "22.20.0"
6868
| "VM", "groups" ->
69-
Some "24.18.0-next"
69+
Some "24.19.1"
7070
| "VM", "pending_guidances_full" ->
7171
Some "24.10.0"
7272
| "VM", "pending_guidances_recommended" ->
@@ -76,7 +76,7 @@ let prototyped_of_field = function
7676
| "VM", "actions__after_softreboot" ->
7777
Some "23.1.0"
7878
| "pool", "recommendations" ->
79-
Some "24.18.0-next"
79+
Some "24.19.1"
8080
| "pool", "update_sync_enabled" ->
8181
Some "23.18.0"
8282
| "pool", "update_sync_day" ->
@@ -154,7 +154,7 @@ let prototyped_of_message = function
154154
| "VM", "restart_device_models" ->
155155
Some "23.30.0"
156156
| "VM", "set_groups" ->
157-
Some "24.18.0-next"
157+
Some "24.19.1"
158158
| "pool", "get_guest_secureboot_readiness" ->
159159
Some "24.17.0"
160160
| "pool", "set_ext_auth_max_threads" ->

0 commit comments

Comments
 (0)