Skip to content

Commit 67134ff

Browse files
authored
Update crucible and propolis (#7517)
Bump crucible and propolis rev to pick up: - oxidecomputer/crucible#1622
1 parent b6ada02 commit 67134ff

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ crossterm = { version = "0.28.1", features = ["event-stream"] }
362362
# NOTE: if you change the pinned revision of the `crucible` dependencies, you
363363
# must also update the references in package-manifest.toml to match the new
364364
# revision.
365-
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "03f940b8387750d8955b37e3cc31cc91a2727262" }
366-
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "03f940b8387750d8955b37e3cc31cc91a2727262" }
367-
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "03f940b8387750d8955b37e3cc31cc91a2727262" }
368-
crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "03f940b8387750d8955b37e3cc31cc91a2727262" }
365+
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "d2d8f8ad449df7e2befb7ee2723a442dd74b9b72" }
366+
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "d2d8f8ad449df7e2befb7ee2723a442dd74b9b72" }
367+
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "d2d8f8ad449df7e2befb7ee2723a442dd74b9b72" }
368+
crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "d2d8f8ad449df7e2befb7ee2723a442dd74b9b72" }
369369
# NOTE: See above!
370370
csv = "1.3.1"
371371
curve25519-dalek = "4"
@@ -565,10 +565,10 @@ progenitor-client = "0.9.1"
565565
# NOTE: if you change the pinned revision of the `bhyve_api` and propolis
566566
# dependencies, you must also update the references in package-manifest.toml to
567567
# match the new revision.
568-
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "0c186579ba1fafc5a75d46d2ac8ab9ffa97fe309" }
569-
propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = "0c186579ba1fafc5a75d46d2ac8ab9ffa97fe309" }
570-
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "0c186579ba1fafc5a75d46d2ac8ab9ffa97fe309" }
571-
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "0c186579ba1fafc5a75d46d2ac8ab9ffa97fe309" }
568+
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc" }
569+
propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = "95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc" }
570+
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc" }
571+
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc" }
572572
# NOTE: see above!
573573
proptest = "1.5.0"
574574
qorb = "0.2.1"

package-manifest.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,10 @@ only_for_targets.image = "standard"
579579
# 3. Use source.type = "manual" instead of "prebuilt"
580580
source.type = "prebuilt"
581581
source.repo = "crucible"
582-
source.commit = "03f940b8387750d8955b37e3cc31cc91a2727262"
582+
source.commit = "d2d8f8ad449df7e2befb7ee2723a442dd74b9b72"
583583
# The SHA256 digest is automatically posted to:
584584
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/image/<commit>/crucible.sha256.txt
585-
source.sha256 = "4dbffda837d6c759faa843f8853a6e9323f49c5820daa4ab563efea5ff9cf5ae"
585+
source.sha256 = "9ff97404090498c5ac84e2b3b55f43466cb40a285da87af8c761b165b8ca912c"
586586
output.type = "zone"
587587
output.intermediate_only = true
588588

@@ -591,10 +591,10 @@ service_name = "crucible_pantry_prebuilt"
591591
only_for_targets.image = "standard"
592592
source.type = "prebuilt"
593593
source.repo = "crucible"
594-
source.commit = "03f940b8387750d8955b37e3cc31cc91a2727262"
594+
source.commit = "d2d8f8ad449df7e2befb7ee2723a442dd74b9b72"
595595
# The SHA256 digest is automatically posted to:
596596
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/image/<commit>/crucible-pantry.sha256.txt
597-
source.sha256 = "988b72e8808bdc7c204488b73e11104915640012fb7c9a75056ebc28f11e6d0d"
597+
source.sha256 = "23e77a98fecb24a1d46ecd5f829e8ca48d90ff17f61b38a9302800cc1df9d0ee"
598598
output.type = "zone"
599599
output.intermediate_only = true
600600

@@ -608,10 +608,10 @@ service_name = "crucible_dtrace"
608608
only_for_targets.image = "standard"
609609
source.type = "prebuilt"
610610
source.repo = "crucible"
611-
source.commit = "03f940b8387750d8955b37e3cc31cc91a2727262"
611+
source.commit = "d2d8f8ad449df7e2befb7ee2723a442dd74b9b72"
612612
# The SHA256 digest is automatically posted to:
613613
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/image/<commit>/crucible-dtrace.sha256.txt
614-
source.sha256 = "73ebcc7a3e031f90361a08a99f9c3fc0ef1713209d2ead6fc44d55b0f8b7d040"
614+
source.sha256 = "024cf5e70fd09a1d039ea6a35a59ca1d8ec9b82d1685bd74e8f6efd402dcc629"
615615
output.type = "tarball"
616616

617617
# Refer to
@@ -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 = "0c186579ba1fafc5a75d46d2ac8ab9ffa97fe309"
625+
source.commit = "95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc"
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 = "369f67ad5f1c205a50228cd5e4a5fd41f3cbf76ff8f64ae8bca8ee38a2ba5b5a"
628+
source.sha256 = "ea5288f8ae6f3f6039fd3a6b5f7823f6968f273cfc321d7f20ab41c999814217"
629629
output.type = "zone"
630630

631631
[package.mg-ddm-gz]

0 commit comments

Comments
 (0)