Skip to content

Commit

Permalink
Update datamodel lifecycle
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Hoes <[email protected]>
  • Loading branch information
robhoes committed Aug 28, 2024
1 parent 8f4c193 commit 7143ce8
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 @@ -26,7 +26,7 @@ let prototyped_of_field = function
| "Observer", "uuid" ->
Some "23.14.0"
| "Repository", "origin" ->
Some "24.21.0-next"
Some "24.23.0"
| "Repository", "gpgkey_path" ->
Some "22.12.0"
| "Certificate", "fingerprint_sha1" ->
Expand Down Expand Up @@ -126,7 +126,7 @@ let prototyped_of_message = function
| "Repository", "set_gpgkey_path" ->
Some "22.12.0"
| "Repository", "introduce_bundle" ->
Some "24.21.0-next"
Some "24.23.0"
| "PCI", "get_dom0_access_status" ->
Some "24.14.0"
| "PCI", "enable_dom0_access" ->
Expand Down

0 comments on commit 7143ce8

Please sign in to comment.