* 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 OBS-URL: https://build.opensuse.org/package/show/Virtualization/krunvm?expand=0&rev=21
153 lines
5.6 KiB
Plaintext
153 lines
5.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Sep 18 08:30:13 UTC 2025 - Dario Faggioli <dfaggioli@suse.com>
|
|
|
|
- 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 <dimstar@opensuse.org>
|
|
|
|
- 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 <dfaggioli@suse.com>
|
|
|
|
- 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 <fcrozat@suse.com>
|
|
|
|
- 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 <dfaggioli@suse.com>
|
|
|
|
- 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 <william.brown@suse.com>
|
|
|
|
- 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 <dfaggioli@suse.com>
|
|
|
|
- let's enable only the arch-es for which we have libkrun
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 19 00:29:19 UTC 2021 - Dario Faggioli <dfaggioli@suse.com>
|
|
|
|
- there's no libkrun for i586 so let's exclude it here too
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 27 04:45:09 UTC 2021 - Dario Faggioli <dfaggioli@suse.com>
|
|
|
|
- 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 <duncan@mac-vicar.eu>
|
|
|
|
- Initial package for 1.4.1
|
|
Based on Fedora package by Sergio Lopez <slp@redhat.com>
|
|
|