------------------------------------------------------------------- Thu Sep 18 08:30:13 UTC 2025 - Dario Faggioli - Update to version 0.2.4+git3cdfe0f: * Bump version to 0.2.4 * start: Only map volumes if required on macOS * Add inspect command * create: forbid empty names * add docs + change variable name * set env in VM from start args * Move commands to a module * Instead of a free function for each command make it a method * Refactor argument parsing using new clap 4.x version * Resolve clippy warning for macOS target * Fix compilation for macOS target * Run cargo clippy more times with each supported platform separately * Fix compilation on aarch64 due to i8/u8 mismatch * Resolve clippy warnings and use correct types in bindings. * Resolve warnings about unnecessary mut * README: Add asciidoctor dependency to building from source instructions * Makefile: Remove INIT_BINARY because there is no such thing - Tweak the service file a (little) bit ------------------------------------------------------------------- Thu Aug 10 07:25:18 UTC 2023 - Dominique Leuenberger - Use build_rustflags instead of deprecated __rustflags. ------------------------------------------------------------------- Tue Jan 03 10:36:08 UTC 2023 - fcrozat@suse.com - Update to version 0.2.3+git12dac81: * Bump version to v0.2.3 * macos: add support for creating x86 microVMs ------------------------------------------------------------------- Fri Sep 30 13:15:57 UTC 2022 - Dario Faggioli - Switch to the new libkrun1 library and devel package as dependencies - Fix build on all distros by explicitly requiring zstd ------------------------------------------------------------------- Wed Sep 28 18:00:50 UTC 2022 - dfaggioli@suse.com - Update to version 0.2.2+gite67d0ea: * Bump version to v0.2.2 * Restrict the number of values of "-p" and "-v" * Bump version to v0.2.1 * macos: fix root ownership and mode * Bump version to v0.2.0 * Avoid overriding PATH * Use krun_set_env to set env vars * macos: Add missing BuildahCommand * Export container config on microVM creation * Remove command and workdir defaults * Bump version to 0.1.6 * Cargo: add description and repository * ci: Add a step to install asciidoctor * Fix some clippy warnings * Replace "lightweight VM" with "microVM" * Add manual pages * README.md: Replace lightweight VMs with microVMs * README.md: remove "Limitations" section * Rename Security.md to SECURITY.md ------------------------------------------------------------------- Fri May 6 12:45:10 UTC 2022 - Frederic Crozat - Update to version 0.1.5+giteedd405: * Bump version to 0.1.5 * Refactor buildah args generation * Add Security and C-O-C docs * chore: add Cargo.lock file * Create directory leading up to resolv.conf * Bump version to 0.1.4 * main: Fix APFS volume help message * changevm: Fix "cpus" and "mem" arguments * ci: Add code quality checks for PRs * Fix some cargo and clippy warnings - Switch vendor tarball to zstd ------------------------------------------------------------------- Tue Nov 02 04:06:08 UTC 2021 - william.brown@suse.com - Update to version 0.1.4+git5add8c5: * chore: add Cargo.lock file * Create directory leading up to resolv.conf * Bump version to 0.1.4 * main: Fix APFS volume help message * changevm: Fix "cpus" and "mem" arguments * ci: Add code quality checks for PRs * Fix some cargo and clippy warnings * fix compile failures on macos m1 * README.md: Add "Supported platforms" * Bump version to 0.1.3 ------------------------------------------------------------------- Fri Oct 1 09:55:28 UTC 2021 - Dario Faggioli - Fix the build, after the libkrun pakaging changes and the switch to cargo * libkrun-devel and libkrun0 packages no longer exist, while libkrun does. Make sure that we depend on that one. * fix quoting around RUSTFLAGS so that we don't miss flags ------------------------------------------------------------------- Thu Sep 30 04:38:18 UTC 2021 - William Brown - Replace rust-packaging with cargo-packaging ------------------------------------------------------------------- Tue Mar 23 18:02:33 UTC 2021 - dfaggioli@suse.com - Update to version 0.1.4+git5add8c5: * chore: add Cargo.lock file * Create directory leading up to resolv.conf - Change versioning scheme (to include the git commit hash) ------------------------------------------------------------------- Fri Mar 19 02:17:56 UTC 2021 - Dario Faggioli - let's enable only the arch-es for which we have libkrun ------------------------------------------------------------------- Fri Mar 19 00:29:19 UTC 2021 - Dario Faggioli - there's no libkrun for i586 so let's exclude it here too ------------------------------------------------------------------- Sat Feb 27 04:45:09 UTC 2021 - Dario Faggioli - Set all services to disabled Thu Feb 18 08:34:03 UTC 2021 - dmacvicar@suse.com - Update to version 0.1.4: * Bump version to 0.1.4 * main: Fix APFS volume help message * changevm: Fix "cpus" and "mem" arguments * ci: Add code quality checks for PRs * Fix some cargo and clippy warnings * fix compile failures on macos m1 * README.md: Add "Supported platforms" * Bump version to 0.1.3 * Don't check for "unshare" if running as root * Bump version to 0.1.2 ------------------------------------------------------------------- Thu Feb 18 00:04:12 UTC 2021 - Duncan Mac-Vicar - Initial package for 1.4.1 Based on Fedora package by Sergio Lopez