From 800126b272d73e55dfc7d62f713cfe4df50d4b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 31 Aug 2021 18:44:03 +0200 Subject: [PATCH] release: Kata Containers 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - runtime: drop qemu-lite support - stable-2.2 | virtcontainers: clh: Upgrade to the openapi-generator v5.2.1 - backport ci: Temporarily skip agent shutdown test on s390x - backport: build_image: Fix error soft link about initrd.img dca35c17 docs: remove mentioning of qemu-lite 0bdfdad2 runtime: drop qemu-lite support 60155756 runtime: fix default hypervisor path ca9e6538 ci: Temporarily skip agent shutdown test on s390x 938b01ae virtcontainers: clh: Workaround incorrect default values abd708e8 virtcontainers: clh: Fix the unit test 61babd45 virtcontainers: clh: Use constructors to ensure proper default value 59c51f62 virtcontainers: clh: Migrate to use the updated client APIs c1f260cc virtcontainers: clh: Re-generate the client code 4cd6909f virtcontainers: clh: Upgrade to the openapi-generator v5.2.1 efa2d54e build_image: Fix error soft link about initrd.img 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 5123f9cc9d..ccbccc3dc6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0-rc0 +2.2.0 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 a94118c65e..4912a8d6c0 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.0-rc0 + image: quay.io/kata-containers/kata-deploy:2.2.0 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 35ef327b21..de90e506a4 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.0-rc0 + image: quay.io/kata-containers/kata-deploy:2.2.0 imagePullPolicy: Always lifecycle: preStop: