-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: containers/krunkit
base: v0.2.2
head repository: containers/krunkit
compare: main
- 15 commits
- 10 files changed
- 2 contributors
Commits on Aug 1, 2025
-
Document the `--nested` option in the usage page. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for eb621a5 - Browse repository at this point
Copy the full SHA eb621a5View commit details -
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for b78153a - Browse repository at this point
Copy the full SHA b78153aView commit details
Commits on Aug 8, 2025
-
Adds the "Bootloader Configuration" section to the docs page. Additionaly, it specifies the option is purely for vfkit parity and does not get processed by the CLI. Resolves: #55 Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 28f5ce8 - Browse repository at this point
Copy the full SHA 28f5ce8View commit details
Commits on Aug 13, 2025
-
makefile: fix incremental builds
Allow incremental builds when doing make targets other than `install` or `clean`. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for a72d3e2 - Browse repository at this point
Copy the full SHA a72d3e2View commit details
Commits on Aug 29, 2025
-
build.rs: link with library specified by LIBKRUN_EFI
Rather than hardcoding a path to the /opt/homebrew/lib directory for the build.rs file to link with, we should use the path provided by the user in LIBKRUN_EFI instead. If the environment variable cannot be found because a user didn't use it, then fallback to the default path. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for acd2cee - Browse repository at this point
Copy the full SHA acd2ceeView commit details
Commits on Sep 2, 2025
-
virtio: add new
type={unixgram, unixstream}
argumentAdds the new `type={unixgram, unixstream}` argument. This allows the user to create an independent unixgram-based or unixstream-based virtio-net device rather than forcing the user to use gvproxy. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 4d51ce6 - Browse repository at this point
Copy the full SHA 4d51ce6View commit details -
virtio: do not use
krun_set_gvproxy_path
No longer use the deprecated `krun_set_gvproxy_path` when the user creates a virtio-net device with the `unixSocketPath` argument. Use the new `krun_add_net_unixgram` API instead. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for aac5f01 - Browse repository at this point
Copy the full SHA aac5f01View commit details -
virtio: do not call
krun_set_net_mac
With the adoption of the new `krun_add_net_unix*` APIs, we no longer need to manually set the MAC address for the virtio-net device. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for a9ed421 - Browse repository at this point
Copy the full SHA a9ed421View commit details -
docs: document new virtio-net arguments
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 971e0b1 - Browse repository at this point
Copy the full SHA 971e0b1View commit details
Commits on Sep 3, 2025
-
src: docs: Change --restful-uri default
Due to a docs bug in vfkit, we have incidentally diverged from vfkit default behavior by using tcp as the default. Now that the argument supports none://, that should be the default instead. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 6a69880 - Browse repository at this point
Copy the full SHA 6a69880View commit details -
cmdline: context: add --pidfile option
Add a new --pidfile option. This will allow the user to specify a path in which the krunkit binary will write its PID. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 5c06f1b - Browse repository at this point
Copy the full SHA 5c06f1bView commit details -
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for a71ada2 - Browse repository at this point
Copy the full SHA a71ada2View commit details -
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 6c3b1a2 - Browse repository at this point
Copy the full SHA 6c3b1a2View commit details -
Add an AUTHORS file with the name and email of every contributor so far, and set "authors" in Cargo.toml to "The krunkit Authors". Signed-off-by: Sergio Lopez <slp@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 67327f6 - Browse repository at this point
Copy the full SHA 67327f6View commit details -
With the latest changes, I think it's clear the project has reached maturity. Make it public by bumping version all the way to 1.0.0. Signed-off-by: Sergio Lopez <slp@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8be0e93 - Browse repository at this point
Copy the full SHA 8be0e93View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.2...main