diff mbox series

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

Message ID 20220819134550.3954822-1-mmichels@redhat.com
State Accepted
Headers show
Series [ovs-dev,v2,1/2] Prepare for 22.09.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/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Mark Michelson Aug. 19, 2022, 1:45 p.m. UTC
Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
v2: Updated OVS reference from 2.18 to 3.0
---
 NEWS             | 6 +++---
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

Comments

Ilya Maximets Aug. 19, 2022, 3:06 p.m. UTC | #1
On 8/19/22 15:45, Mark Michelson wrote:
> Signed-off-by: Mark Michelson <mmichels@redhat.com>
> ---
> v2: Updated OVS reference from 2.18 to 3.0
> ---
>  NEWS             | 6 +++---
>  configure.ac     | 2 +-
>  debian/changelog | 4 ++--
>  3 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 0f12b6abf..fd8a59793 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,5 +1,5 @@
> -Post v22.06.0
> --------------
> +OVN v22.09.0 - xx xxx xxxx
> +--------------------------
>    - ovn-controller: Add configuration knob, through OVS external-id
>      "ovn-encap-df_default" to enable or disable tunnel DF flag.
>    - Add option "localnet_learn_fdb" to LSP that will allow localnet
> @@ -12,7 +12,7 @@ Post v22.06.0
>    - Added nb_global IPsec options ipsec_encapsulation=true (libreswan)
>      and ipsec_forceencaps=true (strongswan) to unconditionally enforce
>      NAT-T UDP encapsulation. Requires OVS support for IPsec custom tunnel
> -    options (which will be available in OVS 2.18).
> +    options (which will be available in OVS 3.0).

I'd still s/will be/is/ since OVS 3.0 is already released.

Anyway,
Acked-by: Ilya Maximets <i.maximets@ovn.org>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 0f12b6abf..fd8a59793 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@ 
-Post v22.06.0
--------------
+OVN v22.09.0 - xx xxx xxxx
+--------------------------
   - ovn-controller: Add configuration knob, through OVS external-id
     "ovn-encap-df_default" to enable or disable tunnel DF flag.
   - Add option "localnet_learn_fdb" to LSP that will allow localnet
@@ -12,7 +12,7 @@  Post v22.06.0
   - Added nb_global IPsec options ipsec_encapsulation=true (libreswan)
     and ipsec_forceencaps=true (strongswan) to unconditionally enforce
     NAT-T UDP encapsulation. Requires OVS support for IPsec custom tunnel
-    options (which will be available in OVS 2.18).
+    options (which will be available in OVS 3.0).
   - Removed possibility of disabling logical datapath groups.
   - Removed the copying of SB's Chassis other_config into external_ids.
   - Added MAC binding aging mechanism, that is disabled by default.
diff --git a/configure.ac b/configure.ac
index 8665e71f4..765aacb17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 22.06.90, bugs@openvswitch.org)
+AC_INIT(ovn, 22.09.0, bugs@openvswitch.org)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
diff --git a/debian/changelog b/debian/changelog
index c61c2b9a2..2c0d8a864 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-ovn (22.06.90-1) unstable; urgency=low
+ovn (22.09.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- OVN team <dev@openvswitch.org>  Thu, 19 May 2022 15:11:38 -0400
+ -- OVN team <dev@openvswitch.org>  Fri, 19 Aug 2022 08:46:02 -0400
 
 ovn (22.06.0-1) unstable; urgency=low