backport: cherry-pick critical bugfixes to release-1.15#6555
Merged
oilbeater merged 9 commits intorelease-1.15from Mar 31, 2026
Merged
backport: cherry-pick critical bugfixes to release-1.15#6555oilbeater merged 9 commits intorelease-1.15from
oilbeater merged 9 commits intorelease-1.15from
Conversation
Pull Request Test Coverage Report for Build 23779251406Details
💛 - Coveralls |
…lient-go panic (#6537) Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
…ndler (#6515) Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
…6547) Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
…PBlock except CIDRs (#6536) Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
…g protocol IP (#6522) Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
…luster membership (#6363) Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
…6538) Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Use exec.Command directly instead of ovs.OvnDatabaseControl which does not exist on this branch. Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
79315c2 to
06cde90
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backport 8 critical bugfixes from master to release-1.15:
Skipped (not applicable to 1.15)
Adaptation notes
#6363: replacedovs.OvnDatabaseControl()(master-only API) with directexec.Command("ovn-appctl", ...)call#6538: manually updatedGwIPtableCounters→GwIPTablesCountersrename across daemon packageTest plan
make build-go— compilation passesmake lint— no new lint issues (pre-existing gosec G703 on cniserver.go unchanged)go test ./pkg/controller/...— passesgo test ./pkg/daemon/...— passesgo test ./pkg/ovs/...— passesgo test ./pkg/util/...— passes🤖 Generated with Claude Code