From 688cc8e2bd1edfcd967481d4683dd0879bf59b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 24 Sep 2021 12:34:35 +0200 Subject: [PATCH] release: Kata Containers 2.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - stable-2.2 | watcher: ensure we create target mount point for storage - stable-2.2 | virtiofs: Create shared directory with 0700 mode, not 0750 - [backport]sandbox: Allow the device to be accessed,such as /dev/null and /dev/u… - stable-2.2 | kata-deploy: Also provide "stable" & "latest" tags - stable-2.2 | runtime: tracing: Fix logger passed in newContainer - stable-2.2 | runtime: tracing: Use root context to stop tracing - packaging: Backport QEMU's GitLab switch to 5.1.x - stable-2.2 | workflows,release: Upload the vendored cargo code - backport: Call agent shutdown test only in the correspondent CI_JOB - packaging: Backport QEMU's switch to GitLab repos - stable-2.2 | virtcontainers: fc: parse vcpuID correctly - shimv2: Backport fixes for #2527 - backport-2.2: remove default config for arm64. - stable-2.2 | versions: Upgrade to Cloud Hypervisor v18.0 - [backport]sandbox: Add device permissions such as /dev/null to cgroup - [backport] runtime: Fix README link - [backport] snap: Test variable instead of executing "branch" d9b41fc5 watcher: ensure we create target mount point for storage 2b6327ac kata-deploy: Add more info about the stable tag 5256e085 kata-deploy: Improve README 02b46268 kata-deploy: Remove qemu-virtiofs runtime class 1b3058dd release: update the kata-deploy yaml files accordingly 98e2e935 kata-deploy: Add "stable" info to the README 8f25c7da kata-deploy: Update the README 84da2f8d workflows: Add "stable" & "latest" tags to kata-deploy 5c76f1c6 packaging: Backport QEMU's GitLab switch to 5.1.x ba6fc328 packaging: Backport QEMU's switch to GitLab repos d5f5da43 workflows,release: Upload the vendored cargo code 017cd3c5 ci: Call agent shutdown test only in the correspondent CI_JOB 2ca867da runtime: Add container field to logs f4da502c shimv2: add information to method comment 16164241 shimv2: add logging to shimv2 api calls 25c7e118 virtiofs: Create shared directory with 0700 mode, not 0750 4c5bf057 virtcontainers: fc: parse vcpuID correctly b3e620db runtime: tracing: Fix logger passed in newContainer 98c2ca13 runtime: tracing: Use root context to stop tracing 0481c507 backport-2.2: remove default config for arm64. 56920bc9 sandbox: Allow the device to be accessed,such as /dev/null and /dev/urandom a1874ccd virtcontainers: clh: Revert the workaround incorrect default values c2c65050 virtcontainers: clh: Re-generate the client code 7ee43f94 versions: Upgrade to Cloud Hypervisor v18.0 1792a9fe runtime: Fix README link 807cc8a3 sandbox: Add device permissions such as /dev/null to cgroup 5987f3b5 snap: Test variable instead of executing "branch" 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 ccbccc3dc..c043eea77 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 +2.2.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 4912a8d6c..312204260 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 + image: quay.io/kata-containers/kata-deploy:2.2.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 de90e506a..9dd5759c2 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 + image: quay.io/kata-containers/kata-deploy:2.2.1 imagePullPolicy: Always lifecycle: preStop: