From 8e076c8701cdbfd85f2d5fceb86da6793080fe97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 4 May 2022 16:18:45 +0200 Subject: [PATCH 1/2] release: Adapt kata-deploy for 2.4.1 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 80ff9b2c6e..d1a2067d9f 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.4.0 + image: quay.io/kata-containers/kata-deploy:2.4.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 13fc04e4b0..cd298c1f94 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.4.0 + image: quay.io/kata-containers/kata-deploy:2.4.1 imagePullPolicy: Always lifecycle: preStop: From 99c6726cf6ae8311610994415f94bb0b1d6d2a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 4 May 2022 16:18:45 +0200 Subject: [PATCH 2/2] release: Kata Containers 2.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - stable-2.4 | Second round of backports for the 2.4.1 release - stable-2.4 | First round of backports for the 2.4.1 release - stable-2.4 | versions: Upgrade to Cloud Hypervisor v23.0 - stable-2.4 | runtime: Base64 encode the direct volume mountInfo path - stable-2.4 | agent: Avoid agent panic when reading empty stats 8e076c87 release: Adapt kata-deploy for 2.4.1 b50b091c agent: watchers: ensure uid/gid is preserved on copy/mkdir 03bc89ab clh: Rely on Cloud Hypervisor for generating the device ID 6b2c641f tools: fix typo in clh directory name 81e10fe3 packaging: Fix clh build from source fall-back 8b21c5f7 agent: modify the type of swappiness to u64 3f5c6e71 runtime: Allock mockfs storage to be placed in any directory 0bd1abac runtime: Let MockFSInit create a mock fs driver at any path 3e74243f runtime: Move mockfs control global into mockfs.go aed4fe6a runtime: Export StoragePathSuffix e1c4f57c runtime: Don't abuse MockStorageRootPath() for factory tests c49084f3 runtime: Make bind mount tests better clean up after themselves 4e350f7d runtime: Clean up mock hook logs in tests 415420f6 runtime: Make SetupOCIConfigFile clean up after itself 688b9abd runtime: Don't use fixed /tmp/mountPoint path dc1288de kata-monitor: add a README file 78edf827 kata-monitor: add some links when generating pages for browsers eff74fab agent: fsGroup support for direct-assigned volume 01cd5809 proto: fsGroup support for direct-assigned volume 97ad1d55 runtime: fsGroup support for direct-assigned volume b62cced7 runtime: no need to write virtiofsd error to log 8242cfd2 kata-monitor: update the hrefs in the debug/pprof index page a37d4e53 agent: best-effort removing mount point d1197ee8 tools/packaging: Fix error path in 'kata-deploy-binaries.sh -s' c9c77511 tools/packaging: Fix usage of kata-deploy-binaries.sh 1e622316 tools/packaging/kata-deploy: Copy install_yq.sh in a dedicated script 8fa64e01 packaging: Eliminate TTY_OPT and NO_TTY variables in kata-deploy 8f67f9e3 tools/packaging/kata-deploy/local-build: Add build to gitignore 3049b776 versions: Bump firecracker to v0.23.4 aedfef29 runtime/virtcontainers: Pass the hugepages resources to agent c9e1f727 agent: Verify that we allocated as many hugepages as we need ba858e8c agent: Don't attempt to create directories for hugepage configuration bc32eff7 virtcontainers: clh: Re-generate the client code 984ef538 versions: Upgrade to Cloud Hypervisor v23.0 adf6493b runtime: Base64 encode the direct volume mountInfo path 6b417540 agent: Avoid agent panic when reading empty stats Signed-off-by: Fabiano FidĂȘncio --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 197c4d5c2d..005119baaa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 +2.4.1