Update logstash_releases.json after 8.18.0 (#17506)

This commit is contained in:
Andrea Selva 2025-04-15 12:02:11 +02:00 committed by GitHub
parent 86042f8c98
commit dae2b61ab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,15 +1,14 @@
{
"releases": {
"7.current": "7.17.28",
"8.previous": "8.16.6",
"8.current": "8.17.4"
"8.previous": "8.17.4",
"8.current": "8.18.0"
},
"snapshots": {
"7.current": "7.17.29-SNAPSHOT",
"8.previous": "8.16.7-SNAPSHOT",
"8.current": "8.17.5-SNAPSHOT",
"8.next": "8.18.0-SNAPSHOT",
"8.future": "8.19.0-SNAPSHOT",
"8.previous": "8.17.5-SNAPSHOT",
"8.current": "8.18.1-SNAPSHOT",
"8.next": "8.19.0-SNAPSHOT",
"9.next": "9.0.0-SNAPSHOT",
"main": "9.1.0-SNAPSHOT"
}