From 01022ed5160e8c8a0dc11ffe779ef14109babe3c Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 10 Jul 2023 18:08:54 +0200 Subject: [PATCH] Start the 0.14.7 release notes Signed-off-by: Stephen Kitt --- src/content/community/releases/_index.en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/community/releases/_index.en.md b/src/content/community/releases/_index.en.md index c27a845ce..0bab1175f 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -67,6 +67,8 @@ weight = 40 In some scenarios however, an invalid directory is created before OVN is upgraded, which prevents OVN from starting up correctly. This will be fixed fully in v0.16.1. +## v0.14.7 + ## v0.14.6 (July 5, 2023) * The `subctl cloud prepare azure` command has a new flag, `air-gapped`, to indicate the cluster is in an air-gapped @@ -139,7 +141,11 @@ This is a bugfix release: This is a bugfix release: +<<<<<<< HEAD * Fixed stale iptables rules along with global IP leak which can sometimes happen as part of stress testing. +======= +* Fixed stale IPtable rules along with global IP leak which can sometimes happen as part of stress testing. +>>>>>>> 992da13 (Start the 0.14.7 release notes) * Handle out-of-order remote endpoint notifications properly in various Route Agent handlers. * Ensure that reverse path filtering setting is properly applied on the `vx-submariner` and `vxlan-tunnel` interfaces after they are created. This fix was necessary for RHEL 9 nodes where the setting was sometimes getting overwritten.