Skip to content

Releases: containers/libkrun

libkrun-1.1.0

17 Jun 11:02
@slp slp
9d6a633
Compare
Choose a tag to compare

What's Changed

  • TSI: Require explicty accept() by @slp in #50
  • vsock: restore lost port mapping feature by @slp in #52
  • Bump version to v1.1.0 by @slp in #53

Full Changelog: v1.0.0...v1.1.0

libkrun-1.0.0

10 Jun 08:48
@slp slp
aa8a6a5
Compare
Choose a tag to compare

What's Changed

  • SEV switch to upstream bindings by @slp in #47
  • Add a virtio-rng device implementation by @slp in #48
  • Update README.md and bump version to v1.0.0 by @slp in #49

Full Changelog: v0.2.1...v1.0.0

libkrun-0.2.1

02 Jun 14:43
@slp slp
14655eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

libkrun-0.2.0

30 May 09:37
@slp slp
Compare
Choose a tag to compare

What's Changed

  • Replace "logger" crate with env_logger+log by @slp in #43
  • Replace the old vsock device with TSIv2's vsock by @slp in #45
  • Jump to 0.2.0 as this version introduces breaking changes.

Full Changelog: v0.1.8...v0.2.0

libkrun-0.1.8

27 May 11:33
@slp slp
e279d32
Compare
Choose a tag to compare

libkrun: Bump version to 0.1.8

Bump version to 0.1.8. We're about to introduce some breaking changes
that will lead us to 0.2.0, so let's release a version now so people
can get the latest clean ups without jumping all the way into 0.2.

Signed-off-by: Sergio Lopez [email protected]

libkrun-0.1.7

01 Mar 16:49
@slp slp
Compare
Choose a tag to compare
libkrun: Bump version to 0.1.7

Bump version to 0.1.7

Signed-off-by: Sergio Lopez <[email protected]>

libkrun-0.1.6

25 Feb 17:16
@slp slp
Compare
Choose a tag to compare
libkrun: Bump version to 0.1.6

Bump version to 0.1.6

Signed-off-by: Sergio Lopez <[email protected]>

libkrun-0.1.5

23 Feb 17:49
@slp slp
Compare
Choose a tag to compare
libkrun: Bump version to 0.1.5

Bump version to 0.1.5

Signed-off-by: Sergio Lopez <[email protected]>

libkrun-0.1.4

02 Feb 17:25
@slp slp
Compare
Choose a tag to compare
libkrun: Bump version to 0.1.4

Bump version to 0.1.4.

This version includes a fix for the epoll emulation for macOS that
minimizes CPU idle usage.

Signed-off-by: Sergio Lopez <[email protected]>

v0.1.3: Merge pull request #19 from slp/helper_script

27 Jan 11:38
@slp slp
d4dd146
Compare
Choose a tag to compare
Add a helper script for building init/init on krunvm