diff --git a/Cargo.lock b/Cargo.lock index 089a8cf991..2a0a9a9415 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1614,7 +1614,7 @@ dependencies = [ [[package]] name = "ddm-admin-client" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/maghemite?rev=8c5806d0bb3ac38efec716e22fe7cdcd424de09c#8c5806d0bb3ac38efec716e22fe7cdcd424de09c" +source = "git+https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86f92ead77e07ddc6024837dee4a401d6d" dependencies = [ "oxnet", "percent-encoding", @@ -4313,7 +4313,7 @@ dependencies = [ [[package]] name = "mg-admin-client" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/maghemite?rev=8c5806d0bb3ac38efec716e22fe7cdcd424de09c#8c5806d0bb3ac38efec716e22fe7cdcd424de09c" +source = "git+https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86f92ead77e07ddc6024837dee4a401d6d" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 189d3e87f9..dfb9b051d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/openapi/nexus.json b/openapi/nexus.json index 1453da461d..67c89e1b0c 100644 --- a/openapi/nexus.json +++ b/openapi/nexus.json @@ -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": { diff --git a/package-manifest.toml b/package-manifest.toml index dc56d54714..9484d933d2 100644 --- a/package-manifest.toml +++ b/package-manifest.toml @@ -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//mg-ddm-gz.sha256.txt source.sha256 = "280bd6e5c30d8f1076bac9b8dbbdbc45379e76259aa6319da257192fcbf64a54" @@ -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//mg-ddm.sha256.txt source.sha256 = "f15f8bb0e13b1a9372c895775dae96b68ff1cc5e395e6bad4389c2a97957354e" @@ -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//mgd.sha256.txt source.sha256 = "b0223e0aad4c22bf980da17084caf6704d0428bad1b3e5daf54e7d415ce82d3e" diff --git a/tools/maghemite_ddm_openapi_version b/tools/maghemite_ddm_openapi_version index 39e8ef5e1e..980081379e 100644 --- a/tools/maghemite_ddm_openapi_version +++ b/tools/maghemite_ddm_openapi_version @@ -1,2 +1,2 @@ -COMMIT="8c5806d0bb3ac38efec716e22fe7cdcd424de09c" +COMMIT="d1686c86f92ead77e07ddc6024837dee4a401d6d" SHA2="007bfb717ccbc077c0250dee3121aeb0c5bb0d1c16795429a514fa4f8635a5ef" diff --git a/tools/maghemite_mg_openapi_version b/tools/maghemite_mg_openapi_version index 3232cf6473..a0f7ac10ec 100644 --- a/tools/maghemite_mg_openapi_version +++ b/tools/maghemite_mg_openapi_version @@ -1,2 +1,2 @@ -COMMIT="8c5806d0bb3ac38efec716e22fe7cdcd424de09c" +COMMIT="d1686c86f92ead77e07ddc6024837dee4a401d6d" SHA2="e4b42ab9daad90f0c561a830b62a9d17e294b4d0da0a6d44b4030929b0c37b7e"