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

Release 1.3.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jcvenegas jcvenegas released this 13 Sep 22:21
· 2072 commits to master since this release
22aedc4

Welcome to Kata 1.3.0-rc1.

Now the containers get entropy via virtio-rng. This helps to get a good quality of random number generation.
The agent has optional seccomp support, this will enable seccomp in the future in Kata. The ksm-throttler fixed install paths to do not have file conflicts with Clear Containers installations.

agent Changes

Shortlog

28a5ab2 release: Kata Containers 1.3.0-rc1
00a5588 Makefile: Conditionally build agent with tag seccomp
33aea09 CI: Add "make proto"
7e8e20b agent: add GetGuestDetails gRPC function

proxy Changes

Shortlog

26da70f release: Kata Containers 1.3.0-rc1

runtime Changes

Shortlog

bce6859 cli: Error out if initrd/rootfs not define in config file
23a35c8 kata-env: Fix display of debug options
63785ca network: Use the number of CPUS to set the multiqueue size
2f552fb hypervisor: Add hypervisor interface to return config
e21cdf1 devices: add per-device VFIO ids
cd243fa release: Kata Containers 1.3.0-rc1
ec80a55 kata_agent: disable cgroup namespace
44e7631 versions: update qemu-lite version.
bf7fd2b vc: hypervisor: qemu: Add rng device.
f1829d0 vendor: Update govmm
1325444 cli: fix build
a1537a5 hypervisor: rename DefaultVCPUs and DefaultMemSz
7af8e6c ut: fix hypervisor path
ce28865 virtcontainers: remove sandboxConfig.VMConfig

shim Changes

Shortlog

03e286c release: Kata Containers 1.3.0-rc1

Compatibility with Docker

Kata Containers 1.3.0-rc1 is compatible with Docker v18.06-ce

Compatibility with CRI-O

Kata Containers 1.3.0-rc1 is compatible with CRI-O 6273bea4c9ed788aeb3d051ebf2d030060c05b6c

Compatibility with cri-containerd

Kata Containers 1.3.0-rc1 is compatible with cri-contaienrd v1.0.0

OCI Runtime Specification

Kata Containers 1.3.0-rc1 support the OCI Runtime Specification v1.0.0-rc5

Kata Linux Containers image

Agent version: 1.3.0-rc1

Default Image Guest OS:

description: |
Root filesystem disk image used to boot the guest virtual
machine.
url: https://github.com/kata-containers/osbuilder
architecture:
aarch64:
name: fedora
version: latest
ppc64le:
name: centos
version: latest
x86_64:
name: clearlinux
version: "20640"
meta:
image-type: clearlinux

Default Initrd Guest OS:

description: |
Root filesystem initrd used to boot the guest virtual
machine.
url: https://github.com/kata-containers/osbuilder
architecture:
aarch64:
name: alpine
version: "3.7"
ppc64le:
name: alpine
version: "3.7"
x86_64:
name: alpine
version: "3.7"

Kata Linux Containers Kernel

Kata Containers 1.3.0-rc1 suggest to use the Linux kernel v4.14.67
See the kernel suggested Guest Kernel patches
See the kernel suggested Guest Kernel config

Installation

Follow the Kata installation instructions:

Issues & limitations

More information Limitations