Skip to content

Commit cf38148

Browse files
authored
bump to v14; API version to planned release date (#7870)
1 parent aa9d990 commit cf38148

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub fn all_apis() -> Vec<ManagedApiConfig> {
110110
},
111111
ManagedApiConfig {
112112
title: "Oxide Region API",
113-
versions: Versions::new_lockstep(semver::Version::new(20250212,0,0)),
113+
versions: Versions::new_lockstep(semver::Version::new(20250409,0,0)),
114114
description: "API for interacting with the Oxide control plane",
115115
boundary: ApiBoundary::External,
116116
api_description:

dev-tools/releng/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use crate::job::Jobs;
4242
/// to as "v8", "version 8", or "release 8" to customers). The use of semantic
4343
/// versioning is mostly to hedge for perhaps wanting something more granular in
4444
/// the future.
45-
const BASE_VERSION: Version = Version::new(13, 0, 0);
45+
const BASE_VERSION: Version = Version::new(14, 0, 0);
4646

4747
const RETRY_ATTEMPTS: usize = 3;
4848

nexus/external-api/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use omicron_common::api::external::{
2323
use openapi_manager_types::ValidationContext;
2424
use openapiv3::OpenAPI;
2525

26-
pub const API_VERSION: &str = "20250212.0.0";
26+
pub const API_VERSION: &str = "20250409.0.0";
2727

2828
const MIB: usize = 1024 * 1024;
2929
const GIB: usize = 1024 * MIB;

openapi/nexus.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://oxide.computer",
88
"email": "[email protected]"
99
},
10-
"version": "20250212.0.0"
10+
"version": "20250409.0.0"
1111
},
1212
"paths": {
1313
"/device/auth": {

0 commit comments

Comments
 (0)