Skip to content

Commit

Permalink
CP-50134: Update datamodel_lifecycle.ml (#6014)
Browse files Browse the repository at this point in the history
I forgot to run `@update-dm-lifecycle` for the previous datamodel
changes.
  • Loading branch information
contificate authored Sep 24, 2024
2 parents 9bfcc40 + 9e6e015 commit 2053628
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ let prototyped_of_field = function
Some "23.9.0"
| "pool", "telemetry_uuid" ->
Some "23.9.0"
| "pool", "ext_auth_cache_expiry" ->
Some "24.30.0-next"
| "pool", "ext_auth_cache_size" ->
Some "24.30.0-next"
| "pool", "ext_auth_cache_enabled" ->
Some "24.30.0-next"
| "pool", "ext_auth_max_threads" ->
Some "23.27.0"
| "pool", "local_auth_max_threads" ->
Expand Down Expand Up @@ -163,6 +169,12 @@ let prototyped_of_message = function
Some "24.19.1"
| "pool", "get_guest_secureboot_readiness" ->
Some "24.17.0"
| "pool", "set_ext_auth_cache_expiry" ->
Some "24.30.0-next"
| "pool", "set_ext_auth_cache_size" ->
Some "24.30.0-next"
| "pool", "set_ext_auth_cache_enabled" ->
Some "24.30.0-next"
| "pool", "set_ext_auth_max_threads" ->
Some "23.27.0"
| "pool", "set_local_auth_max_threads" ->
Expand Down

0 comments on commit 2053628

Please sign in to comment.