Skip to content

Commit d8d1c8d

Browse files
authored
Merge pull request #580 from maykinmedia/chore/oaf-205-slight-changes-to-versioning-policy
📝 [maykinmedia/open-api-framework#205] Slight changes to versioning policy
2 parents 213a206 + 3079264 commit d8d1c8d

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

docs/introduction/versioning.rst

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ New version releases for Open Klant are done every two months, at the start of t
77
Major releases occur every two years.
88

99
Each major version is supported until 24 months after the release of the next major version.
10-
The most recent major version is supported without a fixed end date until a new major version is released.
11-
Each minor version within a supported major version is supported until 6 months after its release.
10+
The most recent major version is supported without a fixed end date until a new major version is released
11+
and is the only major version for which new minor versions can be released.
12+
Within each supported major version, only the two most recent minor versions are supported
13+
at any given time, with the oldest of these two only being supported at most 6 months after its release.
1214

1315
Only the latest version (the numbered version, not the technical latest-tag)
14-
is actively maintained and under active development. Older versions only receive patches
16+
is actively maintained and under active development. Older versions only receive patches.
1517

1618
The table below shows each major and minor version and until what date they can receive
1719
patches.
@@ -21,39 +23,39 @@ patches.
2123
+=======+===========+===============+==========================+
2224
| 2.x | | | |
2325
+-------+-----------+---------------+--------------------------+
24-
| | 2.15.x | 2026-02-06 | 2026-08-06 |
26+
| | 2.15.x | 2026-02-06 | |
2527
+-------+-----------+---------------+--------------------------+
2628
| | 2.14.x | 2025-12-01 | 2026-06-01 |
2729
+-------+-----------+---------------+--------------------------+
28-
| | 2.13.x | 2025-10-03 | 2026-04-03 |
30+
| | 2.13.x | 2025-10-03 | 2026-02-06 |
2931
+-------+-----------+---------------+--------------------------+
30-
| | 2.12.x | 2025-08-28 | 2026-02-28 |
32+
| | 2.12.x | 2025-08-28 | 2025-12-01 |
3133
+-------+-----------+---------------+--------------------------+
32-
| | 2.11.x | 2025-08-05 | 2026-02-05 |
34+
| | 2.11.x | 2025-08-05 | 2025-10-03 |
3335
+-------+-----------+---------------+--------------------------+
34-
| | 2.10.x | 2025-07-04 | 2026-01-04 |
36+
| | 2.10.x | 2025-07-04 | 2025-08-28 |
3537
+-------+-----------+---------------+--------------------------+
36-
| | 2.9.x | 2025-05-28 | 2025-11-28 |
38+
| | 2.9.x | 2025-05-28 | 2025-08-05 |
3739
+-------+-----------+---------------+--------------------------+
38-
| | 2.8.x | 2025-05-14 | 2025-11-14 |
40+
| | 2.8.x | 2025-05-14 | 2025-07-04 |
3941
+-------+-----------+---------------+--------------------------+
40-
| | 2.7.x | 2025-04-03 | 2025-10-03 |
42+
| | 2.7.x | 2025-04-03 | 2025-05-28 |
4143
+-------+-----------+---------------+--------------------------+
42-
| | 2.6.x | 2025-03-04 | 2025-09-04 |
44+
| | 2.6.x | 2025-03-04 | 2025-05-14 |
4345
+-------+-----------+---------------+--------------------------+
44-
| | 2.5.x | 2025-01-28 | 2025-07-28 |
46+
| | 2.5.x | 2025-01-28 | 2025-04-03 |
4547
+-------+-----------+---------------+--------------------------+
46-
| | 2.4.x | 2024-11-26 | 2025-05-26 |
48+
| | 2.4.x | 2024-11-26 | 2025-03-04 |
4749
+-------+-----------+---------------+--------------------------+
48-
| | 2.3.x | 2024-10-04 | 2025-04-04 |
50+
| | 2.3.x | 2024-10-04 | 2025-01-28 |
4951
+-------+-----------+---------------+--------------------------+
50-
| | 2.2.x | 2024-09-05 | 2025-03-05 |
52+
| | 2.2.x | 2024-09-05 | 2024-11-26 |
5153
+-------+-----------+---------------+--------------------------+
52-
| | 2.1.x | 2024-07-16 | 2025-01-16 |
54+
| | 2.1.x | 2024-07-16 | 2024-10-04 |
5355
+-------+-----------+---------------+--------------------------+
54-
| | 2.0.x | 2024-03-15 | 2024-09-15 |
56+
| | 2.0.x | 2024-03-15 | 2024-09-05 |
5557
+-------+-----------+---------------+--------------------------+
56-
| 1.x | | | 2026-03-15 |
58+
| 1.x | | | |
5759
+-------+-----------+---------------+--------------------------+
58-
| | 1.0.x | 2023-02-16 | 2023-08-16 |
60+
| | 1.0.x | 2023-02-16 | 2026-03-15 |
5961
+-------+-----------+---------------+--------------------------+

0 commit comments

Comments
 (0)