Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies, progenitor to 0add9971, oxide.json to omicron:1dbbf1fd #994

Merged
merged 29 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2bf8975
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Dec 30, 2024
43b20ea
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Dec 30, 2024
1bb2246
Merge branch 'main' into integration
oxide-reflector-bot[bot] Dec 31, 2024
511aefb
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Dec 31, 2024
965c5d6
Merge branch 'main' into integration
oxide-reflector-bot[bot] Dec 31, 2024
8319010
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 6, 2025
d5cafcd
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 6, 2025
5e8234c
Merge branch 'main' into integration
oxide-reflector-bot[bot] Jan 6, 2025
1db0c93
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 6, 2025
2bbee35
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 6, 2025
d3026f6
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 6, 2025
2cae1a2
Merge branch 'main' into integration
oxide-reflector-bot[bot] Jan 6, 2025
3727932
deal with new API operations
ahl Jan 15, 2025
a7f2a35
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 15, 2025
d62106e
Merge branch 'main' into integration and reset generated code
oxide-reflector-bot[bot] Jan 15, 2025
93ec049
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 15, 2025
16c3772
Merge branch 'main' into integration and reset generated code
oxide-reflector-bot[bot] Jan 15, 2025
a432ed1
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 15, 2025
425f5a3
Merge branch 'main' into integration
oxide-reflector-bot[bot] Jan 21, 2025
e880eac
Merge branch 'main' into integration
oxide-reflector-bot[bot] Jan 21, 2025
f18e620
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 21, 2025
805b136
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 24, 2025
e3d880c
Merge branch 'main' into integration
oxide-reflector-bot[bot] Jan 28, 2025
be1c7b6
Merge branch 'main' into integration
oxide-reflector-bot[bot] Jan 28, 2025
8ea50e4
Merge branch 'main' into integration
oxide-reflector-bot[bot] Jan 28, 2025
8318319
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Jan 29, 2025
9aa3eff
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Feb 1, 2025
3fa58eb
Rebuilt with latest dependency updates
oxide-reflector-bot[bot] Feb 3, 2025
ed4a560
Merge branch 'main' into integration
oxide-reflector-bot[bot] Feb 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oxide.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://oxide.computer",
"email": "[email protected]"
},
"version": "20241204.0.0"
"version": "20250212.0.0"
},
"paths": {
"/device/auth": {
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/generated_sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51528,7 +51528,7 @@ pub mod types {
///
/// API for interacting with the Oxide control plane
///
/// Version: 20241204.0.0
/// Version: 20250212.0.0
pub struct Client {
pub(crate) baseurl: String,
pub(crate) client: reqwest::Client,
Expand Down Expand Up @@ -51581,7 +51581,7 @@ impl Client {
/// This string is pulled directly from the source OpenAPI
/// document and may be in any format the API selects.
pub fn api_version(&self) -> &'static str {
"20241204.0.0"
"20250212.0.0"
}
}

Expand Down