Skip to content

Releases: containers/krunvm

krunvm-0.2.6

09 Feb 11:22
@slp slp
59f3673

Choose a tag to compare

What's Changed

  • Fix compile errors and warnings on Linux by @svenstaro in #77
  • ci: check code quality on Linux too by @slp in #78
  • start/macos: extend mount script to chdir workdir by @slp in #79
  • Bump version to 0.2.6 by @slp in #80

New Contributors

Full Changelog: v0.2.5...v0.2.6

krunvm-0.2.5

12 Jan 09:25
@slp slp
4306009

Choose a tag to compare

What's Changed

  • Re-execute itself with DYLD_LIBRARY_PATH by @slp in #71
  • Fixing mapped volumes on MacOS by replacing deprecated method with krun_add_virtiofs. by @BinSquare in #74
  • Fix re-exec and bump version to 0.2.5 by @slp in #75

New Contributors

Full Changelog: v0.2.4...v0.2.5

krunvm-0.2.4

31 Jul 08:34
@slp slp
3cdfe0f

Choose a tag to compare

What's Changed

  • Makefile: Remove INIT_BINARY because there is no such thing by @mtjhrc in #45
  • README: Add asciidoctor dependency to building from source instructions by @mtjhrc in #46
  • Resolve clippy warnings and use correct types in bindings by @mtjhrc in #47
  • Fix aarch64 i8/u8 mismatch and improve pipeline by @mtjhrc in #55
  • Refactor argument parsing using newer clap derive by @mtjhrc in #52
  • create: forbid empty names by @slp in #64
  • Pass environment variable(s) to microVM by @EduM22 in #58
  • Add inspect command by @KevSlashNull in #66
  • start: Only map volumes if required on macOS by @stephen-fox in #68
  • Bump version to 0.2.4 by @slp in #69

New Contributors

Full Changelog: v0.2.3...v0.2.4

krunvm-0.2.3

07 Nov 15:28
@slp slp
12dac81

Choose a tag to compare

What's Changed

  • macos: add support for running x86 microVMs on ARM64 by @slp in #36

Full Changelog: v0.2.2...v0.2.3

krunvm-0.2.2

16 Aug 16:04
@slp slp
e67d0ea

Choose a tag to compare

What's Changed

  • Restrict the number of values of "-p" and "-v" by @slp in #33

Full Changelog: v0.2.1...v0.2.2

krunvm-0.2.1

04 Aug 21:01
@slp slp
ba9e585

Choose a tag to compare

What's Changed

  • Use xattr to fix container image root ownership and mode by @slp in #28

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

krunvm-0.2.0

04 Aug 19:19
@slp slp
a99b7b9

Choose a tag to compare

What's Changed

  • Allow reading Cmd and WorkingDir from the OCI image config by @slp in #18
  • macos: Add missing BuildahCommand by @slp in #26
  • Use krun_set_env to set env vars when no command is configured by @slp in #27

Full Changelog: v0.1.6...v0.2.0

krunvm-0.1.6

05 Jul 11:43
@slp slp
b1673da

Choose a tag to compare

What's Changed

  • Add manual pages
  • Replace uses of Lightweight VM with microVM
  • Rename Security.md to SECURITY.md by @TomSweeneyRedHat in #10

Full Changelog: v0.1.5...v0.1.6

krunvm-0.1.5

30 May 10:23
@slp slp

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

krunvm-0.1.4

02 Feb 17:47
@slp slp

Choose a tag to compare

Bump version to 0.1.4

v0.1.4 includes fixes for changevm, for building on macOS, and
some texts.

Signed-off-by: Sergio Lopez <slp@redhat.com>