Skip to content

Commit ec8fbbd

Browse files
authored
Bump propolis (#9853)
Pulls in multi-queue fix: - viona: Fix swapped RX/TX queue sizes. ([#1056](oxidecomputer/propolis#1056))
1 parent 6aea445 commit ec8fbbd

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -681,10 +681,10 @@ progenitor-client = "0.10.0"
681681
# NOTE: if you change the pinned revision of the `bhyve_api` and propolis
682682
# dependencies, you must also update the references in package-manifest.toml to
683683
# match the new revision.
684-
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "8ccddb47a4c93b7e3480919495dae851afc83782" }
685-
propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = "8ccddb47a4c93b7e3480919495dae851afc83782" }
686-
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "8ccddb47a4c93b7e3480919495dae851afc83782" }
687-
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "8ccddb47a4c93b7e3480919495dae851afc83782" }
684+
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "bc121ef55741656ce118b02ceeda949b9261f49f" }
685+
propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = "bc121ef55741656ce118b02ceeda949b9261f49f" }
686+
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "bc121ef55741656ce118b02ceeda949b9261f49f" }
687+
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "bc121ef55741656ce118b02ceeda949b9261f49f" }
688688
# NOTE: see above!
689689
proptest = "1.7.0"
690690
qorb = "0.4.1"

package-manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,10 @@ service_name = "propolis-server"
650650
only_for_targets.image = "standard"
651651
source.type = "prebuilt"
652652
source.repo = "propolis"
653-
source.commit = "8ccddb47a4c93b7e3480919495dae851afc83782"
653+
source.commit = "bc121ef55741656ce118b02ceeda949b9261f49f"
654654
# The SHA256 digest is automatically posted to:
655655
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/propolis/image/<commit>/propolis-server.sha256.txt
656-
source.sha256 = "62df9744f44f14daa24d790fb543a92e9a27bdf7998394f80d184b389e8413a1"
656+
source.sha256 = "2e682450267264e2250ed3300f2c21653bc765e6c1cf334962b9e578e3c9d525"
657657
output.type = "zone"
658658

659659
[package.mg-ddm-gz]

0 commit comments

Comments
 (0)