From efdb3be963d2968e88560f7092d95f59ef75c442 Mon Sep 17 00:00:00 2001 From: Lan Luo Date: Mon, 20 Nov 2023 09:50:46 +0800 Subject: [PATCH] Update CHANGELOG for v1.14.1 release Signed-off-by: Lan Luo --- CHANGELOG/CHANGELOG-1.14.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG/CHANGELOG-1.14.md b/CHANGELOG/CHANGELOG-1.14.md index 1c9c060e474..faa30a668b2 100644 --- a/CHANGELOG/CHANGELOG-1.14.md +++ b/CHANGELOG/CHANGELOG-1.14.md @@ -1,5 +1,13 @@ # Changelog 1.14 +## 1.14.1 - 2023-11-21 + +### Fixed + +- Fix the CrashLookBackOff issue when using the UBI-based image. ([#5723](https://github.com/antrea-io/antrea/pull/5723), [@antoninbas]) +- Skip enforcement of ingress NetworkPolicies rules for hairpinned Service traffic (Pod accessing itself via a Service). ([#5687](https://github.com/antrea-io/antrea/pull/5687) [#5705](https://github.com/antrea-io/antrea/pull/5705), [@GraysonWu]) +- Set net.ipv4.conf.antrea-gw0.arp_announce to 1 to fix an ARP request leak when a Node or hostNetwork Pod accesses a local Pod and AntreaIPAM is enabled. ([#5657](https://github.com/antrea-io/antrea/pull/5657), [@gran-vmv]) + ## 1.14.0 - 2023-10-27 ### Added