File tree Expand file tree Collapse file tree 2 files changed +66
-0
lines changed Expand file tree Collapse file tree 2 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _core_roadmap_2.20 :
2
+
3
+ *****************
4
+ Ansible-core 2.20
5
+ *****************
6
+
7
+ .. contents ::
8
+ :local:
9
+
10
+ Release Schedule
11
+ ================
12
+
13
+ Expected
14
+ --------
15
+
16
+ PRs must be raised sufficiently in advance of the following dates to have a chance of inclusion in this ansible-core release.
17
+
18
+ .. note :: Dates are subject to change.
19
+
20
+ Development Phase
21
+ ^^^^^^^^^^^^^^^^^
22
+
23
+ The ``milestone `` branch will be advanced at the start date of each development phase and the beta 1 release.
24
+
25
+ - 2025-08-18 Development Phase 5
26
+ - 2025-09-22 Beta 1
27
+
28
+ Release Phase
29
+ ^^^^^^^^^^^^^
30
+
31
+ - 2025-09-15 Feature Freeze
32
+
33
+ - 2025-09-22 Beta 1
34
+
35
+ - 2025-10-13 Release Candidate 1
36
+
37
+ - 2025-11-03 Release
38
+
39
+ .. note :: The beta and release candidate schedules allow for up to 3 releases on a weekly schedule depending on the necessity of creating a release.
40
+
41
+ Release Manager
42
+ ===============
43
+
44
+ Ansible Core Team
45
+
46
+ Planned work
47
+ ============
48
+
49
+ * Drop Python 3.11 and add Python 3.14 for controller code
50
+ * Drop Python 3.8 and add Python 3.14 for target code
51
+ * Tech preview of Play argument specs
52
+ * Support for 3rd party fact injection plugins
53
+ * Register Projections
54
+ * Remove deprecated functionality
55
+ * Add controller type hinting for discrete areas of the code
56
+ * Decrease testing sanity ignores
57
+ * Update ansible-test container images and VMs
58
+ * Update ansible-test dependencies
59
+
60
+ Delayed work
61
+ ============
62
+
63
+ The following work has been delayed and retargeted for a future release:
64
+
65
+ * TBD
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ You can submit feedback on the current roadmap by creating a topic on the :ref:`
18
18
:glob:
19
19
:caption: ansible-core Roadmaps
20
20
21
+ ROADMAP_2_20
21
22
ROADMAP_2_19
22
23
ROADMAP_2_18
23
24
ROADMAP_2_17
You can’t perform that action at this time.
0 commit comments