From a2e524f356de89a3d1ec5a7e0b1722d5deefb56a Mon Sep 17 00:00:00 2001 From: Snir Sheriber Date: Thu, 6 Jan 2022 20:51:21 +0200 Subject: [PATCH] release: Kata Containers 2.3.1 - stable-2.3 | kata-deploy: fix tar command in dockerfile - stable-2.3 | versions: Upgrade to Cloud Hypervisor v20.2 - stable-2.3 Missing backports - stable-2.3 | docs: Fix kernel configs README spelling errors - docs: Fix outdated links - stable-2.3 | versions: Upgrade to Cloud Hypervisor v20.1 - Backport osbuilder: Revert to using apk.static for Alpine - stable-2.3 | runtime: only call stopVirtiofsd when shared_fs is virtio-fs - Backport versions: Use Ubuntu initrd for non-musl archs - stable-2.3 | Upgrade to Cloud Hypervisor v20.0 and Openapi-generator v5.3.0 - stable-2.3 | packaging: Fix missing commit message in building kata-runtime - stable-2.3 | runtime: enable vhost-net for rootless hypervisor - [backport] agent: create directories for watchable-bind mounts - runtime: enable FUSE_DAX kernel config for DAX dfbe74c4 kata-deploy: fix tar command in dockerfile 9e7eed7c versions: Upgrade to Cloud Hypervisor v20.2 53cf1dd0 tools/packaging: add copyright to kata-monitor's Dockerfile a4dee6a5 packaging: delint tests dockerfiles fd87b60c packaging: delint kata-deploy dockerfiles 2cb4f7ba ci/openshift-ci: delint dockerfiles 993dcc94 osbuilder: delint dockerfiles bbd7cc2f packaging: delint kata-monitor dockerfiles 9837ec72 packaging: delint static-build dockerfiles 8785106f packaging/qemu: Use QEMU script to update submodules a915f082 packaging/qemu: Use partial git clone ec3faab8 security: Update rust crate versions 1f61be84 osbuilder: Add protoc to the alpine container d2d8f9ac osbuilder: avoid to copy versions.txt which already deprecated ca30eee3 kata-manager: Retrieve static tarball 0217abce kata-deploy: Deal with empty containerd conf file 572b25dd osbuilder: be runtime consistent also with podman build 84e69ecb agent: user container ID as watchable storage key for hashmap 77b6cfbd docs: Fix kernel configs README spelling errors 24085c95 docs: Fix outdated k8s link 514bf74f docs: Replicate branch rename on runtime-spec 77a2502a cri-o: Update links for the CRI-O github page 6413ecf4 docs: Backport source reorganization links a0bed72d versions: Upgrade to Cloud Hypervisor v20.1 d03e05e8 versions: Use fixed, minor version for Alpine 0f7db91c osbuilder: Revert to using apk.static for Alpine 271d67a8 runtime: only call stopVirtiofsd when shared_fs is virtio-fs 7c15335d versions: Use Ubuntu initrd for non-musl archs 15080f20 virtcontainers: clh: Upgrade to openapi-generator v5.3.0 c2b8eb3c virtcontainers: clh: Re-generate the client code fe0fbab5 versions: Upgrade to Cloud Hypervisor v20.0 be5468fd packaging: Fix missing commit message in building kata-runtime 18bb9a5d runtime: enable vhost-net for rootless hypervisor 3458073d agent: create directories for watchable-bind mounts 0e91503c runtime: enable FUSE_DAX kernel config for DAX Signed-off-by: Snir Sheriber --- 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 276cbf9e28..2bf1c1ccf3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 +2.3.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 49ec6ee851..f81c969ee9 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.0 + image: quay.io/kata-containers/kata-deploy:2.3.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 f5c5736b80..50a4321380 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.0 + image: quay.io/kata-containers/kata-deploy:2.3.1 imagePullPolicy: Always lifecycle: preStop: