Skip to content

Commit 75d8f5e

Browse files
authored
Merge branch 'main' into xstate
2 parents 49aa2c8 + a7356c1 commit 75d8f5e

File tree

26 files changed

+282
-193
lines changed

26 files changed

+282
-193
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
day: "monday"
88
allow:
99
- dependency-type: "all"
10+
ignore:
11+
- dependency-name: "aws-lc-rs"
1012
groups:
1113
rust-vmm:
1214
patterns:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ and this project adheres to
1616

1717
### Removed
1818

19+
- [#5439](https://github.com/firecracker-microvm/firecracker/pull/5439): Removed
20+
the `rx_partial_writes`, `tx_partial_reads`, `sync_response_fails`,
21+
`sync_vmm_send_timeout_count`, `deprecated_cmd_line_api_calls`, `log_fails`
22+
and `device_events` metrics, as they were never incremented.
23+
1924
### Fixed
2025

2126
- [#5418](https://github.com/firecracker-microvm/firecracker/pull/5418): Fixed

0 commit comments

Comments
 (0)