Skip to content

Commit

Permalink
bump to v12; API to estimated release date (#6808)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana authored Oct 15, 2024
1 parent 99e72c7 commit 20220b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-tools/openapi-manager/src/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub fn all_apis() -> Vec<ApiSpec> {
},
ApiSpec {
title: "Oxide Region API",
version: "20241009.0",
version: "20241204.0",
description: "API for interacting with the Oxide control plane",
boundary: ApiBoundary::External,
api_description:
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/releng/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use crate::job::Jobs;
/// to as "v8", "version 8", or "release 8" to customers). The use of semantic
/// versioning is mostly to hedge for perhaps wanting something more granular in
/// the future.
const BASE_VERSION: Version = Version::new(11, 0, 0);
const BASE_VERSION: Version = Version::new(12, 0, 0);

const RETRY_ATTEMPTS: usize = 3;

Expand Down
2 changes: 1 addition & 1 deletion nexus/external-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use omicron_common::api::external::{
use openapi_manager_types::ValidationContext;
use openapiv3::OpenAPI;

pub const API_VERSION: &str = "20241009.0";
pub const API_VERSION: &str = "20241204.0";

// API ENDPOINT FUNCTION NAMING CONVENTIONS
//
Expand Down
2 changes: 1 addition & 1 deletion openapi/nexus.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://oxide.computer",
"email": "api@oxide.computer"
},
"version": "20241009.0"
"version": "20241204.0"
},
"paths": {
"/device/auth": {
Expand Down

0 comments on commit 20220b8

Please sign in to comment.