Skip to content

Commit 6dfe35d

Browse files
authored
[LCM] Update datamodel_lifecycle for feature/trusted-certs (#7029)
2 parents a0f895e + 4c48602 commit 6dfe35d

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.1.9-next"
7274
| "Certificate", "fingerprint_sha1" ->
7375
Some "24.20.0"
7476
| "Certificate", "fingerprint_sha256" ->
@@ -289,6 +291,14 @@ let prototyped_of_message = function
289291
Some "25.22.0"
290292
| "VM", "set_groups" ->
291293
Some "24.19.1"
294+
| "pool", "exchange_crls_on_join" ->
295+
Some "26.1.9-next"
296+
| "pool", "exchange_trusted_certificates_on_join" ->
297+
Some "26.1.9-next"
298+
| "pool", "uninstall_trusted_certificate" ->
299+
Some "26.1.9-next"
300+
| "pool", "install_trusted_certificate" ->
301+
Some "26.1.9-next"
292302
| "pool", "set_ssh_auto_mode" ->
293303
Some "25.27.0"
294304
| "pool", "set_console_idle_timeout" ->

0 commit comments

Comments
 (0)