Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
26b79ec
tufaceous v2 for wicket and installinator
iliana Jul 3, 2026
bbf290e
avoid adding ErrorExt to update-common for now
iliana Jul 7, 2026
1a3d052
nit
iliana Jul 7, 2026
ec674b5
Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/2…
iliana Jul 9, 2026
e9fd524
update tufaceous
iliana Jul 9, 2026
91c8c6e
Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/2…
iliana Jul 15, 2026
9346622
Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/2…
iliana Jul 15, 2026
c07f141
Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/2…
iliana Jul 20, 2026
7e63b23
serve the v1 installinator document if present
iliana Jul 21, 2026
4c96bef
tufaceous#51 is merged
iliana Jul 21, 2026
fbc3d08
Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/2…
iliana Jul 22, 2026
ac0c7d1
Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/2…
iliana Jul 27, 2026
eef2c3d
flip
iliana Jul 27, 2026
b69d99b
remove mostly-unused field
iliana Jul 27, 2026
5424f49
we know the host OS version we're updating to
iliana Jul 27, 2026
e2c7c78
comment on the `kind` values for older wicket
iliana Jul 27, 2026
8a917b6
ensure we extract some zones from the tarball
iliana Jul 27, 2026
eca0063
remove unused deps from Cargo.toml
iliana Jul 28, 2026
1a0ecbe
comments comments comments
iliana Jul 28, 2026
725b462
interrogate_rot_bootloader no longer returns Option
iliana Jul 28, 2026
614aee0
don't panic on duplicate file names
iliana Jul 28, 2026
1565c64
i forgot comments end up in this thing
iliana Jul 28, 2026
474624a
Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/2…
iliana Jul 29, 2026
4615e82
remove `hash_ids` from MupdateOverrideInfo
iliana Jul 29, 2026
8a3024d
clean up get_rot_rkth a bit
iliana Jul 29, 2026
1fed1d5
uphold the invariant
iliana Jul 29, 2026
c91b5b1
fix Cargo.lock mismerge
iliana Jul 29, 2026
8e6acd8
comment on v1_json_schema
iliana Jul 29, 2026
3442de6
add context to fetch_artifact calls
iliana Jul 29, 2026
a7c28c9
get_rot_rkth returns RotKeyTableHash
iliana Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 92 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ linear-map = "1.2.0"
live-tests-macros = { path = "live-tests/macros" }
lldpd_client = { git = "https://github.com/oxidecomputer/lldp", rev = "54b266174d4de9628bca9c97b0db176e16f12154", package = "lldpd-client" }
lldp_protocol = { git = "https://github.com/oxidecomputer/lldp", rev = "54b266174d4de9628bca9c97b0db176e16f12154", package = "protocol" }
lpc55_areas = { git = "https://github.com/oxidecomputer/lpc55_support" }
omicron-deployment-graph = { path = "dev-tools/omicron-deployment-graph" }
macaddr = { version = "1.0.1", features = ["serde_std"] }
maplit = "1.0.2"
Expand Down Expand Up @@ -878,7 +879,7 @@ tufaceous-artifact = { git = "https://github.com/oxidecomputer/tufaceous", branc
tufaceous-brand-metadata = { git = "https://github.com/oxidecomputer/tufaceous", branch = "v1" }
tufaceous-lib = { git = "https://github.com/oxidecomputer/tufaceous", branch = "v1" }
tufaceous-v2 = { git = "https://github.com/oxidecomputer/tufaceous", branch = "main", package = "tufaceous" }
tufaceous-artifact-v2 = { git = "https://github.com/oxidecomputer/tufaceous", branch = "main", package = "tufaceous-artifact" }
tufaceous-artifact-v2 = { git = "https://github.com/oxidecomputer/tufaceous", branch = "main", package = "tufaceous-artifact", features = ["proptest", "schemars"] }
tui-tree-widget = "0.23.1"
typed-rng = { path = "typed-rng" }
typify = "0.3.0"
Expand Down
Loading
Loading