File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ pub fn all_apis() -> Vec<ManagedApiConfig> {
110110 ManagedApiConfig {
111111 title: "Oxide Region API" ,
112112 versions: Versions :: new_lockstep( semver:: Version :: new(
113- 20250604 , 0 , 0 ,
113+ 20250730 , 0 , 0 ,
114114 ) ) ,
115115 description: "API for interacting with the Oxide control plane" ,
116116 boundary: ApiBoundary :: External ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ use crate::job::Jobs;
4646/// to as "v8", "version 8", or "release 8" to customers). The use of semantic
4747/// versioning is mostly to hedge for perhaps wanting something more granular in
4848/// the future.
49- const BASE_VERSION : Version = Version :: new ( 15 , 0 , 0 ) ;
49+ const BASE_VERSION : Version = Version :: new ( 16 , 0 , 0 ) ;
5050
5151const RETRY_ATTEMPTS : usize = 3 ;
5252
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ use omicron_common::api::external::{
2626use openapi_manager_types:: ValidationContext ;
2727use openapiv3:: OpenAPI ;
2828
29- pub const API_VERSION : & str = "20250604 .0.0" ;
29+ pub const API_VERSION : & str = "20250730 .0.0" ;
3030
3131const MIB : usize = 1024 * 1024 ;
3232const GIB : usize = 1024 * MIB ;
Original file line number Diff line number Diff line change 77 "url": "https://oxide.computer",
88 "email": "api@oxide.computer"
99 },
10- "version": "20250604 .0.0"
10+ "version": "20250730 .0.0"
1111 },
1212 "paths": {
1313 "/device/auth": {
You can’t perform that action at this time.
0 commit comments