From a5a870ef48f62b740732f25fe750189dbe556016 Mon Sep 17 00:00:00 2001 From: jiangpengfei Date: Tue, 21 Apr 2020 13:45:02 -0400 Subject: [PATCH] kata_integration: bump kata-containers version reason: fix kata-netmon ignore add RTPROT_KERNEL route problem then bump kata-containers version Signed-off-by: jiangpengfei --- 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 1608016..4488106 100644 --- a/hack/kata-containers.spec +++ b/hack/kata-containers.spec @@ -6,7 +6,7 @@ %endif %if "%{!?RELEASE:1}" -%define RELEASE 20 +%define RELEASE 21 %endif %define __debug_install_post \ @@ -109,6 +109,12 @@ install -p -m 640 -D ./runtime/cli/config/configuration-qemu.toml %{buildroot}/u %changelog +* Tue Apr 21 2020 jiangpengf - 1.0.3.21 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix kata-netmon ignore add RTPROT_KERNEL route problem + * Thu Apr 2 2020 jiangpengf - 1.0.3.20 - Type:enhancement - ID:NA -- Gitee