From 3b55caaddeb00eb28b936d9907f5fb43fa88805e Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Fri, 15 Dec 2023 19:10:44 +0100 Subject: [PATCH] Add release notes for 3.27.0 Signed-off-by: Nathan Skrzypczak --- RELEASE_NOTES.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 527e493e..1fb31519 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,6 +7,30 @@ Calico/VPP version ``vA.B.x`` will work with Calico version ``vA.B.y`` for any ` # Releases +### Calico-VPP v3.27.0 + +> 19th December 2023 + +**Calico-VPP is now GA !** + +* New features: + - Add deployment guide for Openshift. + - Add support for v6 rules in bgpfilters + - Add ``CALICOVPP_INITIAL_CONFIG`` option ``"redirectToHostRules"`` to redirect certain flows to the host instead of the uplink. This is needed for special cases (e.g. kind DNS) where you need to apply iptable rule to some control traffic. + - Implement dataplane service hashconfig parametrization + - vpp: upgrade to v24.02-rc0 (29 sept 23), Notable changes are + * a181eaa59 - virtio: add support for tx-queue-size + * 61ab09472 - dpdk: bump rdma-core to 46.1 + * 442189849 - dpdk: bump to DPDK 23.07 + +* Bug fixes + - allow simultaneous usage of PBL and VCL + - fix nodeport service src nat issue, we do need to src NAT nodeports when the service is not local. + - fix DNS support in kind adding custom redirect rules + - Fix vagrant yaml & flat mode + - Fix cnat checksum offload update issue + - Fix IPIP tunnel overlapping leading to traffic blackholing + ### Calico-VPP v3.26.1 > 18th December 2023