forked from crc-org/vfkit
-
Notifications
You must be signed in to change notification settings - Fork 0
CI test #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/crc-org/crc/v2](https://github.com/crc-org/crc) from 2.49.0 to 2.51.0. - [Release notes](https://github.com/crc-org/crc/releases) - [Changelog](https://github.com/crc-org/crc/blob/main/release-info.json.sample) - [Commits](crc-org/crc@v2.49.0...v2.51.0) --- updated-dependencies: - dependency-name: github.com/crc-org/crc/v2 dependency-version: 2.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Add support for network-config file in cloud-init
test: fix 10s unreachable timeout in helpers
…hub.com/crc-org/crc/v2-2.51.0 build(deps): bump github.com/crc-org/crc/v2 from 2.49.0 to 2.51.0
bump version of tcpproxy to github issue#39
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…hub.com/gin-gonic/gin-1.10.1 build(deps): bump github.com/gin-gonic/gin from 1.10.0 to 1.10.1
Clarify a few things, reorder some sections, … Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
These technical details will be easier to find at more relevant places in usage.md rather than at the end of README.md Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This lists the higher level projects which are using vfkit. This fixes crc-org#302 Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This fixes crc-org#291 Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Added validation logic to `VirtioBlk` to detect and reject qcow2 image files
based on their magic header ("QFI\xfb").
Adds qemu-utils (for qemu-img) to the CI environment to support new tests that validate block devices and reject unsupported qemu image formats.
Doc improvements
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
It’s meant as an example of how to use vfkit with usermode networking. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Add gvproxy/helper-vmnet scripts
Added unit tests for the new `VirtioBlk.validate` method to ensure qcow2 images are correctly rejected based on their magic header. Updated existing VirtioBlk-related tests to create temporary image files on disk, as the new validation logic checks for file existence and reads the header. This ensures the tests pass with the added file-based validation in place.
feat: error out on qcow2 block devices
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.38.0 to 0.39.0. - [Commits](golang/crypto@v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/Code-Hex/vz/v3](https://github.com/Code-Hex/vz) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/Code-Hex/vz/releases) - [Commits](Code-Hex/vz@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: github.com/Code-Hex/vz/v3 dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ang.org/x/crypto-0.39.0 build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0
…hub.com/Code-Hex/vz/v3-3.7.0 build(deps): bump github.com/Code-Hex/vz/v3 from 3.6.0 to 3.7.0
Replace os.Exit() with shutdown func to allow proper VM cleanup. VM now stops gracefully with RequestStop() before forcing termination.
feat: add graceful VM shutdown on exit signals
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.