valkey icon indicating copy to clipboard operation
valkey copied to clipboard

[NEW] Add eol data to endoflife.date

Open Brianm0823 opened this issue 1 year ago • 2 comments

The problem/use-case that the feature addresses

A clear way to see when versions are being supported/are EOL online as well as a way to programmatically check using an API.

Description of the feature

eol.date provides both a web view as well as an API that lets anyone easily request current version/eol data for any product they are tracking. (See https://endoflife.date/redis or https://endoflife.date/api/redis.json for redis example).

Alternatives you've considered None that I found

Additional information

This basically boils down to a markdown file with YAML format and creating a PR to their repo. Here is the redis example: https://github.com/endoflife-date/endoflife.date/blob/master/products/redis.md?plain=1

Brianm0823 avatar May 15 '24 19:05 Brianm0823

Sounds good to me. We need to define our EoL strategy first, then we can post a file there.

madolson avatar May 15 '24 19:05 madolson

This would be awesome!

Essentially, https://endoflife.date/api/valkey/7.2.json would work like https://endoflife.date/api/redis/7.2.json

for whatever versions there are of course

drmuey avatar May 15 '24 21:05 drmuey

Okay, we finally defined our EoL policy and defined it here! If someone wants to help and create a file in EoL repo, they can use that as a reference

madolson avatar Jun 25 '24 02:06 madolson