From 677c7083b5a1b86d85407cfc69046d1a309afcc3 Mon Sep 17 00:00:00 2001 From: katacontainersbot Date: Thu, 9 May 2019 00:24:31 +0000 Subject: [PATCH] release: Kata Containers 1.7.0-rc1 - firecracker: Setup rootfs to be RO - firecracker: Upgrade firecracker to 0.16.0 - Add virtio-fs support (alternative to virtio-9p) - virtcontainers: fix invalid CPU topology - Firecracker: Fix kernel command line parameters - Firecracker: update to version v0.15.2 - devices: Skip floppy drives while passing devices to guest - Add test skip utils - firecracker: Add support for v0.15.x - firecracker: Add support for default VM configuration - build: Fix virtcontainers static check make target - virtcontainers: Use shim to print the agent logs if there is no proxy - shim v2: fix set status when container exit - cli: do not fail on list when some containers bust - versions: Bump NEMU version to latest release - Revert "vc: change container rootfs to be a mount" - Add agent trace support - network: pass network interface RawFlags to agent - Fix markdown - Fix parallel make - Update golang to 1.12.3 - vc: change container rootfs to be a mount - persist: baseline persist data format - factory: Add new factory option template_path - vc: remove BlockIndex from container state - factory: Check if vm templateing is on before vm templateing initialize 5e9cb48 firecracker: Setup rootfs to be RO 93e6ad1 firecracker: Upgrade firecracker to 0.16.0 0a69eb8 kata-env: add SharedFS option to output 75f7586 virtiofs: Add cache option 6767c1a virtiofs: Add cache size option 82d1a9d kata_agent: use virtio-fs shared dir in CreateSandbox 9480978 qemu: add vhost-user-fs-pci device instead of 9p c155775 Firecracker: Fix kernel command line parameters b496f3f firecracker: Add support for default VM configuration f75b7fe firecracker: Add support for v0.15.x 23f7cfa tests: Update test code to use test constraints 8e144e0 pkg: Add test constraints feature d690dff config: add virtio_fs_daemon string 9e87fa2 config: add shared_fs option 0217077 vendor: update govmm 9f87e78 build: Fix virtcontainers static check make target fa5de87 virtcontainers: fix invalid CPU topology b7f51be cli: do not fail on list when some containers bust 854cc86 shimv2: fix set status when container exit 582f20f virtcontainers: Use shim to print the agent logs if there is no proxy da0ae03 versions: Bump NEMU version to latest release ed64240 agent: Support Kata agent tracing b573d9b vendor: Update for agent tracing and fix issues b309dc5 agent: Provide explicit config options for the agent 87d9171 utils: Remove code duplication ed248ce shim: Removed unused type and correct error message 97beb2b errors: Create a new standard error for invalid config e803a7f agent: Return an error, not just an interface bc9b9e2 vc: Revert "vc: change container rootfs to be a mount" dd0808a network: pass network interface RawFlags to agent 196661b vc: change container rootfs to be a mount 989b373 docs: fix lisence header to 2019 3262da0 bugfix: fix potential panic 9bd4e50 store: address comments 0f52c8b test: add unit test for new FS storage driver 02f2122 test: fix unit test e40dcb9 storage: set new storage driver as "experimental" 504c706 storage: address comments 6e4149d persist: save and restore state from persist.json 039ed4e persist: persist device data b42fde6 persist: demo code for persist api e14ffb4 persist: baseline persist data format 0549a70 factory: Add new factory option template_path f6b8387 devices: Skip floppy drives while passing devices to guest 82d105f doc: Fix markdown 1a0a4bc doc: Fix broken internal link 92edeb1 doc: Simplify note 2037286 vc: remove BlockIndex from container state 76a5076 template: Add check if vm template is on before vm template initialize 8097c54 Firecracker: update to version v0.15.2 53ebe51 build: fix race between 'clean' and generated files 7949cd6 build: turn COMMIT into a file dependency 0f7bb25 build: extract config-generated.go.in from Makefile 1eb5d6c build: use MAKEFILE_LIST for a more complete Makefile dependency bbf9253 build: add VERSION dependency to netmon target b20fd9d build: remove duplicated COLLECT_SCRIPT from clean e26f342 build: Update golang to 1.12.3 Signed-off-by: katacontainersbot --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0d191ce773..57dfe270da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0-alpha1 +1.7.0-rc1