diff mbox series

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

Message ID 20220819125033.3948729-1-mmichels@redhat.com
State Superseded
Headers show
Series [ovs-dev,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, 12:50 p.m. UTC
Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 NEWS             | 4 ++--
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Ilya Maximets Aug. 19, 2022, 1:14 p.m. UTC | #1
On 8/19/22 14:50, Mark Michelson wrote:
> Signed-off-by: Mark Michelson <mmichels@redhat.com>
> ---
>  NEWS             | 4 ++--
>  configure.ac     | 2 +-
>  debian/changelog | 4 ++--
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 0f12b6abf..0cfe6d85b 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

Hi, Mark.

This patch seems to be a good place to fix up the following part
of the NEWS:

    "which will be available in OVS 2.18"

it should say:

    "which is available in OVS 3.0"

What do you think?

Best regards, Ilya Maximets.
Mark Michelson Aug. 19, 2022, 1:46 p.m. UTC | #2
On 8/19/22 09:14, Ilya Maximets wrote:
> On 8/19/22 14:50, Mark Michelson wrote:
>> Signed-off-by: Mark Michelson <mmichels@redhat.com>
>> ---
>>   NEWS             | 4 ++--
>>   configure.ac     | 2 +-
>>   debian/changelog | 4 ++--
>>   3 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/NEWS b/NEWS
>> index 0f12b6abf..0cfe6d85b 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
> 
> Hi, Mark.
> 
> This patch seems to be a good place to fix up the following part
> of the NEWS:
> 
>      "which will be available in OVS 2.18"
> 
> it should say:
> 
>      "which is available in OVS 3.0"
> 
> What do you think?

Thanks, I sent a v2 with this change.

> 
> Best regards, Ilya Maximets.
>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 0f12b6abf..0cfe6d85b 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
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