Update logstash_releases.json for 9.0, 8.18, 8.17 and 7.17 releases (#17731)

so many releases!
This commit is contained in:
João Duarte 2025-06-24 11:44:38 +01:00 committed by GitHub
parent a2b6e863ee
commit 53e453180c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,16 +1,16 @@
{ {
"releases": { "releases": {
"7.current": "7.17.28", "7.current": "7.17.29",
"8.previous": "8.17.7", "8.previous": "8.17.8",
"8.current": "8.18.2", "8.current": "8.18.3",
"9.current": "9.0.2" "9.current": "9.0.3"
}, },
"snapshots": { "snapshots": {
"7.current": "7.17.29-SNAPSHOT", "7.current": "7.17.30-SNAPSHOT",
"8.previous": "8.17.8-SNAPSHOT", "8.previous": "8.17.9-SNAPSHOT",
"8.current": "8.18.3-SNAPSHOT", "8.current": "8.18.4-SNAPSHOT",
"8.next": "8.19.0-SNAPSHOT", "8.next": "8.19.0-SNAPSHOT",
"9.next": "9.0.3-SNAPSHOT", "9.next": "9.0.4-SNAPSHOT",
"main": "9.1.0-SNAPSHOT" "main": "9.1.0-SNAPSHOT"
} }
} }