Skip to content

Commit

Permalink
regenerate nexus api, bump maghemite
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Jul 10, 2024
1 parent ceafe37 commit 5b4c327
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ macaddr = { version = "1.0.1", features = ["serde_std"] }
maplit = "1.0.2"
mockall = "0.12"
newtype_derive = "0.1.6"
mg-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "8c5806d0bb3ac38efec716e22fe7cdcd424de09c" }
ddm-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "8c5806d0bb3ac38efec716e22fe7cdcd424de09c" }
mg-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "d1686c86f92ead77e07ddc6024837dee4a401d6d" }
ddm-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "d1686c86f92ead77e07ddc6024837dee4a401d6d" }
multimap = "0.10.0"
nexus-auth = { path = "nexus/auth" }
nexus-client = { path = "clients/nexus-client" }
Expand Down
4 changes: 2 additions & 2 deletions openapi/nexus.json
Original file line number Diff line number Diff line change
Expand Up @@ -6634,8 +6634,8 @@
"tags": [
"system/networking"
],
"summary": "Update a BGP announce set. If the announce set exists this endpoint replaces",
"description": "the existing announce set with the one specified.",
"summary": "Update BGP announce set",
"description": "If the announce set exists, this endpoint replaces the existing announce set with the one specified.",
"operationId": "networking_bgp_announce_set_update",
"requestBody": {
"content": {
Expand Down
6 changes: 3 additions & 3 deletions package-manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ source.repo = "maghemite"
# `tools/maghemite_openapi_version`. Failing to do so will cause a failure when
# building `ddm-admin-client` (which will instruct you to update
# `tools/maghemite_openapi_version`).
source.commit = "8c5806d0bb3ac38efec716e22fe7cdcd424de09c"
source.commit = "d1686c86f92ead77e07ddc6024837dee4a401d6d"
# The SHA256 digest is automatically posted to:
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/<commit>/mg-ddm-gz.sha256.txt
source.sha256 = "280bd6e5c30d8f1076bac9b8dbbdbc45379e76259aa6319da257192fcbf64a54"
Expand All @@ -579,7 +579,7 @@ source.repo = "maghemite"
# `tools/maghemite_openapi_version`. Failing to do so will cause a failure when
# building `ddm-admin-client` (which will instruct you to update
# `tools/maghemite_openapi_version`).
source.commit = "8c5806d0bb3ac38efec716e22fe7cdcd424de09c"
source.commit = "d1686c86f92ead77e07ddc6024837dee4a401d6d"
# The SHA256 digest is automatically posted to:
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/<commit>/mg-ddm.sha256.txt
source.sha256 = "f15f8bb0e13b1a9372c895775dae96b68ff1cc5e395e6bad4389c2a97957354e"
Expand All @@ -594,7 +594,7 @@ source.repo = "maghemite"
# `tools/maghemite_openapi_version`. Failing to do so will cause a failure when
# building `ddm-admin-client` (which will instruct you to update
# `tools/maghemite_openapi_version`).
source.commit = "8c5806d0bb3ac38efec716e22fe7cdcd424de09c"
source.commit = "d1686c86f92ead77e07ddc6024837dee4a401d6d"
# The SHA256 digest is automatically posted to:
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/<commit>/mgd.sha256.txt
source.sha256 = "b0223e0aad4c22bf980da17084caf6704d0428bad1b3e5daf54e7d415ce82d3e"
Expand Down
2 changes: 1 addition & 1 deletion tools/maghemite_ddm_openapi_version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
COMMIT="8c5806d0bb3ac38efec716e22fe7cdcd424de09c"
COMMIT="d1686c86f92ead77e07ddc6024837dee4a401d6d"
SHA2="007bfb717ccbc077c0250dee3121aeb0c5bb0d1c16795429a514fa4f8635a5ef"
2 changes: 1 addition & 1 deletion tools/maghemite_mg_openapi_version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
COMMIT="8c5806d0bb3ac38efec716e22fe7cdcd424de09c"
COMMIT="d1686c86f92ead77e07ddc6024837dee4a401d6d"
SHA2="e4b42ab9daad90f0c561a830b62a9d17e294b4d0da0a6d44b4030929b0c37b7e"

0 comments on commit 5b4c327

Please sign in to comment.