Skip to content

Commit

Permalink
Update CHANGELOG for v0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninbas committed Jul 17, 2020
1 parent 2bfe45e commit acf42de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acf42de

Please sign in to comment.