From 652cff16b4786cdf90d2991e1467bdef8a78d48d Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Tue, 1 Mar 2022 08:38:59 -0800 Subject: [PATCH] release: Kata Containers 2.3.3 - back port:: runtime: make selinux configurable - stable-2.3 | kata-deploy: Use (kata with) qemu as the default shim-v2 binary - stable-2.3 | shim: log events for CRI-O - stable-2.3 | agent: fix invalid hooks env issues - stable-2.3 | packaging: Use `patch` for applying patches 0b6e9f83 runtime: make selinux configurable 408477a2 kata-deploy: Use (kata with) qemu as the default shim-v2 binary 9431498e shim: log events for CRI-O 406f00a3 packaging: Use `patch` for applying patches 7af719e4 agent: handle hook process result 9b34cf46 agent: valid envs for hooks 9c195364 agent: Fix execute_hook() args error 9bea3a42 agent: check environment variables if empty or invalid Signed-off-by: Eric Ernst --- 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 f90b1afc08..0bee604df7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.2 +2.3.3 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 939da01b70..1f4c1050b5 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: quay.io/kata-containers/kata-deploy:2.3.2 + image: quay.io/kata-containers/kata-deploy:2.3.3 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 71ca0752dc..36050b2628 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: quay.io/kata-containers/kata-deploy:2.3.2 + image: quay.io/kata-containers/kata-deploy:2.3.3 imagePullPolicy: Always lifecycle: preStop: