Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
release: Kata Containers 1.12.0-alpha0
Browse files Browse the repository at this point in the history
- vendor: update govmm
- virtcontainers: Fix structured logging in cgroups package
- shimv2: Use BUILDTAGS when building shimv2
- qemu: Fix kernel_irqchip=split option for IOMMU enabled sandbox
- versions: Move to cloud-hypervisor v0.8.0
- qemu: Report all errors on virtiofsd execution
- katatestutils: Use the configured virtiofs daemon path
- Check the correct error variable for sandbox creation
- qemu: Fix travis build failure for Power
- Fix ARM build failure
- Add vIOMMU support to qemu q35
- virtiofsd: Use cache auto
- cli: Fix kata-env output on Power
- clh: Support to add block device and volumes from host to container
- clh: Allow add virtiofs args and cache options from config
- virtcontainers: drop deferred func for GetAndSetSandboxBlockIndex()
- Fix rtc parameter is not set to qemu
- shimv2: check correct error variable for deferred func in service#StartShim
- qemu: Fix Qemu binary path for Power across distros
- github: add auto comment bot
- vc: make host shared path readonly
- qemu: Remove hard-coding of Qemu machine options for ppc64le
- network: Detect and add static ARP entries
- qemu: Remove PMU feature for Power (ppc64le) platform
- ci: Do not install virtcontainers with podman clh
- virtcontainers: GetOOMEvent should have no timeout
- clh: Enable disk block device hotplug support
- Add cpu_features option
- vendor: Update govmm to enable virtio-fs support for ppc64le
- clh: Improve logging for cloud hypervisor
- qemu: Don't leak file descriptors in case of error
- Support microvm machine type
- utils: Fix case version check for stable releases
- Propagate OOM kill from agent through to containerd via shim
- versions: Move to cloud-hypervisor v0.7.0
- shm: handle shm mount backed by empty-dir memory volumes
- versions: Move to latest cloud-hypervisor
- Remove getHostGICVersion and set the MaxQemuVCPUs on arm64
- pmem: Add a SetLogger call
- virtcontainers: apply constrains to the sandbox cgroup
- logging: Fix structured logging in store package
- versions: Remove golangci-lint and gometalinter entries
- dax: enable dax on arm64
- vc: Version support check is ineffective in createSandbox
- versions: Misc changes to descriptions

26f8c14 vendor: update govmm
53a9d00 virtcontainers: Fix structured logging in cgroups package
c51baf8 shimv2: Use BUILDTAGS when building shimv2
651d5ff qemu: Fix kernel_irqchip=split option for IOMMU enabled sandbox
364435a clh: vsock: Use the updated VsockConfig
17d265a versions: Move to cloud-hypervisor v0.8.0
2c34263 virtcontainers: Check the correct error variable for sandbox creation
5d442a2 qemu_arm64: Fix build failure
c19daa5 qemu: Fix travis build failure for Power
fdcd1f3 qemu: enable iommu on q35
66b54f8 qemu: support appending a vIOMMU device
4645d3e virtiofsd: Use cache=auto
5a3b665 katatestutils: Use the configured virtiofs daemon path
4ee382c qemu: Report all errors on virtiofsd execution
49ebaa8 virtcontainers: drop deferred func for GetAndSetSandboxBlockIndex
9ac3911 cli: Fix kata-env output on Power
54e8fdb qemu: Fix Qemu binary path for Power across distros
e5a3211 clh: Allow add virtiofs args and cache options from config
20fe3bb shimv2: check correct error variable for deferred func in service#StartShim
e855d8d github: add auto comment bot
6be76fc kata_agent: Add unit tests
a3dec26 vc: make host shared path readonly
5b96e01 clh: Clear the "PCIAddr" field while blk device hotplug
50c1dce kata_agent: Pass "VirtPath" with "PCIAddr" of blk devices to agent
aea29b6 kata_agent: Allow to use "VirtPath" as volume source for blk devices
1d3e1ea qemu: Remove hard-coding of Qemu machine options for ppc64le
379f19f qemu: Fix rtc parameter is not set to qemu
6b32472 qemu: Remove PMU feature for Power (ppc64le) platform
e07a932 ci: Do not install virtcontainers with podman clh
401ad67 vendor: update govmm to bring iommu support
f76d739 virtcontainers: GetOOMEvent should have no timeout
18662e1 qemu: Remove pmu limitation in nested virtualization of amd/ppc64le
41a06d4 build: Add "pmu=off" to default cpu_features option
f03c17d annotations: add cpu_features
0100af1 qemu: add cpu_features option
0b3a927 vendor: Update govmm
67d3e2c network: Detect and add static ARP entries
412dcbf vendor: Update agent to include AddARPNeighbors grpc method
6c51754 clh: remove slow boot debug flags from kernel cmdline
160e3a7 clh: Remove vsock log port in kernel cmdline
e1ee00d clh: Improve hypervisor logging
5e55272 clh: Set 'virtio-blk' as the default block device driver
c5f97b2 clh: Enable disk block device hotplug support
7b269ff qemu: Don't leak file descriptors in case of error
882a823 virtiofsd: Improve logging
bec32f6 utils: Fix case version check for stable releases
86f5810 shim: exit out of oom polling if unimplemented
619ada2 clh: vsock: Supply the right VsockConfig to Vmconfig
9dbd929 versions: Move to cloud-hypervisor v0.7.0
b4833a4 virtcontainers: tests fix, nit fix
7b5e8f6 clh: memory: remove pmem size argument
6aff077 virtcontainers: x86: Support microvm machine type
c98ef48 vendor: update govmm
db28dcf shim: retrieve oom events after starting sandbox
86686b5 virtcontainers: add support for getOOMEvent agent endpoint to sandbox
ef8624b vendor: update agent
d0dbd04 virtcontainers: Fix structured logging in device/config package
8d9fa47 virtcontainers: constrain runtime after creating network
d4a9282 versions: Move to latest cloud-hypervisor
017ac55 virtcontainers: update sandbox's device cgroup
1da6f22 virtcontainers: remove all the code related to HasCRIContainerType
389b374 virtcontainers: apply constraints to the sandbox cgroup
6377fc4 pkg/cgroups: update the list of devices for the hypervisor
042e7a2 pkg/cgroups: add methods to add and remove device from the cgroup
dc69d6e pkg/cgroups: implement functions to get information from a host device
eee0b09 device: add GetHostPath() to generic device
23aa94e logging: Fix structured logging in store package
868f687 versions: Remove golangci-lint and gometalinter entries
3c4fe03 shm: handle shm mount backed by empty-dir memory volumes
ee985a6 qemu: arm64: Set defaultGICVersion to 3 to limit the max vCPU number
c4b5922 versions: Misc changes to descriptions
4d4a153 qemu: arm64: Don't detect gic version by /proc/interrupts
e36389e dax: enable dax on arm64
7e47046 vc: Version support check is ineffective in createSandbox

Signed-off-by: Peng Tao <[email protected]>
  • Loading branch information
bergwolf committed Jun 29, 2020
1 parent c739eb9 commit a3de452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0-rc0
1.12.0-alpha0

0 comments on commit a3de452

Please sign in to comment.