From 027ba071ac893a86d2b71dd6e67883fd3e327d6c Mon Sep 17 00:00:00 2001 From: holyfei Date: Tue, 8 Sep 2020 17:29:10 +0800 Subject: [PATCH] kata_integration: bump kata-containers version to 22 reason: fix kata-runtime configuration missing comment symbol problem. Signed-off-by: holyfei --- hack/kata-containers.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hack/kata-containers.spec b/hack/kata-containers.spec index 4488106..5e1c822 100644 --- a/hack/kata-containers.spec +++ b/hack/kata-containers.spec @@ -6,7 +6,7 @@ %endif %if "%{!?RELEASE:1}" -%define RELEASE 21 +%define RELEASE 22 %endif %define __debug_install_post \ @@ -109,6 +109,12 @@ install -p -m 640 -D ./runtime/cli/config/configuration-qemu.toml %{buildroot}/u %changelog +* Tue Sep 8 2020 yangfeiyu - 1.0.3.22 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix kata-runtime configuration.toml missing comment symbol + * Tue Apr 21 2020 jiangpengf - 1.0.3.21 - Type:bugfix - ID:NA -- Gitee