From 1c62bd1240538d0f4a3b62be824c39a92d0c2fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 12 May 2021 23:18:45 +0200 Subject: [PATCH] release: Kata Containers 2.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [backport] runtime: fix static check errors - [backport] versions: Upgrade to cloud-hypervisor v15.0 - qemu: kill virtiofsd if failure to start VMM - docs: Document limitation regarding subpaths - Makefile: Replace @RUNTIME_NAME@ with the target in generated files - runtime: handle io.katacontainers.config.hypervisor.virtio_fs_extra_args 3d33250e agent: Wrong pid method used afe4df04 agent: Fix compiler checks f859f8af agent: Fixes for static and compiler checks 657d7552 agent: simplify ttrpc error construction 7d96f22b ci: add `cargo clippy` for agent 2f67e831 agent: fix clippy for rustc 1.5 4f9b5faf agent: clear match_like_matches_macro/vec_resize_to_zero warnings 974e0e3b agent: clear module_inception/type_complexity warnings 91e12404 agent: clear clippy warnings 02aaab22 agent: clear clippy `len_zero` warnings 165988a3 rustjail: clear clippy warnings 9d49a69f oci: clear clippy warnings cab530cb agent: clear redundant_field_names clippy warning 8d16767b logging: clear clippy warnings 01b2bbc1 runtime: fix static check errors c60951f5 actions: enable unit tests in PR check c750ce13 agent: makefile: Add codecov target 0704641c makefile: agent: Add self documented help 04dcbd4d github: Update ubuntu version to 20.04 f1c63380 github: Add github actions ee202408 versions: Upgrade to cloud-hypervisor v15.0 aad549fe qemu: kill virtiofsd if failure to start VMM 16e358b3 docs: Document limitation regarding subpaths a8137eef Makefile: Replace @RUNTIME_NAME@ with the target in generated files 351a01bd runtime: handle io.katacontainers.config.hypervisor.virtio_fs_extra_args Signed-off-by: Fabiano FidĂȘncio --- VERSION | 2 +- tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml | 2 +- tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 50ffc5aa7f..2165f8f9b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +2.0.4 diff --git a/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml b/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml index d0cd44482e..fd513286a1 100644 --- a/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml +++ b/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml @@ -18,7 +18,7 @@ spec: katacontainers.io/kata-runtime: cleanup containers: - name: kube-kata-cleanup - image: katadocker/kata-deploy:2.0.3 + image: katadocker/kata-deploy:2.0.4 imagePullPolicy: Always command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ] env: diff --git a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml b/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml index c4e5da2e4e..c24f62b5f5 100644 --- a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml +++ b/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: kata-label-node containers: - name: kube-kata - image: katadocker/kata-deploy:2.0.3 + image: katadocker/kata-deploy:2.0.4 imagePullPolicy: Always lifecycle: preStop: