Skip to content

Commit ca2f0d6

Browse files
committed
Update datamodel_lifecycle for feature/trusted-certs
Signed-off-by: Ming Lu <ming.lu@cloud.com>
1 parent 42d921c commit ca2f0d6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ let prototyped_of_field = function
6969
Some "24.23.0"
7070
| "Repository", "gpgkey_path" ->
7171
Some "22.12.0"
72+
| "Certificate", "purpose" ->
73+
Some "26.10.0-next"
7274
| "Certificate", "fingerprint_sha1" ->
7375
Some "24.20.0"
7476
| "Certificate", "fingerprint_sha256" ->
@@ -297,6 +299,14 @@ let prototyped_of_message = function
297299
Some "25.22.0"
298300
| "VM", "set_groups" ->
299301
Some "24.19.1"
302+
| "pool", "exchange_crls_on_join" ->
303+
Some "26.10.0-next"
304+
| "pool", "exchange_trusted_certificates_on_join" ->
305+
Some "26.10.0-next"
306+
| "pool", "uninstall_trusted_certificate" ->
307+
Some "26.10.0-next"
308+
| "pool", "install_trusted_certificate" ->
309+
Some "26.10.0-next"
300310
| "pool", "set_ssh_auto_mode" ->
301311
Some "25.27.0"
302312
| "pool", "set_console_idle_timeout" ->

0 commit comments

Comments
 (0)