Skip to content

Commit

Permalink
Update lifecycle and schema_minor_vsn for "CDN on-prem update" change
Browse files Browse the repository at this point in the history
Signed-off-by: Gang Ji <[email protected]>
  • Loading branch information
Gang Ji committed Jul 18, 2023
1 parent cb8cd3d commit a0593db
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/idl/datamodel_common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ open Datamodel_roles
to leave a gap for potential hotfixes needing to increment the schema version.*)
let schema_major_vsn = 5

let schema_minor_vsn = 763
let schema_minor_vsn = 764

(* Historical schema versions just in case this is useful later *)
let rio_schema_major_vsn = 5
Expand Down
20 changes: 20 additions & 0 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,26 @@ let prototyped_of_field = function
Some "22.26.0"
| "VTPM", "persistence_backend" ->
Some "22.26.0"
| "host", "latest_synced_updates_applied" ->
Some "23.16.2-next"
| "host", "recommended_guidances" ->
Some "23.16.2-next"
| "host", "https_only" ->
Some "22.27.0"
| "host", "last_software_update" ->
Some "22.20.0"
| "VM", "recommended_guidances" ->
Some "23.16.2-next"
| "VM", "actions__after_softreboot" ->
Some "23.1.0"
| "pool", "update_sync_enabled" ->
Some "23.16.2-next"
| "pool", "update_sync_day" ->
Some "23.16.2-next"
| "pool", "update_sync_frequency" ->
Some "23.16.2-next"
| "pool", "last_update_sync" ->
Some "23.16.2-next"
| "pool", "telemetry_next_collection" ->
Some "23.9.0"
| "pool", "telemetry_frequency" ->
Expand Down Expand Up @@ -77,8 +91,14 @@ let prototyped_of_message = function
Some "22.26.0"
| "VTPM", "create" ->
Some "22.26.0"
| "host", "apply_recommended_guidances" ->
Some "23.16.2-next"
| "host", "set_https_only" ->
Some "22.27.0"
| "pool", "set_update_sync_enabled" ->
Some "23.16.2-next"
| "pool", "configure_update_sync" ->
Some "23.16.2-next"
| "pool", "reset_telemetry_uuid" ->
Some "23.9.0"
| "pool", "set_telemetry_next_collection" ->
Expand Down

0 comments on commit a0593db

Please sign in to comment.