We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e29569 commit 30dc430Copy full SHA for 30dc430
1 file changed
tools/update-endoflifedate
@@ -26,7 +26,7 @@ DESCRIPTION = """Simply creates the file "endoflifedate.py" for a given list of
26
27
DEFAULT_FILE = 'lib/endoflifedate.py'
28
29
-VERSION = '2025022301' # adapt this if one of PRODUCTS was added/deleted
+VERSION = '2025053001' # adapt this if one of PRODUCTS was added/deleted
30
PRODUCTS = [
31
'https://endoflife.date/api/apache.json',
32
'https://endoflife.date/api/composer.json',
@@ -53,6 +53,7 @@ PRODUCTS = [
53
'https://endoflife.date/api/rhel.json',
54
'https://endoflife.date/api/rocketchat.json',
55
'https://endoflife.date/api/solr.json',
56
+ 'https://endoflife.date/api/valkey.json',
57
'https://endoflife.date/api/wordpress.json',
58
]
59
0 commit comments