Skip to content

Commit fc1f4a6

Browse files
authored
bump to v16; API version to planned release date (#8574)
1 parent 32e4c9d commit fc1f4a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev-tools/openapi-manager/src/omicron.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

dev-tools/releng/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5151
const RETRY_ATTEMPTS: usize = 3;
5252

nexus/external-api/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use omicron_common::api::external::{
2626
use openapi_manager_types::ValidationContext;
2727
use openapiv3::OpenAPI;
2828

29-
pub const API_VERSION: &str = "20250604.0.0";
29+
pub const API_VERSION: &str = "20250730.0.0";
3030

3131
const MIB: usize = 1024 * 1024;
3232
const GIB: usize = 1024 * MIB;

openapi/nexus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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": {

0 commit comments

Comments
 (0)