Skip to content

Commit

Permalink
datamodel_lifecycle: update latest APIs
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Jan 27, 2023
1 parent f3c4ee2 commit 52bf935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ let prototyped_of_field = function
| "host", "last_software_update" ->
Some "22.20.0"
| "VM", "actions__after_softreboot" ->
Some "22.34.0-next"
Some "22.37.0-next"
| "pool", "coordinator_bias" ->
Some "22.34.0-next"
Some "22.37.0"
| "pool", "migration_compression" ->
Some "22.33.0"
| _ ->
Expand Down

0 comments on commit 52bf935

Please sign in to comment.