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> {
110
110
ManagedApiConfig {
111
111
title: "Oxide Region API" ,
112
112
versions: Versions :: new_lockstep( semver:: Version :: new(
113
- 20250604 , 0 , 0 ,
113
+ 20250730 , 0 , 0 ,
114
114
) ) ,
115
115
description: "API for interacting with the Oxide control plane" ,
116
116
boundary: ApiBoundary :: External ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ use crate::job::Jobs;
46
46
/// to as "v8", "version 8", or "release 8" to customers). The use of semantic
47
47
/// versioning is mostly to hedge for perhaps wanting something more granular in
48
48
/// the future.
49
- const BASE_VERSION : Version = Version :: new ( 15 , 0 , 0 ) ;
49
+ const BASE_VERSION : Version = Version :: new ( 16 , 0 , 0 ) ;
50
50
51
51
const RETRY_ATTEMPTS : usize = 3 ;
52
52
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ use omicron_common::api::external::{
26
26
use openapi_manager_types:: ValidationContext ;
27
27
use openapiv3:: OpenAPI ;
28
28
29
- pub const API_VERSION : & str = "20250604 .0.0" ;
29
+ pub const API_VERSION : & str = "20250730 .0.0" ;
30
30
31
31
const MIB : usize = 1024 * 1024 ;
32
32
const GIB : usize = 1024 * MIB ;
Original file line number Diff line number Diff line change 7
7
"url": "https://oxide.computer",
8
8
"email": "api@oxide.computer"
9
9
},
10
- "version": "20250604 .0.0"
10
+ "version": "20250730 .0.0"
11
11
},
12
12
"paths": {
13
13
"/device/auth": {
You can’t perform that action at this time.
0 commit comments