Skip to content

Commit fe45173

Browse files
committed
Update lifecycle
Signed-off-by: Changlei Li <[email protected]>
1 parent dcc6219 commit fe45173

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ let prototyped_of_field = function
9898
| "SM", "host_pending_features" ->
9999
Some "24.37.0"
100100
| "host", "timezone" ->
101-
Some "25.37.0-next"
101+
Some "25.39.0-next"
102102
| "host", "ntp_custom_servers" ->
103-
Some "25.37.0-next"
103+
Some "25.39.0-next"
104104
| "host", "ntp_mode" ->
105-
Some "25.37.0-next"
105+
Some "25.39.0-next"
106106
| "host", "secure_boot" ->
107107
Some "25.31.0"
108108
| "host", "max_cstate" ->
109-
Some "25.37.0-next"
109+
Some "25.39.0-next"
110110
| "host", "ssh_auto_mode" ->
111111
Some "25.27.0"
112112
| "host", "console_idle_timeout" ->
@@ -234,21 +234,21 @@ let prototyped_of_message = function
234234
| "VTPM", "create" ->
235235
Some "22.26.0"
236236
| "host", "set_servertime" ->
237-
Some "25.37.0-next"
237+
Some "25.39.0-next"
238238
| "host", "get_ntp_synchronized" ->
239-
Some "25.37.0-next"
239+
Some "25.39.0-next"
240240
| "host", "list_timezones" ->
241-
Some "25.37.0-next"
241+
Some "25.39.0-next"
242242
| "host", "set_timezone" ->
243-
Some "25.37.0-next"
243+
Some "25.39.0-next"
244244
| "host", "get_ntp_servers_status" ->
245-
Some "25.37.0-next"
245+
Some "25.39.0-next"
246246
| "host", "set_ntp_custom_servers" ->
247-
Some "25.37.0-next"
247+
Some "25.39.0-next"
248248
| "host", "set_ntp_mode" ->
249-
Some "25.37.0-next"
249+
Some "25.39.0-next"
250250
| "host", "set_max_cstate" ->
251-
Some "25.37.0-next"
251+
Some "25.39.0-next"
252252
| "host", "update_firewalld_service_status" ->
253253
Some "25.34.0"
254254
| "host", "get_tracked_user_agents" ->

0 commit comments

Comments
 (0)