From b7493fd5d50795ff8e8008b582bd12f730df2b2e Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Fri, 5 Nov 2021 03:18:09 +0000 Subject: [PATCH] release: Kata Containers 2.2.3 ad45107a2 release: Kata Containers 2.2.3 4f73e58d7 packaging/static-build: s390x fixes 45f65a73c agent: Handle uevent remove actions 06d304934 agent: fix race condition when test watcher 0366f6e81 template: disable template unit test on arm 7cb650abc runtime: DefaultMaxVCPUs should not greater than defaultMaxQemuVCPUs e97cd23bd runtime: current vcpu number should be limited 6b6d81cce runtime: kernel version with '+' as suffix panic in parse a479eca7d docs: Fix outdated links b794a3940 virtcontainers: clh: Re-generate the client code 39d95f486 versions: Upgrade to Cloud Hypervisor v19.0 Depends-on: github.com/kata-containers/tests#4155 Signed-off-by: Peng Tao --- 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 b1b25a5ffa..585940699b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.2 +2.2.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 880bbe4e23..8a7f3d38ab 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.2.2 + image: quay.io/kata-containers/kata-deploy:2.2.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 fd6e271fe6..7808e56107 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.2.2 + image: quay.io/kata-containers/kata-deploy:2.2.3 imagePullPolicy: Always lifecycle: preStop: