Skip to content

Commit

Permalink
Update CHANGELOGs for 0.13.3, 0.13.4, 0.13.5 and 1.0.2 (#2498)
Browse files Browse the repository at this point in the history
Before the 1.1 release train, CHANGELOG updates to release branches for new
patch releases are not committed automatically to main.

Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas authored Jul 29, 2021
1 parent b6f81ba commit 7a7e1da
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG/CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog 0.x

## 0.13.5 - 2021-07-27

### Fixed

- Upgrade OVS version to 2.14.2 to pick up security fixes for CVE-2015-8011, CVE-2020-27827 and CVE-2020-35498. ([#2451](https://github.com/antrea-io/antrea/pull/2451), [@antoninbas])

## 0.13.4 - 2021-07-16

### Fixed

- Use "os/exec" package instead of third-party modules to run PowerShell commands and configure host networking on Windows; this change prevents Agent goroutines from getting stuck when configuring routes. ([#2363](https://github.com/antrea-io/antrea/pull/2363), [@lzhecheng]) [Windows]

## 0.13.3 - 2021-06-29

### Fixed

- Fix inter-Node ClusterIP Service access when AntreaProxy is disabled. ([#2318](https://github.com/antrea-io/antrea/pull/2318), [@tnqn])
- Fix duplicate group ID allocation in AntreaProxy when using a combination of IPv4 and IPv6 Services in dual-stack clusters; this was causing Service connectivity issues. ([#2317](https://github.com/antrea-io/antrea/pull/2317), [@hongliangl])
- Fix invalid clean-up of the HNS Endpoint during Pod deletion, when Docker is used as the container runtime. ([#2306](https://github.com/antrea-io/antrea/pull/2306), [@wenyingd]) [Windows]
- Fix race condition on Windows when retrieving the local HNS Network created by Antrea for containers. ([#2253](https://github.com/antrea-io/antrea/pull/2253), [@tnqn]) [Windows]
- Fix invalid conversion function between internal and versioned types for controlplane API, which was causing JSON marshalling errors. ([#2312](https://github.com/antrea-io/antrea/pull/2312), [@tnqn])

## 0.11.4 - 2021-05-03

### Fixed
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG/CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog 1.0

## 1.0.2 - 2021-07-06

### Fixed

- Fix inter-Node ClusterIP Service access when AntreaProxy is disabled. ([#2318](https://github.com/antrea-io/antrea/pull/2318), [@tnqn])
- Fix duplicate group ID allocation in AntreaProxy when using a combination of IPv4 and IPv6 Services in dual-stack clusters; this was causing Service connectivity issues. ([#2317](https://github.com/antrea-io/antrea/pull/2317), [@hongliangl])
- Fix intra-Node ClusterIP Service access when both the AntreaProxy and Egress features are enabled. ([#2332](https://github.com/antrea-io/antrea/pull/2332), [@tnqn])
- Fix invalid clean-up of the HNS Endpoint during Pod deletion, when Docker is used as the container runtime. ([#2306](https://github.com/antrea-io/antrea/pull/2306), [@wenyingd]) [Windows]
- Fix race condition on Windows when retrieving the local HNS Network created by Antrea for containers. ([#2253](https://github.com/antrea-io/antrea/pull/2253), [@tnqn]) [Windows]
- Fix invalid conversion function between internal and versioned types for controlplane API, which was causing JSON marshalling errors. ([#2312](https://github.com/antrea-io/antrea/pull/2312), [@tnqn])
- Fix implementation of the v1beta1 version of the legacy "controlplane.antrea.tanzu.vmware.com" API: the API was incorrectly using some v1beta2 types and it was missing some field selectors. ([#2305](https://github.com/antrea-io/antrea/pull/2305), [@tnqn])

## 1.0.1 - 2021-04-29

### Fixed
Expand Down Expand Up @@ -112,4 +124,5 @@ The AntreaPolicy feature is graduated from Alpha to Beta and is therefore enable
[@shadowlan]: https://github.com/shadowlan
[@srikartati]: https://github.com/srikartati
[@tnqn]: https://github.com/tnqn
[@wenyingd]: https://github.com/wenyingd
[@zyiou]: https://github.com/zyiou

0 comments on commit 7a7e1da

Please sign in to comment.