From 7a7e1da4c2575e4140ecdf2f6313505c42cf56dd Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Thu, 29 Jul 2021 16:36:00 -0700 Subject: [PATCH] Update CHANGELOGs for 0.13.3, 0.13.4, 0.13.5 and 1.0.2 (#2498) 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 --- CHANGELOG/CHANGELOG-0.x.md | 22 ++++++++++++++++++++++ CHANGELOG/CHANGELOG-1.0.md | 13 +++++++++++++ 2 files changed, 35 insertions(+) diff --git a/CHANGELOG/CHANGELOG-0.x.md b/CHANGELOG/CHANGELOG-0.x.md index 744560a33cb..16aa97d377f 100644 --- a/CHANGELOG/CHANGELOG-0.x.md +++ b/CHANGELOG/CHANGELOG-0.x.md @@ -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 diff --git a/CHANGELOG/CHANGELOG-1.0.md b/CHANGELOG/CHANGELOG-1.0.md index a00d26a2ca4..200bbf0486f 100644 --- a/CHANGELOG/CHANGELOG-1.0.md +++ b/CHANGELOG/CHANGELOG-1.0.md @@ -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 @@ -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