Skip to content

Commit 73ac15c

Browse files
committed
Release updates
1 parent 903f059 commit 73ac15c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/started/releasepolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ deploy the new LTS release.
2929
| Version | Code name | Release date | Supported until |
3030
| --------------- | ----------------------------------------- | -------------- | -------------------- |
3131
| 33 | Eternal Sunshine of the Donkey's Mind | _2023-11_ | _2024-03_ |
32-
| 32 LTS | The Good, The Bad and the Donkey | _2023-07_ | _at least 2025-07_ |
33-
| **1.31** | **Donkeys of the Caribbean** | **2023-03** | _2023-07_ |
32+
| **32 LTS** | **The Good, The Bad and the Donkey** | **2023-08** | _at least 2025-08_ |
33+
| 1.31 | Donkeys of the Caribbean | 2023-03 | 2023-07 |
3434
| 1.30 | The Donkeynator | 2022-11 | 2023-03 |
35-
| **1.29 LTS** | **Into the Donkeyverse** | **2022-07** | _at least 2024-07_ |
35+
| **1.29 LTS** | **Into the Donkeyverse** | **2022-07** | **2024-07** |
3636
| 1.28 | Teenage Mutant Ninja Donkeys | 2022-03 | 2022-07 |
3737
| 1.27 | Batdonkey v Superdonkey | 2021-11 | 2022-03 |
38-
| **1.26 LTS** | **Donkey League of La Mancha** | **2021-07** | **2023-07** |
38+
| 1.26 LTS | Donkey League of La Mancha | 2021-07 | 2023-07 |
3939
| 1.25 | Rat-Donkey | 2021-02 | 2021-07 |
4040
| 1.24 | Aquadonkey | 2020-11 | 2021-02 |
4141
| 1.23 LTS | The incredible Donkey | 2020-07 | 2022-07 |

docs/started/requirements.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ installed Python interpreter.
1919

2020
Rucio release | Supported python versions
2121
----------------------------------- | -----------------------------------------------
22-
[1.26 LTS](/release-notes/1.26.0) | Server: `>=3.6, <=3.9`; Clients: `>=2.7, <=3.9`
2322
[1.29 LTS](/release-notes/1.29.0) | `>=3.6, <=3.9`
2423
from 32 LTS | `>=3.9, <=3.10`
2524

tools/generate_release_notes_index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def minor_release_get_title(path: str, version: str) -> str:
5454
# We hardcode the minor release titles for now, since there is no easy
5555
# way to automatically get them.
5656
HARD_CODED_RELEASE_NOTE_TITLE = {
57-
"33": "Eternal Sunshine of the Donkey's Mind",
58-
"32": "The Good, The Bad and the Donkey",
57+
"33.0": "Eternal Sunshine of the Donkey's Mind",
58+
"32.0": "The Good, The Bad and the Donkey",
5959
"1.31": "Donkeys of the Caribbean",
6060
"1.30": "The Donkeynator",
6161
"1.29": "Into the Donkeyverse",

0 commit comments

Comments
 (0)