Skip to content

Releases: kata-containers/kata-containers

Kata Containers 3.25.0

19 Jan 12:31

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.6.0 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-6f787300c-c9cd79655-1.89-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-229481b34-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-e02e22643-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-b2c943931-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.24.11-rust-1.89-1872af7c5-x86_64
  • tools: quay.io/kata-containers/builders:tools-ca29e68ac-1a76d44e1-183507bee-a0d96256f-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.85.1-musl-2962e14c1-x86_64

Installation

Follow the Kata installation instructions.

Depreciation notice

runk has not been supported, or tested by the kata community for over a year, so it is officially deprecated in 3.25.0, with a plan to remove it in 3.26.0.

What's Changed

Read more

Kata Containers 3.24.0

12 Dec 18:45

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-5f68b343b-22d60a36c-1.85.1-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-b00013c71-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-af919686a-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-b2c943931-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.24.11-rust-1.85.1-923f97bc6-x86_64
  • tools: quay.io/kata-containers/builders:tools-b9774e44b-a8a458664-9dfa6df2c-12a515826-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.85.1-musl-1cf1a332a-x86_64

Installation

Follow the Kata installation instructions.

What's Changed

Read more

Kata Containers 3.23.0

18 Nov 00:15
650ada7

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-5f68b343b-7420194ea-1.85.1-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-b00013c71-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-af919686a-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-2f73e34e3-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.24.9-rust-1.85.1-12a515826-x86_64
  • tools: quay.io/kata-containers/builders:tools-c47e8d0ab-dd5913192-7423eb7a3-12a515826-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.85.1-musl-1cf1a332a-x86_64

Installation

Follow the Kata installation instructions.

Deprecation notice

Starting with Kata Containers v3.23.0, a new structured configuration format is available for configuring shims. This provides better type safety, clearer organization, and per-shim configuration options.

See the full set of changes at https://github.com/kata-containers/kata-containers/tree/main/tools/packaging/kata-deploy/helm-chart#structured-configuration

Migration from Legacy Format

The legacy env.* configuration format is deprecated and will be removed in 2 releases. Users are encouraged to migrate to the new structured format.

Deprecated fields (will be removed in 2 releases):

    env.shims
    env.shims_x86_64
    env.shims_aarch64
    env.shims_s390x
    env.shims_ppc64le
    
    env.defaultShim
    env.defaultShim_x86_64
    env.defaultShim_aarch64
    env.defaultShim_s390x
    env.defaultShim_ppc64le

    env.allowedHypervisorAnnotations

    env.snapshotterHandlerMapping
    env.snapshotterHandlerMapping_x86_64
    env.snapshotterHandlerMapping_aarch64
    env.snapshotterHandlerMapping_s390x
    env.snapshotterHandlerMapping_ppc64le

    env.pullTypeMapping
    env.pullTypeMapping_x86_64
    env.pullTypeMapping_aarch64
    env.pullTypeMapping_s390x
    env.pullTypeMapping_ppc64le

    env.agentHttpsProxy
    env.agentNoProxy
  
    env._experimentalSetupSnapshotter

    env._experimentalForceGuestPull
    env._experimentalForceGuestPull_x86_64
    env._experimentalForceGuestPull_aarch64
    env._experimentalForceGuestPull_s390x
    env._experimentalForceGuestPull_ppc64le

    env.debug

What's Changed

Read more

Kata Containers 3.22.0

28 Oct 18:07

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-5f68b343b-7420194ea-1.85.1-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-b00013c71-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-af919686a-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-2f73e34e3-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.24.6-rust-1.85.1-12a515826-x86_64
  • tools: quay.io/kata-containers/builders:tools-99ae3607d-9fda9905a-7bb28d8da-12a515826-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.85.1-musl-1cf1a332a-x86_64

Installation

Follow the Kata installation instructions.

What's Changed

Read more

Kata Containers 3.21.0

23 Sep 20:18

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-5f68b343b-7420194ea-1.85.1-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-a0ae1b660-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-aadad0c9b-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-54e808122-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.24.6-rust-1.85.1-7e9e9263d-x86_64
  • tools: quay.io/kata-containers/builders:tools-28ab972b3-a9ec8ef21-bfc54d904-75ac09bab-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.85.1-musl-1cf1a332a-x86_64

Installation

Follow the Kata installation instructions.

Security fixes

Fix to security advisory: GHSA-989w-4xr2-ww9m

What's Changed

Read more

Kata Containers 3.20.0

20 Aug 19:36

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-5f68b343b-7420194ea-1.85.1-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-a0ae1b660-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-aadad0c9b-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-4c006c707-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.23.12-rust-1.85.1-7e9e9263d-x86_64
  • tools: quay.io/kata-containers/builders:tools-a03dc3129-014ab2fce-30aff429d-75ac09bab-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.85.1-musl-1cf1a332a-x86_64

Installation

Follow the Kata installation instructions.

What's Changed

  • Breaking change: In #11693 the annotation for passing through the initdata confidential containers feature was changed from io.katacontainers.config.runtime.cc_init_data to io.katacontainers.config.hypervisor.cc_init_data

New Contributors

Full Changelog: 3.19.1...3.20.0

Kata Containers 3.19.1

22 Jul 07:54
acae448

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-5f68b343b-7420194ea-1.85.1-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-ca4f96ed0-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-5cabce1a2-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-4c006c707-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.23.10-rust-1.85.1-7e9e9263d-x86_64
  • tools: quay.io/kata-containers/builders:tools-09efcfbd8-222393375-28929f5b3-75ac09bab-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.85.1-musl-1cf1a332a-x86_64

Installation

Follow the Kata installation instructions.

What's Changed

  • dependencies: More crate bumps to resolve security issues by @stevenhorsman in #11603
  • build(deps): bump unsafe-libyaml from 0.2.9 to 0.2.11 in /src/tools/kata-ctl by @dependabot[bot] in #11605
  • build(deps): bump zerocopy from 0.6.1 to 0.6.6 in /src/tools/genpolicy by @dependabot[bot] in #11606
  • release: Bump version to 3.19.1 by @fidencio in #11604

Full Changelog: 3.19.0...3.19.1

Kata Containers 3.19.0

20 Jul 20:32
d60513e

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-5f68b343b-7420194ea-1.85.1-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-ca4f96ed0-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-5cabce1a2-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-4c006c707-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.23.10-rust-1.85.1-7e9e9263d-x86_64
  • tools: quay.io/kata-containers/builders:tools-2fe9df16c-222393375-222393375-75ac09bab-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.85.1-musl-1cf1a332a-x86_64

Installation

Follow the Kata installation instructions.

What's Changed

Read more

Kata Containers 3.18.0

19 Jun 11:28
6722ea2

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-5f68b343b-7420194ea-1.85.1-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-493ba63c7-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-5cabce1a2-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-4c006c707-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.23.10-rust-1.85.1-7e9e9263d-x86_64
  • tools: quay.io/kata-containers/builders:tools-0f8e45351-cebb259e5-aae64fa3d-75ac09bab-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.85.1-musl-1cf1a332a-x86_64

Installation

Follow the Kata installation instructions.

Notable updates

What's Changed

Read more

Kata Containers 3.17.0

21 May 13:29
a897bce

Choose a tag to compare

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-5f68b343b-75ac09bab-1.80.0-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-493ba63c7-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-5cabce1a2-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-4c006c707-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.23.7-rust-1.80.0-7e9e9263d-x86_64
  • tools: quay.io/kata-containers/builders:tools-9a4432d19-9a03815f1-f8c5aa6df-75ac09bab-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.80.0-musl-1cf1a332a-x86_64

Installation

Follow the Kata installation instructions.

What's Changed

Read more