From e36ec0f22bb2a42387d2f04bb81444647904d670 Mon Sep 17 00:00:00 2001 From: Chun Chen Date: Thu, 12 Nov 2020 15:02:20 +0800 Subject: [PATCH] Update v1.0.7 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e6b48d..5a18e624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.0.7 + +## Feature + +- [Support allocating multiple ips](https://github.com/tkestack/galaxy/pull/95), [please check usage docs](https://github.com/tkestack/galaxy/blob/master/doc/float-ip.md#allocate-multiple-ips) + +## Enhance + +- [Fix unbind pod is slow if lots of pod exits at the same time](https://github.com/tkestack/galaxy/pull/99) +- [Check if device is veth before deleting eth0](https://github.com/tkestack/galaxy/pull/93) +- [change log level if bridge-nf-call-iptables module is not installed](https://github.com/tkestack/galaxy/issues/89) + # v1.0.6 ## Feature