Skip to content

Commit

Permalink
chore: update datamodel versions (#6055)
Browse files Browse the repository at this point in the history
  • Loading branch information
robhoes authored Oct 14, 2024
2 parents 97565ca + 445ef24 commit 9eb5740
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 9eb5740

Please sign in to comment.