mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
release: Kata Containers 1.11.0-alpha0
- Fix typos in sandbox and persist/fs - AArch64: change image rootfs from fedora to ubuntu - build: Add support to strip the binary - kernel: Update kernel to latest stable 5.4.15 - selinux: Disable selinux - rootless: implement rootless fs and support --rootless option - ci: Do not setup virtcontainers while using podman - CI: update yq to 3.1.0 - dep: Fix dep check - Update Cloud Hypervisor to v0.5.0 - docs: README: Minor grammatical updates - FC: Update Firecracker to v0.20.0 - Support hotplug PCIe in q35 - virtcontainers: clh: Set the serial to NULL instead of OFF - s390x: fix refactoring - AArch64: fix golint error on ARM CI. - versions: bump conmon version to v2.0.5 - virtcontainers: Fix error message in mockHypervisor - rootless: use libcontainer API to detect rootless - Add Ipv6 support - vendor: update agent client - qemu: Add virtio-mem support - virtcontainers: constrain docker container when sandbox_cgroup_only=true - Fix typo in 'sandbox' - vc: Detach device when unable to store sandbox device - unit-test: cleaning up stale files under /tmp - support systemd cgroups and cgroupsV2 - Land experimental "newstore" as formal feature - versions: update qemu to 4.1.1 - FC: jailer failed when importing new flag "--config-file" - ut: fix make test failures - qemu: add disable_image_nvdimm option - clh: Increase unit test using mock testing - versions: Update cloud hypervisor url - rootless: fix rootless for case net=none - vendor: Update github.com/kata-containers/agent - shimv2: support runtime config path via annotation - shimv2: clean up properly if vmm quits unexpectedly - vendor: Update golang.org/x/sys - clh: update to latest master - cache-factory: a few bug fix - FC: introduce `--config-file` to bypass API ready state - clh: client: update acording to versions.yaml - vc: Check error return from storeState - makefile: honor virtiofs config for default config - virtiofs: add default value for virtioFsCache type.0f720e6f
virtcontainers: fix typo in sandbox78bb6c0f
virtcontainers/persist: fix typo in fs2c3b4657
build: Add support to strip the binarya45cf62e
virtcontainers/pkg/rootless: fix comment on exported varc36c667b
cli: implement --rootless option11bd456a
virtcontainers: support new persist API9585bc92
virtcontainers/hypervisors: support new persist API00307a70
virtcontainers/sandbox: support new persist API4b9ab557
virtcontainers/factory: support new persist API71f48a33
virtcontainers/persist: update `GetDriver` to support rootless fsdd2762fd
virtcontainers/persist: introduce mock fs driverea8fb96c
virtcontainers/persist: introduce rootless fs driver768db1bd
virtcontainers/persist: update API and interface6be74811
virtcontainers: remove getVMPath method from agent658f7797
rootless: move pkg/rootless to virtcontainers83561c4c
ci: Do not setup virtcontainers while using podman22c486aa
CI: update yq to 3.1.0a8dcff5b
AArch64: change image rootfs from fedora to ubuntude7383b2
kernel: Update kernel to latest stable 5.4.155c3bcd88
dep: Fix dep check836e3c21
clh: update to v0.5.0055f3171
selinux: Disable selinux7498978c
Vendor: update agent client27d9e433
FC: update Firecracker to v0.20.0bb41b724
qemu: Support PCIe device hotplug for q35fa7d00ec
vendor: update github.com/intel/govmmb2fb86f3
virtcontainers: clh: Set the serial to NULL instead of OFF96a49a89
AArch64: arm ci failed on stale Gopkg.lock.9bf4b859
AArch64: fix golint error on ARM CI.2560e65e
versions: bump conmon version to v2.0.5693ad238
virtcontainers: Fix error message in mockHypervisorc5d79eb2
ipv6: Add support for ipv6 for netmon as well.b169476b
ipv6: Add support for ipv64a77b0f8
rootless: use libcontainer API to detect rootlessb602e62a
docs: README: Minor grammatical updatesc26ce186
vendor: update agent client01a12b00
qemu: Add virtio-mem supportc3cf98ac
virtcontainers: constrain docker container when sandbox_cgroup_only=true54482f18
virtcontainers: remove json cgroups struct tagb3374289
vendor: Update github.com/intel/govmm316b5f2b
virtcontainers: Fix typo in logger message1f957e1b
vc: Detach device when unable to store sandbox device7186c01d
unit-test: delete what ioutil.TempFile creates0244d95e
unit-test: delete what ioutil.TempDir() createsaa62781a
unit-test: reconstuct TestMaind042d5c0
virtcontainers: fix unit tests776da087
virtcontainers/hook: fix HookStatef372b858
virtcontainers: reimplement setupSandboxCgroup9949daf4
virtcontainers: move validCgroupPathce2795e9
virtcontainers: remove systemd paramenter from constraintGRPCSpec8c63c180
virtcontainers: add function to create a new cgroup manager8057cd72
virtcontainers: add function to identify systemd cgroup path4126968b
virtcontainers: save CgroupPaths and Cgroups in sandboxa170d00b
vendor: update agent112f90b7
vendor: update golang/x/sys4a1dc1ee
vendor: update libcontainer908a42a4
vendor: update logrus0af48197
versions: update qemu to 4.1.135948550
s390x: fix refactoring290339da
compatibility: keep oldstore for compatibility4a298cb9
persist: address commentsd33b154d
persist: add interface for global read/writeed4a1954
persist: remove unused struct8e88859e
persist: remove all usage of VCStore01b4a64b
persist: remove VCStore from sandbox/apisb63e517f
persist: replace sandbox lock with newstore.Lock508101bc
persist: fix vmtemplate storage leak29b55ab8
persist: remove VCStore from container633748aa
persist: remove VCStore from hypervisor687f2dbe
persist: move "newstore" out of experimental3ed472dc
store: UT tmp path should be random56171206
nsenter: skip ut on non-roote5b04a5b
ut: fs test should set RunStoragePath9bf0d67f
ut: direct factory needs to set VCStorePrefix4c35d091
vc: set store RunVMStoragePath for ut3deb24e5
cli: flush coverage report in defer functionf56d70cc
vc: UT should set VCStorePrefix7c7a4a3b
annotations: add disable_image_nvdimm652bb76d
cli: syscall return value check is wronga8717286
qemu: add disalbe_image_nvdimm optiondd5b4469
qemu: refactor appendImagea2d3f9f3
vitiofsd: Add virtiofsd interaface2a085ee6
clh: virtiofsd: check path is not emptyaf5c9c23
clh: hypervisor: Do not set 9p values for virtiofs6a10cd96
clh: test: add unit test8a439eab
clh: add Client Interface and bootVM test09198eed
FC: jailer failed when importing new flag "--config-file"661956f5
versions: Update cloud hypervisor urlb96c7e5a
rootless: fix rootless for case net=nonea215f87e
vendor: Update github.com/kata-containers/agent to handle hvsock issue1c11fe20
shimv2: support runtime config path via annotation6cd9b3b0
vendor: Update golang.org/x/sys9c3151e5
clh: remove not requried valuese9a852dd
clh: update api calls for latest master1a7539c1
clh: update client55323788
versions: update clh to v0.4.06eae033f
shimv2: cleanup container if not found743309cd
vc: stop container should change container state at lastefb611aa
clh: client: update acording to versions.yamlab2088f7
makefile: honor virtiofs config for default config9a154570
vc: Check error return from storeState8f6d0ab1
FC: introduce `--config-file` to replace API configure requestf2d8d715
FC: func checkVersion should be more independent9ce21135
FC: remove API Ready statecc25216b
virtiofs: add default value for virtioFsCache type.837a0ee0
cache-factory: set bridge info when creating vm3d8ffe41
cache-factory: fix nil pointer runtime panic Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
1efcd038ee
commit
c2462e7e43