Skip to content

Commit 3f1f145

Browse files
authored
Update lifecycle meta data for NUMA API calls (#6834)
2 parents 7e21b57 + 676caee commit 3f1f145

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ let prototyped_of_field = function
138138
| "VM_guest_metrics", "netbios_name" ->
139139
Some "24.28.0"
140140
| "VM_metrics", "numa_node_memory" ->
141-
Some "25.35.0"
141+
Some "26.1.0-next"
142142
| "VM_metrics", "numa_nodes" ->
143-
Some "25.35.0"
143+
Some "26.1.0-next"
144144
| "VM_metrics", "numa_optimised" ->
145-
Some "25.35.0"
145+
Some "26.1.0-next"
146146
| "VM", "groups" ->
147147
Some "24.19.1"
148148
| "VM", "pending_guidances_full" ->

0 commit comments

Comments
 (0)