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
Upgrade packaged Whereabouts version to v0.5.1 #3511
Upgrade packaged Whereabouts version to v0.5.1 #3511
Conversation
Notable chnages: * bug fixes for race conditions when using K8s CRD backend * support for CNI version Now that Whereabouts publishes the binaries as release assets, we can remove the hack/build-whereabouts.sh script. Fixes antrea-io#3473 Signed-off-by: Antonin Bas <abas@vmware.com>
|
Test with both abas-a01:base abas$ docker run -ti antrea/base-ubuntu:2.15.1
root@208edffa4c93:/# /opt/cni/bin/whereabouts
whereabouts v0.5.1 linux/amd64
root@208edffa4c93:/# exit
abas-a01:base abas$ docker run -ti antrea/base-ubi:2.15.1
[root@cdb0441a1598 /]# /opt/cni/bin/whereabouts
whereabouts v0.5.1 linux/amd64
[root@cdb0441a1598 /]# exit |
|
@arunvelayutham FYI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. thank you for taking care of this @antoninbas
Codecov Report
@@ Coverage Diff @@
## main #3511 +/- ##
==========================================
- Coverage 65.58% 58.24% -7.35%
==========================================
Files 277 277
Lines 27264 27264
==========================================
- Hits 17881 15879 -2002
- Misses 7483 9623 +2140
+ Partials 1900 1762 -138
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
/skip-all |
Notable chnages:
Now that Whereabouts publishes the binaries as release assets, we can
remove the hack/build-whereabouts.sh script.
Fixes #3473
Signed-off-by: Antonin Bas abas@vmware.com