Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update logstash_releases.json for new branching strategy (#16585)
See naming rational in logstash-plugins/.ci#63 (comment) After 8.16 is GA, the "releases" entry should become: ```json "releases": { "7.current": "7.17.24", "8.current": "8.16.0", "8.previous": "8.15.3" }, ``` For snapshots we'll also test against "main", "8.next", and "8.future". The labels are: - `main`: main branch - `8.future`: the future 8.x release, i.e. current version of the 8.x branch - `8.next`: the short lived period between a minor's FF - when the new branch is cut from 8.x - and GA - `8.current`: the most recent 8.x release - `8.previous`: the previous, but still supported, 8.x release
- Loading branch information