From fb443054978e38ffe691767c30be1bb5e5e8d631 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sat, 8 Oct 2022 12:42:06 +0000 Subject: [PATCH 1/2] release: Adapt kata-deploy for 3.0.0 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: Peng Tao --- 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 851e958a4c..9302495a0c 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:latest + image: quay.io/kata-containers/kata-deploy:3.0.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 a03a56b84e..7dadc094fe 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:latest + image: quay.io/kata-containers/kata-deploy:3.0.0 imagePullPolicy: Always lifecycle: preStop: From 63495cf43a81754358877eac90982cfe2dec771b Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sat, 8 Oct 2022 12:42:06 +0000 Subject: [PATCH 2/2] release: Kata Containers 3.0.0 - stable-3.0: backport agent fixes - backport fix for 3.0.0 release fb4430549 release: Adapt kata-deploy for 3.0.0 20c02528e agent: reduce reference count for failed mount 3eb6f5858 agent: don't exit early if signal fails due to ESRCH 8dc8565ed versions: Update gperf url to avoid libseccomp random failures 740e7e2f7 kata-sys-util: fix typo `unknow` Signed-off-by: Peng Tao --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index cf8213193d..4a36342fca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-rc1 +3.0.0