From 55dede1bce5f7e7b7b7dc64a385bbe1ec88a0bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 11 Jun 2021 09:48:55 +0200 Subject: [PATCH] release: Kata Containers 2.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - stable-2.1 | week 23: weekly backports - stable-2.1 | versions: Update kubernetes to 1.21.1 - stable-2.1 | Port fd leak fixes - [stable-2.1] Weekly backports to stable-2.1 branch, May 31st 2021 - [backport]runtime: and cgroup and SandboxCgroupOnly check for check sub-command - Weekly stable 2.1 backports may 24th - [backport-2.1] workflows: release kata 2.x snap through the stable channel - [2.1] how-to-use-virtio-mem-with-kata.md: Update doc to make it clear - github: Do not run require porting labels on stable-2.1 492729f4 tools/packaging: clone meson and dependencies before building QEMU db8d853b runtime: remove covertool from cli test 3fad5277 docs: Fix Release Process document 175970c9 versions: Update kubernetes to 1.21.1 1cc2ad3f agent: Fix fd leak caused by netlink ac34f6df agent: Upgrade tokio-vsock to fix fd leak of vsock socket 915fea7b cgroup: fix the issue of set mem.limit and mem.swap a05e1377 agent: re-enable the standard SIGPIPE behavior 8019f732 virtiofsd: Fix file descriptors leak and return correct PID e48c9d42 runtime: and cgroup and SandboxCgroupOnly check for check sub-command 7874ab33 agent: fix start container failed when dropping all capabilities 536634e9 qemu: align before memory hotplug on arm64 c51891fe sandbox-bindmount: persist mount information b137c7ac sandbox: Cleanup if failure to setup sandbox-bindmount occurs 68a77a7d workflows: release kata 2.x snap through the stable channel 550269ff how-to-use-virtio-mem-with-kata.md: Update doc to make it clear 1ea0dc98 github: Do not run require porting labels on stable-2.1 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 7ec1d6db40..3e3c2f1e5e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.1.1 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 95a3322a8f..b1cbda3826 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.1.0 + image: katadocker/kata-deploy:2.1.1 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 bcaa4a1b13..11cda3cc3b 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.1.0 + image: katadocker/kata-deploy:2.1.1 imagePullPolicy: Always lifecycle: preStop: