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
70 stars 12 forks source link

chore(update): bump utils from v1.3.1 to v1.3.2 #121

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps utils from v1.3.1 to v1.3.2.

Release notes

Sourced from utils's releases.

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 utils's changelog.

[1.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.
Commits
  • 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
  • 30ef8a3 chore: update pylint rule name
  • 2fbbd9e chore: Update seccomp filters to include sched_yield
  • 7843fa9 chore: adjust coverage
  • baa427f chore: appease clippy
  • 56dfb54 toolchain: Update to 1.68.2
  • 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)