Skip to content

Commit b36f032

Browse files
authored
update dendrite in omicron (#9193)
Update dendrite to pick up the lldpd update to progenitor 0.11.
1 parent e9505e1 commit b36f032

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ digest = "0.10.7"
434434
dns-server = { path = "dns-server" }
435435
dns-server-api = { path = "dns-server-api" }
436436
dns-service-client = { path = "clients/dns-service-client" }
437-
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "b3cdd095437f388069aa57be5efac4b4fadc7b4f" }
437+
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "cc8e02a0800034c431c8cf96b889ea638da3d194" }
438438
dropshot = { version = "0.16.3", features = [ "usdt-probes" ] }
439439
dropshot-api-manager = "0.2.2"
440440
dropshot-api-manager-types = "0.2.2"

package-manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,8 @@ only_for_targets.image = "standard"
736736
# the other `source.*` keys.
737737
source.type = "prebuilt"
738738
source.repo = "dendrite"
739-
source.commit = "19e744e1afaff49bbb8402d6519f63283250c93a"
740-
source.sha256 = "ddc69d9e38abd1f7db594b130027719d5f6607569763708d5f979c97b032c9b5"
739+
source.commit = "cc8e02a0800034c431c8cf96b889ea638da3d194"
740+
source.sha256 = "edc5fe4bc4e7f091cd886d37a1adedaa7f646971b7d235ea1000623fde8c6648"
741741
output.type = "zone"
742742
output.intermediate_only = true
743743

@@ -763,8 +763,8 @@ only_for_targets.image = "standard"
763763
# the other `source.*` keys.
764764
source.type = "prebuilt"
765765
source.repo = "dendrite"
766-
source.commit = "19e744e1afaff49bbb8402d6519f63283250c93a"
767-
source.sha256 = "542e2f784cda4c5e2c864bcf49ae0174e21ca84e0e550cae8882c8e7735fc715"
766+
source.commit = "cc8e02a0800034c431c8cf96b889ea638da3d194"
767+
source.sha256 = "31f8daf167cd647728b62e35d802c39c118c9b39fa6f3419c6c2eafd4094f172"
768768
output.type = "zone"
769769
output.intermediate_only = true
770770

@@ -783,8 +783,8 @@ only_for_targets.image = "standard"
783783
# the other `source.*` keys.
784784
source.type = "prebuilt"
785785
source.repo = "dendrite"
786-
source.commit = "19e744e1afaff49bbb8402d6519f63283250c93a"
787-
source.sha256 = "8f31afa74591965ea34f25ae4228f74f3968d19abe437e765d0f21f5bcc6757c"
786+
source.commit = "cc8e02a0800034c431c8cf96b889ea638da3d194"
787+
source.sha256 = "c27a07a4406739994d6fb68f0d8e7125091743881f1f3e82790ab1099f4f2f4c"
788788
output.type = "zone"
789789
output.intermediate_only = true
790790

tools/dendrite_stub_checksums

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CIDL_SHA256_ILLUMOS="ddc69d9e38abd1f7db594b130027719d5f6607569763708d5f979c97b032c9b5"
2-
CIDL_SHA256_LINUX_DPD="74c79e30b577a1448f275b38e8887a0bf8df14a201f2739fd8497cdcea32f9cb"
3-
CIDL_SHA256_LINUX_SWADM="2bab299920960f7f21a5a996c0d87a5c7b16aaca470892a6ed183939eccced9d"
1+
CIDL_SHA256_ILLUMOS="edc5fe4bc4e7f091cd886d37a1adedaa7f646971b7d235ea1000623fde8c6648"
2+
CIDL_SHA256_LINUX_DPD="a29b7bd4dbad9af237251fc532d1ef11461ebc156b9cb354c204a021feedc228"
3+
CIDL_SHA256_LINUX_SWADM="402c96efbb7f04f8ad87847b38b66c53774e6b5a690ac2400d39d11d54502a67"

tools/dendrite_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMMIT="19e744e1afaff49bbb8402d6519f63283250c93a"
1+
COMMIT="cc8e02a0800034c431c8cf96b889ea638da3d194"

0 commit comments

Comments
 (0)