diff mbox series

[ovs-dev,v2,2/2] Add 2020 and 2021 release calendars.

Message ID 20200904135512.66645-2-mmichels@redhat.com
State Accepted
Headers show
Series [ovs-dev,v2,1/2] Fix misleading release schedule. | expand

Commit Message

Mark Michelson Sept. 4, 2020, 1:55 p.m. UTC
In 2020, there were times where we started the release process later
than expected. Part of the reason why was that the actual release dates
for OVN were vague, meaning nobody really knew when we should start the
release process.

This attempts to remedy the problem by creating a calendar for releases
for 2020 and 2021. This way developers can know more easily when
releases are scheduled and prepare in advance better.

Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 Documentation/internals/release-process.rst | 27 +++++++++++++++++++++
 1 file changed, 27 insertions(+)

Comments

Numan Siddique Sept. 4, 2020, 2:33 p.m. UTC | #1
On Fri, Sep 4, 2020 at 7:25 PM Mark Michelson <mmichels@redhat.com> wrote:

> In 2020, there were times where we started the release process later
> than expected. Part of the reason why was that the actual release dates
> for OVN were vague, meaning nobody really knew when we should start the
> release process.
>
> This attempts to remedy the problem by creating a calendar for releases
> for 2020 and 2021. This way developers can know more easily when
> releases are scheduled and prepare in advance better.
>
> Signed-off-by: Mark Michelson <mmichels@redhat.com>
>

Acked-by: Numan Siddique <numans@ovn.org> for both the patches in the
series.

Thanks
Numan


> ---
>  Documentation/internals/release-process.rst | 27 +++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>
> diff --git a/Documentation/internals/release-process.rst
> b/Documentation/internals/release-process.rst
> index 9cea5277f..875e01554 100644
> --- a/Documentation/internals/release-process.rst
> +++ b/Documentation/internals/release-process.rst
> @@ -123,6 +123,33 @@ approximate:
>  | T + 3         | Mar 1, Jun 1, ...   | Release version x.y.0
>     |
>
>  +---------------+---------------------+--------------------------------------+
>
> +Release Calendar
> +----------------
> +
> +The 2020 timetable is shown below. Note that these dates are not set in
> stone.
> +If extenuating circumstances arise, a release may be delayed from its
> target
> +date.
> +
> ++---------+-------------+-----------------+---------+
> +| Release | Soft Freeze | Branch Creation | Release |
> ++---------+-------------+-----------------+---------+
> +| 20.12.0 | Nov 6       | Nov 20          | Dec 4   |
> ++---------+-------------+-----------------+---------+
> +
> +Below is the 2021 timetable
> +
> ++---------+-------------+-----------------+---------+
> +| Release | Soft Freeze | Branch Creation | Release |
> ++---------+-------------+-----------------+---------+
> +| 21.03.0 | Feb 5       | Feb 19          | Mar 5   |
> ++---------+-------------+-----------------+---------+
> +| 21.06.0 | May 7       | May 21          | Jun 4   |
> ++---------+-------------+-----------------+---------+
> +| 21.09.0 | Aug 6       | Aug 20          | Sep 3   |
> ++---------+-------------+-----------------+---------+
> +| 21.12.0 | Nov 5       | Nov 19          | Dec 3   |
> ++---------+-------------+-----------------+---------+
> +
>  Contact
>  -------
>
> --
> 2.25.4
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
Mark Michelson Sept. 8, 2020, 8:24 p.m. UTC | #2
On 9/4/20 10:33 AM, Numan Siddique wrote:
> 
> 
> On Fri, Sep 4, 2020 at 7:25 PM Mark Michelson <mmichels@redhat.com 
> <mailto:mmichels@redhat.com>> wrote:
> 
>     In 2020, there were times where we started the release process later
>     than expected. Part of the reason why was that the actual release dates
>     for OVN were vague, meaning nobody really knew when we should start the
>     release process.
> 
>     This attempts to remedy the problem by creating a calendar for releases
>     for 2020 and 2021. This way developers can know more easily when
>     releases are scheduled and prepare in advance better.
> 
>     Signed-off-by: Mark Michelson <mmichels@redhat.com
>     <mailto:mmichels@redhat.com>>
> 
> 
> Acked-by: Numan Siddique <numans@ovn.org <mailto:numans@ovn.org>> for 
> both the patches in the series.
> 
> Thanks
> Numan

Thanks Numan, I merged both patches to master.

> 
>     ---
>       Documentation/internals/release-process.rst | 27 +++++++++++++++++++++
>       1 file changed, 27 insertions(+)
> 
>     diff --git a/Documentation/internals/release-process.rst
>     b/Documentation/internals/release-process.rst
>     index 9cea5277f..875e01554 100644
>     --- a/Documentation/internals/release-process.rst
>     +++ b/Documentation/internals/release-process.rst
>     @@ -123,6 +123,33 @@ approximate:
>       | T + 3         | Mar 1, Jun 1, ...   | Release version x.y.0     
>                |
>       +---------------+---------------------+--------------------------------------+
> 
>     +Release Calendar
>     +----------------
>     +
>     +The 2020 timetable is shown below. Note that these dates are not
>     set in stone.
>     +If extenuating circumstances arise, a release may be delayed from
>     its target
>     +date.
>     +
>     ++---------+-------------+-----------------+---------+
>     +| Release | Soft Freeze | Branch Creation | Release |
>     ++---------+-------------+-----------------+---------+
>     +| 20.12.0 | Nov 6       | Nov 20          | Dec 4   |
>     ++---------+-------------+-----------------+---------+
>     +
>     +Below is the 2021 timetable
>     +
>     ++---------+-------------+-----------------+---------+
>     +| Release | Soft Freeze | Branch Creation | Release |
>     ++---------+-------------+-----------------+---------+
>     +| 21.03.0 | Feb 5       | Feb 19          | Mar 5   |
>     ++---------+-------------+-----------------+---------+
>     +| 21.06.0 | May 7       | May 21          | Jun 4   |
>     ++---------+-------------+-----------------+---------+
>     +| 21.09.0 | Aug 6       | Aug 20          | Sep 3   |
>     ++---------+-------------+-----------------+---------+
>     +| 21.12.0 | Nov 5       | Nov 19          | Dec 3   |
>     ++---------+-------------+-----------------+---------+
>     +
>       Contact
>       -------
> 
>     -- 
>     2.25.4
> 
>     _______________________________________________
>     dev mailing list
>     dev@openvswitch.org <mailto:dev@openvswitch.org>
>     https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/Documentation/internals/release-process.rst b/Documentation/internals/release-process.rst
index 9cea5277f..875e01554 100644
--- a/Documentation/internals/release-process.rst
+++ b/Documentation/internals/release-process.rst
@@ -123,6 +123,33 @@  approximate:
 | T + 3         | Mar 1, Jun 1, ...   | Release version x.y.0                |
 +---------------+---------------------+--------------------------------------+
 
+Release Calendar
+----------------
+
+The 2020 timetable is shown below. Note that these dates are not set in stone.
+If extenuating circumstances arise, a release may be delayed from its target
+date.
+
++---------+-------------+-----------------+---------+
+| Release | Soft Freeze | Branch Creation | Release |
++---------+-------------+-----------------+---------+
+| 20.12.0 | Nov 6       | Nov 20          | Dec 4   |
++---------+-------------+-----------------+---------+
+
+Below is the 2021 timetable
+
++---------+-------------+-----------------+---------+
+| Release | Soft Freeze | Branch Creation | Release |
++---------+-------------+-----------------+---------+
+| 21.03.0 | Feb 5       | Feb 19          | Mar 5   |
++---------+-------------+-----------------+---------+
+| 21.06.0 | May 7       | May 21          | Jun 4   |
++---------+-------------+-----------------+---------+
+| 21.09.0 | Aug 6       | Aug 20          | Sep 3   |
++---------+-------------+-----------------+---------+
+| 21.12.0 | Nov 5       | Nov 19          | Dec 3   |
++---------+-------------+-----------------+---------+
+
 Contact
 -------