eBay / go-ovn

A Go library for OVN Northbound/Southbound DB access using native OVSDB protocol
Apache License 2.0
108 stars 59 forks source link

update libovsdb version to v0.2.0 #65

Closed jxiaobin closed 4 years ago

jxiaobin commented 5 years ago

a new tag v0.2.0 has been created in libovsdb project, updating go-ovn accordingly for better semantic version management.

hzhou8 commented 5 years ago

LGTM

hzhou8 commented 5 years ago

We need to fix the Travis before merging. Also, @jxiaobin it would be better if you could describe the reason of this change, i.e. what was broken without this change. Thanks!

jxiaobin commented 5 years ago

Travis failed because upstream ovs/ovn is broken.

jxiaobin commented 5 years ago

switched ovs to branch-2.12 branch, travis passed