Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release notes for 0.16.3 #1102

Merged
merged 5 commits into from
Jan 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/content/community/releases/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ weight = 40
+++
<!-- markdownlint-disable no-duplicate-header -->

## v0.16.3 (January 11, 2024)

* Fixed an issue in Service Discovery which caused an erroneous ServiceExport Conflict status condition to be reported.
* Fixed an issue with Service Discovery where, after disaster recovery of the broker cluster, some DNS queries could fail requiring a
restart of the CoreDNS server pod.
* Fixed an issue with the OVN-Kubernetes CNI where, after a cluster recovery, the data path was broken requiring manual deletion of
stale GatewayRoute and NonGatewayRoute resources and a restart of the Route Agent pod.
* Fixed a crash in the Submariner Operator pod due to a concurrent map write.

## v0.16.1/v0.16.2 (November 7, 2023)

* The Globalnet controller now employs Kubernetes leader election to ensure proper continuity during fail-over and avoid potential race
Expand Down
Loading