Skip to content

Commit

Permalink
Add release notes for couple of PRs
Browse files Browse the repository at this point in the history
Includes the release notes for the following fixes.

* Submariner now uses case-insensitive comparison while parsing
  CNI names.
* subctl gather now collects Metrics proxy pod logs in a Globalnet
  deployment.
* Submariner Gateway pod now skips invoking cableEngine cleanup during
  termination, as this is handled by the Route agent during gateway migration.
* Fixed issue which caused the IPsec pluto process to crash when the remote
  endpoint was unstable.
* Submariner now handles out-of-order remote endpoint notifications properly
  in Globalnet component.

Related to: submariner-io/submariner#2486
Related to: submariner-io/subctl#770
Related to: submariner-io/submariner#2499
Related to: submariner-io/submariner#2517
Related to: submariner-io/submariner#2532
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
  • Loading branch information
sridhargaddam authored and skitt committed Jul 10, 2023
1 parent 636628c commit 042eebd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/community/releases/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ weight = 40
* Reduced data path downtime with Libreswan cable driver when gateway pod restarts.
* Fixed an issue with OVNKubernetes CNI where routes could be accidentally deleted during cluster restart, or
upgrade scenarios.
* Submariner now uses case-insensitive comparison while parsing CNI names.
* The `subctl gather` command now collects metrics proxy pod logs in Globalnet deployments.
* Submariner gateway pods now skip invoking cable engine cleanup during termination, as this is handled by the route agent
during gateway migration.
* Fixed issue which caused the IPsec pluto process to crash when the remote endpoint was unstable.
* The Globalnet component now handles out-of-order remote endpoint notifications properly.

## v0.14.5

Expand Down

0 comments on commit 042eebd

Please sign in to comment.