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

Automated cherry pick of #5225: Upgrade OVS to 2.17.7 #5233

Conversation

antoninbas
Copy link
Contributor

Cherry pick of #5225 on release-1.10.

#5225: Upgrade OVS to 2.17.7

For details on the cherry pick process, see the cherry pick requests page.

This is the latest patch version available for OVS 2.17.

We also fix a bug in the Dockerfile which installs OVS using .deb
packages built from source. The command that was used would try to
upgrade the openvswitch-* packages if a more recent version was
available in upstream repos, which would cause the installation to
fail. For now, we prefer to use the packages that we build from source,
as we have more granular control over which version gets installed. This
issue is fixed by using apt instead of dpkg to install the .deb packages
(this is supported in "recent" apt versions).

Thanks @Dyanngg for reporting the issue.

Signed-off-by: Antonin Bas <[email protected]>
@antoninbas antoninbas added the kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release label Jul 11, 2023
@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Merging #5233 (d3ebc4b) into release-1.10 (3d8f32f) will increase coverage by 0.16%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##           release-1.10    #5233      +/-   ##
================================================
+ Coverage         68.80%   68.96%   +0.16%     
================================================
  Files               380      380              
  Lines             56046    56046              
================================================
+ Hits              38560    38651      +91     
+ Misses            14751    14738      -13     
+ Partials           2735     2657      -78     
Flag Coverage Δ
integration-tests 34.54% <ø> (+0.01%) ⬆️
kind-e2e-tests 45.96% <ø> (+4.83%) ⬆️
unit-tests 58.41% <ø> (+0.03%) ⬆️

see 71 files with indirect coverage changes

@antoninbas
Copy link
Contributor Author

/skip-all

@antoninbas
Copy link
Contributor Author

Closing this. There is a Kind test failure because of a known issue, and I don't think we are maintaining 1.10 any more.

@antoninbas antoninbas closed this Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants