rik-org / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
68 stars 11 forks source link

chore(update): bump devices from v1.3.1 to v1.3.3 #135

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps devices from v1.3.1 to v1.3.3.

Release notes

Sourced from devices's releases.

Firecracker v1.3.3

Fixed

  • Fixed passing through cache information from host in CPUID leaf 0x80000006.

Firecracker v1.3.2

Fixed

  • A race condition that has been identified between the API thread and the VMM thread due to a misconfiguration of the api_event_fd.
Changelog

Sourced from devices's changelog.

[1.3.3]

Fixed

  • Fixed passing through cache information from host in CPUID leaf 0x80000006.

[1.3.2]

Changed

  • Upgraded Rust toolchain from 1.64.0 to 1.68.2.

Fixed

  • A race condition that has been identified between the API thread and the VMM thread due to a misconfiguration of the api_event_fd.
Commits
  • d095381 chore: release v1.3.3
  • 705e283 chore(changelog): mention rust upgrade in 1.3.2
  • ee3fead chore(tests): update code coverage for intel
  • 20bacd3 test: add test for cache features for amd
  • 8dab78b fix(vmm): pass through cache information from host
  • 41e786e chore: release v1.3.2
  • f55af85 chore: prepare patch release FC 1.3.2
  • 558433b Fix spurious failure in api_server::tests::test_serve_vmm_action_request
  • c3905b1 criterion: trim down dependencies
  • 9778a67 fix: setting api_event_fd behave as a semaphore
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)