Skip to content

Commit 26ceef9

Browse files
committed
Describe general Ansible major version release schedule; announce that Ansible 12.0.0's release schedule gets delayed according to ansible-core 2.19.0's release schedule.
1 parent ef7753e commit 26ceef9

File tree

2 files changed

+54
-17
lines changed

2 files changed

+54
-17
lines changed

docs/docsite/rst/roadmap/COLLECTIONS_12.rst

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,30 @@ This release schedule includes dates for the `ansible <https://pypi.org/project/
2020
Release schedule
2121
=================
2222

23+
.. note::
2324

24-
:2025-03-31: ansible-core feature freeze, stable-2.19 branch created.
25-
:2025-04-07: Start of ansible-core 2.19 betas
26-
:2025-04-08: Ansible-12.0.0 alpha1 [1]_
27-
:2025-04-28: First ansible-core 2.19 release candidate.
28-
:2025-04-29: Ansible-12.0.0 alpha2 [1]_
29-
:2025-05-19: Ansible-core-2.19.0 released.
30-
:2025-05-19: Last day for collections to make backwards incompatible releases that will be accepted into Ansible-12. This includes adding new collections to Ansible 12.0.0; from now on new collections have to wait for 12.1.0 or later.
31-
:2025-05-20: Ansible-12.0.0 beta1 -- feature freeze [2]_ (collection owners and interested users should test for bugs).
32-
:2025-05-27: Ansible-12.0.0 rc1 [3]_ [4]_ (weekly release candidates as needed; test and alert us to any blocker bugs). Blocker bugs will slip release.
33-
:2025-05-30: Last day to trigger an Ansible-12.0.0rc2 release because of major defects in Ansible-12.0.0rc1.
34-
:2025-06-03: Ansible-12.0.0rc2 when necessary, otherwise Ansible-12.0.0 release.
35-
:2025-06-10: Ansible-12.0.0 release when Ansible-12.0.0rc2 was necessary.
36-
:2025-06-03 or 2023-06-10: Create the ansible-build-data directory and files for Ansible-13.
37-
:2025-06-16: Release of ansible-core 2.19.1.
38-
:2025-06-17: Release of Ansible-12.1.0 (bugfix + compatible features: every four weeks.)
39-
40-
.. [1] In case there are any additional ansible-core beta releases or release candidates, we will try to do another Ansible-12.0.0 alpha release. This might mean that we will release Ansible-12.0.0 alpha2 earlier (and release Ansible-12.0.0 alpha3 or later on 2025-04-29) and / or release one or more additional alpha after 2024-04-29.
25+
Since `ansible-core 2.19.0's schedule has been delayed <https://forum.ansible.com/t/41504>`__, Ansible 12.0.0's schedule will be adjusted accordingly.
26+
The below dates will be updated once we know more about the ansible-core 2.19.0 release schedule.
27+
28+
The release schedule of Ansible 12.0.0 will follow the :ref:`general Ansible release schedule <ansible_general_major_release_schedule>`, which depends on ansible-core 2.19.0's release schedule as described in that link.
29+
30+
:~~2025-03-31~~: ansible-core feature freeze, stable-2.19 branch created.
31+
:~~2025-04-07~~: Start of ansible-core 2.19 betas
32+
:~~2025-04-08~~: Ansible-12.0.0 alpha1 [1]_
33+
:~~2025-04-28~~: First ansible-core 2.19 release candidate.
34+
:~~2025-04-29~~: Ansible-12.0.0 alpha2 [1]_
35+
:~~2025-05-19~~: Ansible-core-2.19.0 released.
36+
:~~2025-05-19~~: Last day for collections to make backwards incompatible releases that will be accepted into Ansible-12. This includes adding new collections to Ansible 12.0.0; from now on new collections have to wait for 12.1.0 or later.
37+
:~~2025-05-20~~: Ansible-12.0.0 beta1 -- feature freeze [2]_ (collection owners and interested users should test for bugs).
38+
:~~2025-05-27~~: Ansible-12.0.0 rc1 [3]_ [4]_ (weekly release candidates as needed; test and alert us to any blocker bugs). Blocker bugs will slip release.
39+
:~~2025-05-30~~: Last day to trigger an Ansible-12.0.0rc2 release because of major defects in Ansible-12.0.0rc1.
40+
:~~2025-06-03~~: Ansible-12.0.0rc2 when necessary, otherwise Ansible-12.0.0 release.
41+
:~~2025-06-10~~: Ansible-12.0.0 release when Ansible-12.0.0rc2 was necessary.
42+
:~~2025-06-03 or 2023-06-10~~: Create the ansible-build-data directory and files for Ansible-13.
43+
:~~2025-06-16~~: Release of ansible-core 2.19.1.
44+
:~~2025-06-17~~: Release of Ansible-12.1.0 (bugfix + compatible features: every four weeks.)
45+
46+
.. [1] In case there are any additional ansible-core beta releases or release candidates, we will try to do another Ansible-12.0.0 alpha release. This might mean that we will release Ansible-12.0.0 alpha2 earlier (and release Ansible-12.0.0 alpha3 or later on ~~2025-04-29~~) and / or release one or more additional alpha after ~~2025-04-29~~.
4147
4248
.. [2] No new modules or major features accepted after this date. In practice, this means we will freeze the semver collection versions to compatible release versions. For example, if the version of community.crypto on this date was community.crypto 2.3.0; Ansible-12.0.0 could ship with community.crypto 2.3.1. It would not ship with community.crypto 2.4.0.
4349

docs/docsite/rst/roadmap/ansible_roadmap_index.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,37 @@ You can submit feedback on the current roadmap by creating a :ref:`community top
1515

1616
Visit the :ref:`Ansible communication guide<communication>` for details on how to join and use Ansible communication platforms.
1717

18+
.. _ansible_general_major_release_schedule:
19+
20+
General release schedule for a new major Ansible release
21+
--------------------------------------------------------
22+
23+
The release of a new major Ansible version (``X.0.0``) is coupled to a new major ansible-core release (``2.Y.0``). This section describes the general schedule. A more specific schedule will be mentioned on each major version's roadmap page (see below). If ansible-core releases are delayed, the Ansible release schedule is usually updated to adhere to this general release schedule.
24+
25+
The generic release schedule of a new major Ansible version ``X.0.0`` can be split up into three phases:
26+
27+
1. When ansible-core 2.Y.0 **beta** releases are published, there will be one Ansible X.0.0 **alpha** release roughly one day after the corresponding ansible-core beta release.
28+
29+
1. When ansible-core 2.Y.0 **rc (release candidate)** releases are published, there will be one Ansible X.0.0 **alpha** release roughly one day after the corresponding ansible-core rc release.
30+
31+
1. When ansible-core 2.Y.0 is generally made available (usually on a Monday), the following schedule will happen from that day on:
32+
33+
1. The day of the ansible-core 2.Y.0 day is the last day for collections to make backwards incompatible releases that will be accepted into Ansible X.0.0. This includes adding new collections to Ansible X.0.0; from now on new collections have to wait for X.1.0 or later.
34+
35+
1. Ansible's feature freeze will happen on the next day (usually Tuesday), and the first (and usually only) Ansible X.0.0 **beta** release (b1) will be made.
36+
37+
1. One week later (again on Tuesday), the first Ansible X.0.0 **rc (release candidate)** will be released. For this release, only bugfix updates for collections are accepted from the versions included in the Ansible X.0.0 b1.
38+
39+
1. If no release blockers showed up by Friday of the same week, Ansible X.0.0 will be made generally available on Tuesday of the following week (thus one week after X.0.0 rc1).
40+
41+
1. If there have been release blockers, a second release candidate release, Ansible X.0.0 rc2, will happen on Tuesday of the following week (one week after X.0.0 rc1), and the general availability will usually happen one week after that (again on a Tuesday).
42+
43+
1. Four weeks after the ansible-core 2.Y.0 release, and 1-2 weeks after the Ansible X.0.0 release, ansible-core 2.Y.1 will be released on (usuaully) a Monday, and one day later (usually Tuesday) there will be the Ansible X.1.0 release.
44+
45+
Note that the schedule might be extended with further Ansible X.0.0 beta or X.0.0 release candidate releases if special need becomes obvious, potentially due to larger changes in ansible-core that require more testing in collections.
46+
The above schedule (especially with X.0.0 being generally available one week after X.0.0 rc1) is a optimistic schedule, which usually works fine, but might not be enough.
47+
48+
1849
.. toctree::
1950
:maxdepth: 1
2051
:glob:

0 commit comments

Comments
 (0)