From 198e0d1666ad1524e0a658c5e0b8df4c9655c9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 29 Nov 2021 20:08:39 +0100 Subject: [PATCH 1/2] release: Adapt kata-deploy for 2.3.0 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 / kata-cleanup: change from "latest" to "rc0" * 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 818f8e1c1..49ec6ee85 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-rc1 + image: quay.io/kata-containers/kata-deploy:2.3.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 17a712f46..f5c5736b8 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-rc1 + image: quay.io/kata-containers/kata-deploy:2.3.0 imagePullPolicy: Always lifecycle: preStop: From 9bc543f5dbeb12dd63144b02c0f92625be7e86db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 29 Nov 2021 20:08:39 +0100 Subject: [PATCH 2/2] release: Kata Containers 2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - stable-2.3 | osbuilder: fix missing cpio package when building rootfs-initrd image - stable-2.3 | osbuilder: add coreutils to guest rootfs - stable-2.3 | backport kata-deploy fixes / improvements - stable-2.3 | tools/osbuilder: build QAT kernel in fedora 34 - backport: fix symlink handling in agent watcher - stable-2.3: add VFIO kernel dependencies for ppc64le - [stable] runtime: Update containerd to 1.5.8 - stable-2.3: disable libudev when building static QEMU - stable-2.3: virtcontainers: fix failing template test on ppc64le - stable-2.3: cgroups systemd fix - stable-2.3:remove non used actions - stable-2.3 | versions: bump golang to 1.17.x 198e0d16 release: Adapt kata-deploy for 2.3.0 df34e919 osbuilder: fix missing cpio package when building rootfs-initrd image f61e31cd osbuilder: add coreutils to guest rootfs cb7891e0 tools/osbuilder: build QAT kernel in fedora 34 2667e028 workflows: only allow org members to run `/test_kata_deploy` 3542cba8 workflows: Add back the checks for running test-kata-deploy 117b9202 kata-deploy: Ensure we test HEAD with `/test_kata_deploy` db9cd107 watcher: tests: ensure there is 20ms delay between fs writes a51a1f6d watchers: handle symlinked directories, dir removal 5bc1c209 watchers: don't dereference symlinks when copying files 34a1b539 stable-2.3: add VFIO kernel dependencies for ppc64le 8a705f74 runtime: Update containerd to 1.5.8 ac5ab86e qemu: fix snap build by disabling libudev d22ec599 virtcontainers: fix failing template test on ppc64le f9bde321 workflows: Remove non-used main.yaml b8215119 cgroups: Fix systemd cgroup support a9d5377b cgroups: pass vhost-vsock device to cgroup ea83ff1f runtime: remove prefix when cgroups are managed by systemd 91003c27 versions: bump golang to 1.17.x Signed-off-by: Fabiano FidĂȘncio --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index d62e3a5a6..276cbf9e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0-rc1 +2.3.0