endoflife-date / release-data

Common Release Data for various projects in a consumable format, automatically updated.
MIT License
100 stars 36 forks source link

automate cockroachdb #319

Closed rcrowe closed 3 months ago

rcrowe commented 4 months ago

Automate fetching releases & versions for CockroachDB.

I'd eventually like to bring automated CockroachDB support to EOL & this PR is an attempt at doing that. I have to be honest I've no real clue on what I'm doing here, but I wanted to open & iterate on a PR rather than just asking for you to do all the work; hopefully, I'm not a million miles away here 🙏🏻

rcrowe commented 4 months ago

~I'll look to raise a PR for the product against EOL 👀~ https://github.com/endoflife-date/endoflife.date/pull/4698

marcwrobel commented 4 months ago

Hi @rcrowe, thanks for this contribution.

I looked at the script and it looks OK. But given the information on https://www.cockroachlabs.com/docs/releases/release-support-policy, I think we already have a script that can scrape those dates: release_table.py.

It may be a bit complex to configure (see https://github.com/endoflife-date/endoflife.date/pull/4686 for example), but I will provide you the configuration in https://github.com/endoflife-date/endoflife.date/pull/4698.

marcwrobel commented 3 months ago

Closing this: existing automation scripts are sufficient to automate versions, release dates/support/EOL dates of CockroachDB.