vendor: Update vendor for new runtime depedencies.#1
Merged
Conversation
Now that virtcontainers is the base of the runtime. Remove the alternative submodules. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
Update vendor to pull pkgs need by new runtime files. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
commented
Mar 13, 2018
| revision = "7f98c94613021d8b57acfa1a2f0c8d0f6fd7ae5a" | ||
|
|
||
| [[projects]] | ||
| name = "github.com/containers/virtcontainers" |
Owner
Author
There was a problem hiding this comment.
@devimc lets add this to the todo-list. [ ] remove it.
runc vendoring is newer and this function changed. Lets update it. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
that referenced
this pull request
Sep 30, 2019
current k8s intallation is failing lets use the latest release of 1.13 Fixes: #1 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
pushed a commit
that referenced
this pull request
Nov 25, 2019
sync fork after merge clh driver #1
jcvenegas
pushed a commit
that referenced
this pull request
Dec 10, 2019
- versions: bump firecracker version - clh: use http client - rootless: Disable vhost-net for rootless - compatoci: Add a SetLogger call - virtiofs: stop sandbox when virtiofsd quits - vc: Remove device when AddDevice encounters error - kernel: update to 4.19.83 - Cloud Hypervisor: driver update number 2 - vc: Use map to represent ignoredMounts - Fc comment - vc: Check return value from os.MkdirAll in virtiofsdArgs - vc: Drop Sandbox#Pause and Sandbox#Resume - vc: Use map built-in accessor to find container in Sandbox#GetContainer - Makefile: fix suspicious line - k8s: fix wrong number cpus after killing a container - vc: Utilize map for newMounts to speed up replaceOCIMountSource - vc: Sandbox#getAndSetSandboxBlockIndex shouldn't alter BlockIndex in case of error - virtcontainers: rename GetOCISpec to GetPatchedOCISpec - tracing: Unbreak tracing test - fc.go: Set firecracker log level to debug if hypervisor.enable_debug … - virtcontainers: honour ContainerConfig struct comment and don't save OCI spec - virtcontainers: improve algorithm to find containers - Merge #3 of kata-containers/runtime - FC: extract error info from firecracker built-in log and metrics scheme - gitignore: include cloud hypervisor configuration toml - Respect containerd's debug config - Clh driver: removed hard-coded vsock contextid (cid) - vc: Persist file handle may leak in FS#ToDisk - vc: Clean up directories in case MkdirAll fails - vc: Restore sandbox state when there is error starting containers - vc: Persist file handle may leak in FS#FromDisk - sync fork after merge clh driver #1 810c2c9 versions: bump firecracker version 0afeb52 clh: clh http unit test 42061f6 clh: cleanup VM dir c688a15 version: CH bump to master 9f15dd2 clh: remove cli builder f73723a clh: use http client 0babd38 rootless: Disable vhost-net for rootless 6010218 clh: Implement check() a10da3e vendor: update openapi deps 1836226 clh: generate client code dcac021 clh: Add Generation tools for API client abbb536 virtiofs: stop sandbox when virtiofsd quits 9c0872d vc: Remove device when AddDevice encounters error 67f203f compatoci: Add a SetLogger call bec46bb vc: Use map to represent ignoredMounts 628799a vc: Check return value from os.MkdirAll in virtiofsdArgs 9dd3f13 Makefile: Move the .git-commit: rule block to below the all: rule 7bcce3d Makefile: do not use tabs in if/else blocks 38224e8 vc: Use map built-in accessor to find container in Sandbox#GetContainer 544730b vc: Drop Sandbox#Pause and Sandbox#Resume d4be097 Makefile: fix suspicious line e8cc87b clh: basic/unit tests for clh driver 0697124 fc: update comments for startSandbox 3ef8f6c clh: fixes erroneous killing of virtiofsd 6af127f clh: improve driver logging for failed hypervisor c58e6f9 kernel: update to 4.19.86 b7731e9 virtcontainers: don't consider non-running container resources 43f0513 virtcontainers: update resources after adding container to sandbox 613fd0f virtcontainers: rename GetOCISpec to GetPatchedOCISpec 330cc72 tracing: Unbreak tracing test 191ee63 fc.go: Set fc log level to debug if hypervisor.enable_debug is true 336edf7 virtcontainers: honour ContainerConfig struct comment and not save Spec 7f67b9f virtcontainers: improve algorithm to find containers 0ac4355 gitignore: include cloud hypervisor configuration toml 1abe52a clh: removed hard-coded vsock contextid (cid) c833ac2 vc: BlockIndex should not be altered in case of error b8b6733 vc: Persist file handle may leak in FS#ToDisk 03478d4 vc: Clean up directories in case MkdirAll fails 51d7c23 shim: Respect containerd's debug config 93a0336 vc: Restore sandbox state when there is error starting containers 2331e87 vc: Persist file handle may leak in FS#FromDisk 9a4ee4f vc: Utilize map for newMounts to speed up replaceOCIMountSource daae1db log: extract error info from firecracker built-in log and metrics scheme Signed-off-by: katacontainersbot <katacontainersbot@gmail.com>
jcvenegas
added a commit
that referenced
this pull request
Mar 10, 2020
set rootfstype=ext4 to make kernel not do print errros: Mount option "data=ordered" incompatible with ext2 Fixes: #1 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
that referenced
this pull request
May 7, 2020
``` 00:24:18.617 Logging kata-env information: 00:24:19.181 Build step 'Execute shell' marked build as failure 00:24:26.260 Performing Post build task... ``` Fixes: #1 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
that referenced
this pull request
Jun 10, 2020
Useful when ksm is enabled. Fixes: #1 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
that referenced
this pull request
Jun 22, 2020
Useful when ksm is enabled. Fixes: #1 Depends-on: github.com/kata-containers/tests#2667 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
that referenced
this pull request
Jul 20, 2020
Test support for virtiofs using dax. Fixes: #1 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
that referenced
this pull request
Jul 20, 2020
Update to qemu 5.0.x with support for virtiofs + dax. Depends-on: github.com/kata-containers/packaging#1097 Fixes: #1 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
that referenced
this pull request
Sep 3, 2020
Fixes: #1 Depends-on: github.com/kata-containers/packaging#1141 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
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
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.