Skip to content

Commit 8279fbe

Browse files
authored
bump to v17; API version to planned release date (#8907)
1 parent 842226d commit 8279fbe

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
@@ -120,7 +120,7 @@ pub fn all_apis() -> Vec<ManagedApiConfig> {
120120
ManagedApiConfig {
121121
title: "Oxide Region API",
122122
versions: Versions::new_lockstep(semver::Version::new(
123-
20250730, 0, 0,
123+
20251008, 0, 0,
124124
)),
125125
description: "API for interacting with the Oxide control plane",
126126
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(16, 0, 0);
49+
const BASE_VERSION: Version = Version::new(17, 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
@@ -30,7 +30,7 @@ use omicron_common::api::external::{
3030
use openapi_manager_types::ValidationContext;
3131
use openapiv3::OpenAPI;
3232

33-
pub const API_VERSION: &str = "20250730.0.0";
33+
pub const API_VERSION: &str = "20251008.0.0";
3434

3535
const MIB: usize = 1024 * 1024;
3636
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": "[email protected]"
99
},
10-
"version": "20250730.0.0"
10+
"version": "20251008.0.0"
1111
},
1212
"paths": {
1313
"/device/auth": {

0 commit comments

Comments
 (0)