Skip to content

Commit

Permalink
chore: update datamodel versions
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Oct 14, 2024
1 parent 97565ca commit 445ef24
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
Expand Up @@ -96,11 +96,11 @@ let prototyped_of_field = function
| "pool", "telemetry_uuid" ->
Some "23.9.0"
| "pool", "ext_auth_cache_expiry" ->
Some "24.30.0-next"
Some "24.31.0"
| "pool", "ext_auth_cache_size" ->
Some "24.30.0-next"
Some "24.31.0"
| "pool", "ext_auth_cache_enabled" ->
Some "24.30.0-next"
Some "24.31.0"
| "pool", "ext_auth_max_threads" ->
Some "23.27.0"
| "pool", "local_auth_max_threads" ->
Expand Down Expand Up @@ -170,11 +170,11 @@ let prototyped_of_message = function
| "pool", "get_guest_secureboot_readiness" ->
Some "24.17.0"
| "pool", "set_ext_auth_cache_expiry" ->
Some "24.30.0-next"
Some "24.31.0"
| "pool", "set_ext_auth_cache_size" ->
Some "24.30.0-next"
Some "24.31.0"
| "pool", "set_ext_auth_cache_enabled" ->
Some "24.30.0-next"
Some "24.31.0"
| "pool", "set_ext_auth_max_threads" ->
Some "23.27.0"
| "pool", "set_local_auth_max_threads" ->
Expand Down

0 comments on commit 445ef24

Please sign in to comment.