From 9053137592ed2d6dfeff14db6954f510478369c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 14 Oct 2021 09:58:00 +0200 Subject: [PATCH] release: Kata Containers 2.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - stable-2.2 | Backport #2821 and #2769 - Backport runtime: Fix !x86 static checks - stable-2.2 | agent: exec should inherit container process capabilities - stable-2.2 | vendor: Update containerd to v1.5.7 - stable-2.2 | fc: fix version parsing for fc >= 0.25 - [backport] kata-monitor: cache improvements eea2c019 virtcontainers: clh: Use 'quiet' as the default kernel parameter 1e798b96 virtcontainers: clh: Turn-off serial and virtio-console by default 53c4492f agent: netlink: Use the grpc IP family field when updating the route 893623df runtime: Pass the route IP family to the agent 503ce9c1 agent: protos: Add a Family field to the Route payload 9932e76f runtime: vendor: Bump the netlink package dependency 0034f40b agent: exec should inherit container process capabilities 1f6b0f65 protection: add confidential compute frame for arm 112e0f63 check: fix typecheck failure in qemu_arm64_test.go 18820e31 virtcontainers: fix lint failure on ppc64le 8fafced9 virtcontainers: nolint guestProtection 9668095a runtime: Fix field alignment on s390x 3e145ea9 vendor: Update containerd to v1.5.7 79e0754a fc: fix version parsing for fc >= 0.25 b8fc1af3 runtime: set the sandbox storage path static 97167ccd runtime: rename GetSanboxesStoragePath() --> GetSandboxesStoragePath() b0aca51e kata-monitor: bump version to 0.2.0 28873c4d kata-monitor: refresh kata sandbox list on fs events 3525a2ed kata-monitor: improve detection of kata workloads 30d07d44 kata-monitor: add getSandboxFS() 623b1082 runtime: add GetSandboxesStoragePath() fc1822f0 kata-monitor: improve sandbox caching ba6ad1c8 kata-monitor: warn when unable to retrive the lower level runtime 22d3df91 kata-monitor: minor fixes 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 c043eea77..b1b25a5ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 +2.2.2 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 312204260..880bbe4e2 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.1 + image: quay.io/kata-containers/kata-deploy:2.2.2 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 9dd5759c2..fd6e271fe 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.1 + image: quay.io/kata-containers/kata-deploy:2.2.2 imagePullPolicy: Always lifecycle: preStop: