Skip to content

Commit c6bf6cf

Browse files
committed
Update lifecycle
Signed-off-by: Changlei Li <changlei.li@citrix.com>
1 parent 331227c commit c6bf6cf

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

ocaml/idl/datamodel_host.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@ let external_auth_set_ldaps =
20492049
~lifecycle:
20502050
[
20512051
( Published
2052-
, "26.15.0-next"
2052+
, "26.16.0"
20532053
, "This call enables or disables LDAPS for external authentication on \
20542054
the host"
20552055
)
@@ -2060,21 +2060,21 @@ let external_auth_set_ldaps =
20602060
param_type= Ref _host
20612061
; param_name= "host"
20622062
; param_doc= "The host whose LDAPS configuration should be set"
2063-
; param_release= numbered_release "26.15.0-next"
2063+
; param_release= numbered_release "26.16.0"
20642064
; param_default= None
20652065
}
20662066
; {
20672067
param_type= Bool
20682068
; param_name= "ldaps"
20692069
; param_doc= "Whether to enable or disable LDAPS"
2070-
; param_release= numbered_release "26.15.0-next"
2070+
; param_release= numbered_release "26.16.0"
20712071
; param_default= None
20722072
}
20732073
; {
20742074
param_type= Bool
20752075
; param_name= "force"
20762076
; param_doc= "Force the operation even if already in the desired state"
2077-
; param_release= numbered_release "26.15.0-next"
2077+
; param_release= numbered_release "26.16.0"
20782078
; param_default= Some (VBool false)
20792079
}
20802080
]

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ let prototyped_of_message = function
252252
| "VTPM", "create" ->
253253
Some "22.26.0"
254254
| "VDI", "revert" ->
255-
Some "26.15.0-next"
255+
Some "26.16.0"
256256
| "host", "set_servertime" ->
257257
Some "26.0.0"
258258
| "host", "get_ntp_synchronized" ->
@@ -312,7 +312,7 @@ let prototyped_of_message = function
312312
| "pool", "exchange_trusted_certificates_on_join" ->
313313
Some "26.13.0"
314314
| "pool", "sync_trusted_certificates_from" ->
315-
Some "26.15.0-next"
315+
Some "26.16.0"
316316
| "pool", "uninstall_trusted_certificate" ->
317317
Some "26.13.0"
318318
| "pool", "install_trusted_certificate" ->

ocaml/idl/datamodel_pool.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ let external_auth_set_ldaps =
665665
~lifecycle:
666666
[
667667
( Published
668-
, "26.15.0-next"
668+
, "26.16.0"
669669
, "This call enables or disables LDAPS for external authentication on \
670670
all hosts in the pool"
671671
)
@@ -676,21 +676,21 @@ let external_auth_set_ldaps =
676676
param_type= Ref _pool
677677
; param_name= "pool"
678678
; param_doc= "The pool whose LDAPS configuration should be set"
679-
; param_release= numbered_release "26.15.0-next"
679+
; param_release= numbered_release "26.16.0"
680680
; param_default= None
681681
}
682682
; {
683683
param_type= Bool
684684
; param_name= "ldaps"
685685
; param_doc= "Whether to enable or disable LDAPS"
686-
; param_release= numbered_release "26.15.0-next"
686+
; param_release= numbered_release "26.16.0"
687687
; param_default= None
688688
}
689689
; {
690690
param_type= Bool
691691
; param_name= "force"
692692
; param_doc= "Force the operation even if already in the desired state"
693-
; param_release= numbered_release "26.15.0-next"
693+
; param_release= numbered_release "26.16.0"
694694
; param_default= Some (VBool false)
695695
}
696696
]

0 commit comments

Comments
 (0)