docs: update NEXT.md with Post-v1.15.0 changes#6336
Conversation
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary of ChangesHello @oilbeater, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the NEXT.md changelog with changes for the upcoming v1.15.0 release. The changes are well-structured and informative. I've added a few minor suggestions to improve formatting consistency for technical terms, which will enhance readability.
| - Interconnection | ||
| - Add vendor ID to transit switches to avoid conflicts with other OVN controllers. [#6186](https://github.com/kubeovn/kube-ovn/pull/6186) | ||
| - Reliability | ||
| - OpenFlow synchronization: detect and recover from stale or missing OVS flows automatically. [#6117](https://github.com/kubeovn/kube-ovn/pull/6117) |
There was a problem hiding this comment.
For consistency with how OVS is formatted elsewhere in this file (e.g., line 64), it's recommended to wrap OpenFlow and OVS in backticks to improve readability.
| - OpenFlow synchronization: detect and recover from stale or missing OVS flows automatically. [#6117](https://github.com/kubeovn/kube-ovn/pull/6117) | |
| - `OpenFlow` synchronization: detect and recover from stale or missing `OVS` flows automatically. [#6117](https://github.com/kubeovn/kube-ovn/pull/6117) |
| - Add vendor ID to transit switches to avoid conflicts with other OVN controllers. [#6186](https://github.com/kubeovn/kube-ovn/pull/6186) | ||
| - Reliability | ||
| - OpenFlow synchronization: detect and recover from stale or missing OVS flows automatically. [#6117](https://github.com/kubeovn/kube-ovn/pull/6117) | ||
| - OVN DB: back up Raft header before rejoining cluster to improve recovery. [#6106](https://github.com/kubeovn/kube-ovn/pull/6106) |
There was a problem hiding this comment.
For consistency with how OVN is formatted elsewhere in this file (e.g., line 64), it's recommended to wrap OVN DB and Raft in backticks. Raft is a proper name for a consensus algorithm and should be formatted as code.
| - OVN DB: back up Raft header before rejoining cluster to improve recovery. [#6106](https://github.com/kubeovn/kube-ovn/pull/6106) | |
| - `OVN DB`: back up `Raft` header before rejoining cluster to improve recovery. [#6106](https://github.com/kubeovn/kube-ovn/pull/6106) |
| - Helm Chart | ||
| - Make DaemonSet update strategy configurable via `values.yaml`. [#6136](https://github.com/kubeovn/kube-ovn/pull/6136) | ||
| - Introduce `extraEnv` variable for all components. [#6142](https://github.com/kubeovn/kube-ovn/pull/6142) | ||
| - Add `affinity` and `nodeSelector` support for ovs-ovn and ovs-ovn-dpdk DaemonSets. [#6308](https://github.com/kubeovn/kube-ovn/pull/6308) |
There was a problem hiding this comment.
For consistency, it's recommended to wrap ovs-ovn and ovs-ovn-dpdk in backticks, as they are component names.
| - Add `affinity` and `nodeSelector` support for ovs-ovn and ovs-ovn-dpdk DaemonSets. [#6308](https://github.com/kubeovn/kube-ovn/pull/6308) | |
| - Add `affinity` and `nodeSelector` support for `ovs-ovn` and `ovs-ovn-dpdk` DaemonSets. [#6308](https://github.com/kubeovn/kube-ovn/pull/6308) |
Summary
Test plan
🤖 Generated with Claude Code