diff mbox series

[ovs-dev,branch-3.3,2/2] Prepare for 3.3.1.

Message ID 20240216114910.1872792-3-i.maximets@ovn.org
State Accepted
Commit a6bdf7d310726adda35f834cb054293e16a3c07a
Delegated to: Ilya Maximets
Headers show
Series Release patches for v3.3.0. | 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 Feb. 16, 2024, 11:46 a.m. UTC
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 NEWS             | 3 +++
 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 10 insertions(+), 1 deletion(-)

Comments

Simon Horman Feb. 16, 2024, 3:55 p.m. UTC | #1
On Fri, Feb 16, 2024 at 12:46:33PM +0100, Ilya Maximets wrote:
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>

Acked-by: Simon Horman <horms@ovn.org>
Ilya Maximets Feb. 16, 2024, 10:25 p.m. UTC | #2
On 2/16/24 16:55, Simon Horman wrote:
> On Fri, Feb 16, 2024 at 12:46:33PM +0100, Ilya Maximets wrote:
>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> 
> Acked-by: Simon Horman <horms@ovn.org>
> 

Thanks, Simon!

I applied the patches (first one to master and branch-3.3 and
the second one to branch-3.3 only) and tagged the release.

Will update the website and post an announcement soon.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 8888fb3ec..4bfb341cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@ 
+v3.3.1 - xx xxx xxxx
+--------------------
+
 v3.3.0 - 16 Feb 2024
 --------------------
    - OVSDB:
diff --git a/configure.ac b/configure.ac
index 05afbb9cc..a3ea65c0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.3.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 3.3.1, 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 2049ddaa2..22c767a4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+openvswitch (3.3.1-1) unstable; urgency=low
+   [ Open vSwitch team ]
+   * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org>  Fri, 16 Feb 2024 12:25:58 +0100
+
 openvswitch (3.3.0-1) unstable; urgency=low
 
    * New upstream version