Skip to content

Commit

Permalink
Update logstash_releases.json for new branching strategy (#16585)
Browse files Browse the repository at this point in the history
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
jsvd authored Nov 13, 2024
1 parent ff8c154 commit 2a23680
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions ci/logstash_releases.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"releases": {
"5.x": "5.6.16",
"6.x": "6.8.23",
"7.x": "7.17.25",
"8.x": "8.15.3"
"7.current": "7.17.25",
"8.previous": "8.15.4",
"8.current": "8.16.0"
},
"snapshots": {
"7.x": "7.17.26-SNAPSHOT",
"8.15": "8.15.4-SNAPSHOT",
"8.x": "8.16.0-SNAPSHOT",
"7.current": "7.17.26-SNAPSHOT",
"8.previous": "8.15.5-SNAPSHOT",
"8.current": "8.16.1-SNAPSHOT",
"8.next": null,
"8.future": "8.17.0-SNAPSHOT",
"main": "9.0.0-SNAPSHOT"
}
}

0 comments on commit 2a23680

Please sign in to comment.