mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 12:29:56 +00:00
release: Kata Containers 2.1.1
- 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.1492729f4
tools/packaging: clone meson and dependencies before building QEMUdb8d853b
runtime: remove covertool from cli test3fad5277
docs: Fix Release Process document175970c9
versions: Update kubernetes to 1.21.11cc2ad3f
agent: Fix fd leak caused by netlinkac34f6df
agent: Upgrade tokio-vsock to fix fd leak of vsock socket915fea7b
cgroup: fix the issue of set mem.limit and mem.swapa05e1377
agent: re-enable the standard SIGPIPE behavior8019f732
virtiofsd: Fix file descriptors leak and return correct PIDe48c9d42
runtime: and cgroup and SandboxCgroupOnly check for check sub-command7874ab33
agent: fix start container failed when dropping all capabilities536634e9
qemu: align before memory hotplug on arm64c51891fe
sandbox-bindmount: persist mount informationb137c7ac
sandbox: Cleanup if failure to setup sandbox-bindmount occurs68a77a7d
workflows: release kata 2.x snap through the stable channel550269ff
how-to-use-virtio-mem-with-kata.md: Update doc to make it clear1ea0dc98
github: Do not run require porting labels on stable-2.1 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
4d514ba1fb
commit
55dede1bce
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user