From a43f10beb1574817d43e33880697ec8be5d381d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 28 Jun 2023 10:24:00 +0200 Subject: [PATCH 1/2] release: Adapt kata-deploy for 3.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kata-deploy files must be adapted to a new release. The cases where it happens are when the release goes from -> to: * main -> stable: * kata-deploy-stable / kata-cleanup-stable: are removed * stable -> stable: * kata-deploy / kata-cleanup: bump the release to the new one. There are no changes when doing an alpha release, as the files on the "main" branch always point to the "latest" and "stable" tags. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml | 2 +- tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 f751304cce..be640ae584 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:3.1.2 + image: quay.io/kata-containers/kata-deploy:3.1.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 1b89921e24..a6616fe672 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:3.1.2 + image: quay.io/kata-containers/kata-deploy:3.1.3 imagePullPolicy: Always lifecycle: preStop: From 3c02758c2c53a705cf1f8ec5118b86444ee658a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 28 Jun 2023 10:24:00 +0200 Subject: [PATCH 2/2] release: Kata Containers 3.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [stable-3.1] Fix deprecated virtiofsd args (go shim only) - [stable-3.1] backport: versions: Use ubuntu as the default distro for the rootfs-image - runtime: sending SIGKILL to qemu (backport to 3.1) a43f10beb release: Adapt kata-deploy for 3.1.3 993ecec93 virtiofsd: Convert legacy `-o` sub-options to their `--` replacement 2e9125c32 virtiofsd: Drop `-o no_posix_lock` 407727e1f virtiofsd: Stop using deprecated `-f` option 6668ddb8b versions: Use ubuntu as the default distro for the rootfs-image 075a31128 runtime: sending SIGKILL to qemu Signed-off-by: Fabiano FidĂȘncio --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ef538c2810..ff365e06b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.2 +3.1.3