diff mbox series

[ovs-dev,1/2] Prepare for 3.2.0.

Message ID 20230717132221.125071-2-i.maximets@ovn.org
State Accepted
Commit f20980a19eb57de24aef29d1d4d5b80b61a9a982
Headers show
Series Patches to branch for 3.2. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Ilya Maximets July 17, 2023, 1:22 p.m. UTC
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 Documentation/faq/releases.rst | 1 +
 NEWS                           | 2 +-
 configure.ac                   | 2 +-
 debian/changelog               | 4 ++--
 debian/rules                   | 4 ++--
 5 files changed, 7 insertions(+), 6 deletions(-)

Comments

Eelco Chaudron July 17, 2023, 2:03 p.m. UTC | #1
On 17 Jul 2023, at 15:22, Ilya Maximets wrote:

> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>

Changes look good to me!

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Ilya Maximets July 17, 2023, 7:18 p.m. UTC | #2
On 7/17/23 16:03, Eelco Chaudron wrote:
> 
> 
> On 17 Jul 2023, at 15:22, Ilya Maximets wrote:
> 
>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> 
> Changes look good to me!
> 
> Acked-by: Eelco Chaudron <echaudro@redhat.com>
> 

Thanks!  Applied to master and a new branch-3.2.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 9fb679e30..e6bda14e7 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -218,6 +218,7 @@  Q: What DPDK version does each Open vSwitch release work with?
     2.17.x       21.11.2
     3.0.x        21.11.2
     3.1.x        22.11.1
+    3.2.x        22.11.1
     ============ ========
 
 Q: Are all the DPDK releases that OVS versions work with maintained?
diff --git a/NEWS b/NEWS
index 6a1bc1cf3..b998fcf5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Post-v3.1.0
+v3.2.0 - xx xxx xxxx
 --------------------
    - OVSDB:
      * Changed format in which ovsdb schema conversion operations are stored in
diff --git a/configure.ac b/configure.ac
index d05e544b5..320509c5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.1.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 3.2.0, bugs@openvswitch.org)
 AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index 9a87224b2..294b4a5db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-openvswitch (3.1.90-1) unstable; urgency=low
+openvswitch (3.2.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- Open vSwitch team <dev@openvswitch.org>  Mon, 16 Jan 2023 16:51:01 +0100
+ -- Open vSwitch team <dev@openvswitch.org>  Mon, 17 Jul 2023 14:40:00 +0100
 
 openvswitch (3.1.0-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 28c249d07..dc5cc8a65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -134,8 +134,8 @@  override_dh_python3:
 # Helper target for creating snapshots from upstream git
 DATE=$(shell date +%Y%m%d)
 # Upstream branch to track
-BRANCH=branch-3.1
-VERSION=3.1.0
+BRANCH=branch-3.2
+VERSION=3.2.0
 
 get-orig-snapshot:
 	rm -Rf openvswitch-upstream