Skip to content

Commit b428c62

Browse files
committed
bump Propolis to include #904
1 parent 61b4a92 commit b428c62

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,10 @@ progenitor-client = "0.9.1"
606606
# NOTE: if you change the pinned revision of the `bhyve_api` and propolis
607607
# dependencies, you must also update the references in package-manifest.toml to
608608
# match the new revision.
609-
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "060a204d91e401a368c700a09d24510b7cd2b0e4" }
610-
propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = "060a204d91e401a368c700a09d24510b7cd2b0e4" }
611-
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "060a204d91e401a368c700a09d24510b7cd2b0e4" }
612-
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "060a204d91e401a368c700a09d24510b7cd2b0e4" }
609+
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "e3988414bd68ecf806078fb898120e1194451ee9" }
610+
propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = "e3988414bd68ecf806078fb898120e1194451ee9" }
611+
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "e3988414bd68ecf806078fb898120e1194451ee9" }
612+
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "e3988414bd68ecf806078fb898120e1194451ee9" }
613613
# NOTE: see above!
614614
proptest = "1.6.0"
615615
qorb = "0.3.1"

package-manifest.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -622,10 +622,10 @@ service_name = "propolis-server"
622622
only_for_targets.image = "standard"
623623
source.type = "prebuilt"
624624
source.repo = "propolis"
625-
source.commit = "060a204d91e401a368c700a09d24510b7cd2b0e4"
625+
source.commit = "e3988414bd68ecf806078fb898120e1194451ee9"
626626
# The SHA256 digest is automatically posted to:
627627
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/propolis/image/<commit>/propolis-server.sha256.txt
628-
source.sha256 = "1a86f30bf2078d24326cbc7d999519f9669c123e072464468007fb72f8fe07d9"
628+
source.sha256 = "a858fe9db8db262b402a44598e991c6298f92531421029f7728b3fdd45fe621b"
629629
output.type = "zone"
630630

631631
[package.mg-ddm-gz]

0 commit comments

Comments
 (0)