Message ID | 20240820110307.1931223-1-i.maximets@ovn.org |
---|---|
State | Accepted |
Headers | show |
Series | [ovs-dev] ovs: Move the submodule to the official v3.4.0 release. | expand |
Context | Check | Description |
---|---|---|
ovsrobot/apply-robot | success | apply and check: success |
ovsrobot/github-robot-_Build_and_Test | success | github build: passed |
ovsrobot/github-robot-_ovn-kubernetes | success | github build: passed |
On 8/20/24 13:03, Ilya Maximets wrote: > OVS v3.4.0 contains several bug fixes in comparison to the current > submodule commit. They may not be very important for OVN itself, but > it's better to use an officially released version than a random commit > on a branch. > > Signed-off-by: Ilya Maximets <i.maximets@ovn.org> > --- Note: The patch is intended for both the main branch and branch-24.09. > ovs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ovs b/ovs > index 0aa14d912..c598c05c8 160000 > --- a/ovs > +++ b/ovs > @@ -1 +1 @@ > -Subproject commit 0aa14d912d9a29d07ebc727007a1f21e3639eea5 > +Subproject commit c598c05c85b2d38874a0ce8f7f088f6aae4fdabc
Acked-by: Mark Michelson <mmichels@redhat.com> On 8/20/24 07:03, Ilya Maximets wrote: > OVS v3.4.0 contains several bug fixes in comparison to the current > submodule commit. They may not be very important for OVN itself, but > it's better to use an officially released version than a random commit > on a branch. > > Signed-off-by: Ilya Maximets <i.maximets@ovn.org> > --- > ovs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ovs b/ovs > index 0aa14d912..c598c05c8 160000 > --- a/ovs > +++ b/ovs > @@ -1 +1 @@ > -Subproject commit 0aa14d912d9a29d07ebc727007a1f21e3639eea5 > +Subproject commit c598c05c85b2d38874a0ce8f7f088f6aae4fdabc
On 9/9/24 19:35, Mark Michelson wrote: > Acked-by: Mark Michelson <mmichels@redhat.com> > Thanks, Ilya and Mark! Applied to main and 24.09. Regards, Dumitru > On 8/20/24 07:03, Ilya Maximets wrote: >> OVS v3.4.0 contains several bug fixes in comparison to the current >> submodule commit. They may not be very important for OVN itself, but >> it's better to use an officially released version than a random commit >> on a branch. >> >> Signed-off-by: Ilya Maximets <i.maximets@ovn.org> >> --- >> ovs | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/ovs b/ovs >> index 0aa14d912..c598c05c8 160000 >> --- a/ovs >> +++ b/ovs >> @@ -1 +1 @@ >> -Subproject commit 0aa14d912d9a29d07ebc727007a1f21e3639eea5 >> +Subproject commit c598c05c85b2d38874a0ce8f7f088f6aae4fdabc > > _______________________________________________ > dev mailing list > dev@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev >
diff --git a/ovs b/ovs index 0aa14d912..c598c05c8 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit 0aa14d912d9a29d07ebc727007a1f21e3639eea5 +Subproject commit c598c05c85b2d38874a0ce8f7f088f6aae4fdabc
OVS v3.4.0 contains several bug fixes in comparison to the current submodule commit. They may not be very important for OVN itself, but it's better to use an officially released version than a random commit on a branch. Signed-off-by: Ilya Maximets <i.maximets@ovn.org> --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)