Skip to content

Commit 4e046a8

Browse files
authored
bump to v18; API version to planned release date (#9339)
1 parent 2a97eed commit 4e046a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev-tools/dropshot-apis/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fn all_apis() -> anyhow::Result<ManagedApis> {
193193
ManagedApiConfig {
194194
title: "Oxide Region API",
195195
versions: Versions::new_lockstep(semver::Version::new(
196-
20251008, 0, 0,
196+
20251208, 0, 0,
197197
)),
198198
metadata: ManagedApiMetadata {
199199
description: Some(

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(17, 0, 0);
49+
const BASE_VERSION: Version = Version::new(18, 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
};
3131
use openapiv3::OpenAPI;
3232

33-
pub const API_VERSION: &str = "20251008.0.0";
33+
pub const API_VERSION: &str = "20251208.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": "20251008.0.0"
10+
"version": "20251208.0.0"
1111
},
1212
"paths": {
1313
"/device/auth": {

0 commit comments

Comments
 (0)