Skip to content

Commit 541124b

Browse files
authored
Update datamodel_lifecycle for easier pool join (#6310)
2 parents 4338494 + 801252a commit 541124b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ let prototyped_of_field = function
6363
Some "23.14.0"
6464
| "Observer", "uuid" ->
6565
Some "23.14.0"
66+
| "Repository", "certificate" ->
67+
Some "25.7.0"
6668
| "Repository", "origin" ->
6769
Some "24.23.0"
6870
| "Repository", "gpgkey_path" ->
@@ -120,7 +122,7 @@ let prototyped_of_field = function
120122
| "VM", "actions__after_softreboot" ->
121123
Some "23.1.0"
122124
| "pool", "license_server" ->
123-
Some "25.5.0-next"
125+
Some "25.6.0"
124126
| "pool", "recommendations" ->
125127
Some "24.19.1"
126128
| "pool", "update_sync_enabled" ->
@@ -183,6 +185,8 @@ let prototyped_of_message = function
183185
Some "22.20.0"
184186
| "Repository", "set_gpgkey_path" ->
185187
Some "22.12.0"
188+
| "Repository", "introduce_remote_pool" ->
189+
Some "25.7.0"
186190
| "Repository", "introduce_bundle" ->
187191
Some "24.23.0"
188192
| "PCI", "get_dom0_access_status" ->

0 commit comments

Comments
 (0)