From acf42ded7cc52c68dfb88a8e451eaf7efdddd2ad Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Thu, 9 Jul 2020 11:19:43 -0700 Subject: [PATCH] Update CHANGELOG for v0.8.2 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d6d6b4e31..3a7739632ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ Some experimental features can be enabled / disabled using [Feature Gates](docs/ ## Unreleased +## 0.8.2 - 2020-07-13 + +### Fixed + +- Fix Agent logic in charge of sending Gratuitous ARP messages when networking is configured for a Pod: the previous code was not thread-safe and causing file descriptor leaks for concurrent CNI ADD requests. ([#933](https://github.com/vmware-tanzu/antrea/pull/933), [@tnqn]) +- Clean up some internal state in the Agent's NetworkPolicy implementation when a rule is updated. ([#929](https://github.com/vmware-tanzu/antrea/pull/929), [@jianjuns]) + +## 0.8.1 - 2020-07-09 + ## 0.8.0 - 2020-07-02 ### Added