From 7f7a403d8bd8202df04be9e3e8018c5844d1f332 Mon Sep 17 00:00:00 2001 From: holyfei Date: Wed, 30 Sep 2020 10:37:27 +0800 Subject: [PATCH] bump version to 1.11.1-3 --- kata-containers.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/kata-containers.spec b/kata-containers.spec index e2d95f8..265260d 100644 --- a/kata-containers.spec +++ b/kata-containers.spec @@ -3,7 +3,7 @@ %global kernel_version 4.19.36 %define VERSION v1.11.1 -%define RELEASE 3 +%define RELEASE 4 Name: kata-containers Version: %{VERSION} @@ -106,19 +106,25 @@ install -p -m 640 -D ./runtime/cli/config/configuration-qemu.toml %{buildroot}/u %changelog +* Wed Sep 30 2020 yangfeiyu - 1.11.1-4 +- Type:bugfix +- ID:NA +- SUG:restart +- DESC:kata-runtime retry inserting of CNI interface + * Sun Sep 27 2020 LiangZhang - 1.11.1-3 - Type:bugfix - ID:NA - SUG:NA - DESC:fix cmd params of direct use stratovirt binary -* Thu Sep 20 2020 jiangpengf - 1.1.1-2 +* Thu Sep 20 2020 jiangpengf - 1.11.1-2 - Type:bugfix - ID:NA - SUG:NA - DESC:fix del-iface doesn't delete the tap interface in the host problem -* Thu Aug 27 2020 jiangpengf - 1.1.1-1 +* Thu Aug 27 2020 jiangpengf - 1.11.1-1 - Type:enhancement - ID:NA - SUG:NA -- Gitee