Skip to content

Commit

Permalink
CP-43755: commit lifecycle changes
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Oct 12, 2023
1 parent 6fe2f50 commit c5b0970
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ let prototyped_of_field = function
Some "23.9.0"
| "pool", "telemetry_uuid" ->
Some "23.9.0"
| "pool", "ext_auth_max_threads" ->
Some "23.26.0-next"
| "pool", "local_auth_max_threads" ->
Some "23.26.0-next"
| "pool", "coordinator_bias" ->
Some "22.37.0"
| "pool", "migration_compression" ->
Expand Down Expand Up @@ -95,6 +99,10 @@ let prototyped_of_message = function
Some "23.18.0"
| "host", "set_https_only" ->
Some "22.27.0"
| "pool", "set_ext_auth_max_threads" ->
Some "23.26.0-next"
| "pool", "set_local_auth_max_threads" ->
Some "23.26.0-next"
| "pool", "set_update_sync_enabled" ->
Some "23.18.0"
| "pool", "configure_update_sync" ->
Expand Down

0 comments on commit c5b0970

Please sign in to comment.