mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-09 09:24:24 +01:00
- versions: update openshift to 3.10.0 - qemu: create vm directory before launching qemu - cli: support factory status command - re-add: refactor device manager - virtcontainers: fix the issue of cleanup the vm's path - Reseed guest random number generator after booting from vm factory - kernel: Remove initcall_debug boot option - codecov: remove codecov.yml - qemu: clear qmp state before wait for qemu process - do not append sandbox is to kernel parameters - Use VSOCK when is available in the host. - Ensure containerID and sandboxID fields logged as early as possible - revert: "virtcontainers: support pre-add storage for frakti" - factory: add SetLogger API - virtcontainers: support pre-add storage for frakti - versions: Update docker-ce to 18.06 - agent: Increase timeout for check request. - cli: add AMD support to kata-check - codecov: Explicitly disable codecov/patch coverage - virtconainers: rollback the NetNs when createNetwork failed - sandbox: change container slice to a map - virtcontainers: process the case that kata-agent doesn't start in VM - virtcontainers: keep qmp connection whenever possible - cli: create vm factory if failed to load existing one - Ensure tests clean their tempfiles - add vm factory support - kata_agent: print request details - virtcontainers: Add support for ephemeral volumes - makefile: update PREFIX to remove redundant slash - kata-env: Add ability to output as JSON - versions: Update CRI-O supported version - Fix no exit static check - api: To stop its monitor after a sandbox paused - virtcontainers: Set ppc64le maxmem depending on qemu version - proxy: Pass sandbox to proxy - hypervisor/qemu: add memory hotplug support - ci: add specfic image-type for aarch64 - main: Pass runtime CLI command to vc logger - qemu: Pass sandboxID to agent for logging purposes - logging: Reset external loggers when cid+sid available - api: To watch the vm console in FetchSandbox api4fc3041versions: update openshift to 3.10.0bd50761qemu: create vm directory before launching qemu568b65cqemu: remove redundant code024a38bcli: print to defaultOutputFile in factory.go03f2459cli: support factory status command1586018virtcontainers: fix the issue of cleanup the vm's path6156341factory: reseed guest RNG device after resumingd43a435vendor: update agent dependencya8f5e2bkernel: Remove initcall_debug boot optionb200163kata_agent: send sandbox id in CreateSandbox requeste69ebe5vendor: update agent grpc0541a5fcli: fix factory assignment476f21fcodecov: remove codecov.yml3364379virtcontainers: Use vsock if host support it3c15bc5virtcontainers: remove parseVSOCKAddr function0527691virtcontainers: implement function to cold plug vsocks1515bd0virtcontainers: update KataAgentConfig to support vsocks3adc862virtcontainers: log type of proxy started4680e58cli: add configuration option to enable/disable vsocksf389b94kata-agent: Remove GRPCSock unused variable.9b28325virtcontainers: Implement function to get a free context ID2339ac3virtcontainers/utils: Implement function to check vsocks support8ae2888vendor: update govmm44a3a44qemu: wait on disconnected channel in qmp shutdownc8b4fabqemu: clear qmp state before wait for qemu process44b9214devices: fix typof474af1devices: add some test casesb746489devices: address some comments44c37bfdevices: rename VFIODrive to VFIODev7d9d66ddevices: remove unused functionsa93e2d0unit-tests: fix unit testsf905c16device-manager: refactor device mangereec7fa3devices: don't use drivers package directly.5db5f42devices: remove interface VhostUserDevice1194154devices: use device manager to manage all devices763a1b6logging: Remove unnecessary fields and use standard names3323c08logging: Add cid logging to update command3d5ed66logging: Improve cid+sid logging58448bblogging: Allow SetLogger to be called multiple times029e7caapi: Change logger functions to accept a log entrydfb758alogging: Remove duplicate arch field in vcacdd0b8logging: Split logging source into two fieldsc59394dnetwork: Make better use of log fieldsa0be57fnetwork: Always call network logger function927487crevert: "virtcontainers: support pre-add storage for frakti"b3015dddevices: fix typoda77124versions: Update docker-ce to 18.069a497fefactory: add SetLogger API198a069devices: add some test cases8391b20devices: address some comments04f4f52devices: rename VFIODrive to VFIODevdaf5abcdevices: remove unused functions1b062b3unit-tests: fix unit tests7f5989fdevice-manager: refactor device mangerc08a263devices: don't use drivers package directly.b54df7edevices: remove interface VhostUserDevice2885eb0devices: use device manager to manage all devices5fc7219agent: check: Increase timeout check request.12e1911kata-agent: Improve error message.4326ea8cli: add AMD support to kata-check0e5f6b2codecov: Explicitly disable codecov/patch coverage2993cb3virtcontainers: fix kata-agent fail to start7103c4fvirtcontainers: add qemu process rollbackc2651a8virtcontainers: add kata-proxy rollbackdaebbd1virtcontainers: add rollback to remove sandbox networkf9d5072sandbox: change container slice to a mapc6fda44virtconainers: rollback the NetNs when createNetwork failed50b445ccli: tests: Clarify who cleans up tmpdir73c8286cli: tests: remove the tmpdir to the config.jsond6d38dacli: update_test: defer remove tmpfiled69fbcfsandbox: add stateful sandbox config4656a72cli: create vm factory if failed to load existing one7a6f205virtcontainers: keep qmp connection when possiblec9bd12aqemu: cleanup qmp channel setup and teardown0a11230factory: add UTs7cdc0fecli: do not set ip based kernel parameter0309e59cli: add vm factory management subcommanda7d888fvirtconainers: add SetFactory APIbdd5c66virtcontainers: add vm factory support8dda2ddvirtcontainers: add a vm abstraction layer28b6104qemu: prepare for vm templating support057214fagent: prepare for vm factory7f20dd8hypervisor: cleanup valid method18e6a6ehypervisor: decouple hypervisor from sandbox4ac6754qemu: remove append9PVolumes5d6da35kata_agent: print request detailsb821a5dvirtcontainers: Add support for ephemeral volumesc72a720makefile: update PREFIX to remove redundant slashbb0bab2versions: Update CRI-O supported versionbd6db30kata-env: tests: add JSON out/in verify teste45f591kata-env: Do not leave temp files on test1f8f762kata-env: Fix test cases for kata-env JSON031632dci: no-exit: Do not run no-exit check on test files63c06bekata-env: Add ability to output as JSON62495d4ci: no-exit: Allow path override for os.Exit check6268ba4ci: no-exit: Skip check if no files to check1c453a3ci: no-exit: Document and echo what the check is66a3e81hypervisor/qemu: add memory hotplug support67de5d4ci: reconstructure image-type and initrd for architecture-independant114482eapi: To stop its monitor after a sandbox pauseda38b251tests: Refactor CC proxy test for Kata23eb13fproxy: Pass sandbox to proxy0646a39vendor: fix dep warning and update yamux dependency0f20b6bvendor: update govmm changes830d50emain: Pass runtime CLI command to vc logger64e2ca3logging: Reset external loggers when cid+sid available03d4d49logging: Add function to handle external loggers79e8da0create: Remove redundant logging code793a220qemu: Pass sandboxID to agent for logging purposes9155412api: To watch the vm console in FetchSandbox apid0bccabvirtcontainers: Set ppc64le maxmem depending on qemu version Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2 lines
6 B
Plaintext
2 lines
6 B
Plaintext
1.2.0
|