Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kvm-bindings from 0.4.0 to 0.5.0 #169

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Bumps kvm-bindings from 0.4.0 to 0.5.0.

Release notes

Sourced from kvm-bindings's releases.

v0.5.0

Changed

  • Replaced the v4.20 bindings with the v5.13 ones.

Removed

  • Removed v4.14 bindings.
Changelog

Sourced from kvm-bindings's changelog.

[0.5.0]

Changed

  • Replaced the v4.20 bindings with the v5.13 ones.

Removed

  • Removed v4.14 bindings.
Commits
  • 16a87c9 Release 0.5.0
  • 9465774 Bump rust-vmm-ci from 7693628 to 877d1fb
  • 441a9a8 arm64, x86: Update bindings to v5.13
  • 5604769 arm, arm64, x86: Remove v4.14 bindings
  • 418a0d7 Bump rust-vmm-ci from d2ab3c0 to 7693628
  • 9685704 update coverage
  • d047334 Bump rust-vmm-ci from 24d66cd to d2ab3c0
  • 87c194e Upgrade to GitHub-native Dependabot
  • 74e9986 fix typo
  • 4a9c7da update coverage
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 30, 2021
@codecov
Copy link

codecov bot commented Aug 30, 2021

Codecov Report

Merging #169 (59e6ce4) into master (97fc2ce) will increase coverage by 0.30%.
The diff coverage is n/a.

❗ Current head 59e6ce4 differs from pull request most recent head 2adc7ea. Consider uploading reports for the commit 2adc7ea to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
+ Coverage   30.76%   31.07%   +0.30%     
==========================================
  Files          16       15       -1     
  Lines        4017     3981      -36     
==========================================
+ Hits         1236     1237       +1     
+ Misses       2781     2744      -37     
Impacted Files Coverage Δ
src/lib.rs 8.75% <0.00%> (-2.08%) ⬇️
src/vm.rs 28.35% <0.00%> (ø)
src/linux/vcpu.rs 0.00% <0.00%> (ø)
src/linux/mod.rs
src/linux/uhyve.rs 54.09% <0.00%> (+0.32%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 97fc2ce...2adc7ea. Read the comment docs.

@jounathaen
Copy link
Member

bors r+

Bumps [kvm-bindings](https://github.com/rust-vmm/kvm-bindings) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/rust-vmm/kvm-bindings/releases)
- [Changelog](https://github.com/rust-vmm/kvm-bindings/blob/master/CHANGELOG.md)
- [Commits](rust-vmm/kvm-bindings@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: kvm-bindings
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/kvm-bindings-0.5.0 branch from 59e6ce4 to 2adc7ea Compare August 30, 2021 11:33
@bors
Copy link
Contributor

bors bot commented Aug 30, 2021

Canceled.

@jounathaen
Copy link
Member

bors retry

@mkroening
Copy link
Member

bors r-

@bors
Copy link
Contributor

bors bot commented Aug 30, 2021

Canceled.

@mkroening
Copy link
Member

This is best updated together with kvm-ioctls in #164.

@dependabot ignore this dependency

@dependabot dependabot bot closed this Aug 30, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2021

OK, I won't notify you about kvm-bindings again, unless you re-open this PR or update it yourself. 😢

@dependabot dependabot bot deleted the dependabot/cargo/kvm-bindings-0.5.0 branch August 30, 2021 11:53
@mkroening
Copy link
Member

@dependabot reopen

@dependabot dependabot bot restored the dependabot/cargo/kvm-bindings-0.5.0 branch January 10, 2024 12:30
@dependabot dependabot bot reopened this Jan 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2024

Superseded by #618.

@dependabot dependabot bot closed this Jan 10, 2024
@dependabot dependabot bot deleted the dependabot/cargo/kvm-bindings-0.5.0 branch January 10, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants