Update logstash_releases.json after 8.17.5 (#17560)

* Update logstash_releases.json after 8.17.5

* Update 9.next  post 9.0.0 release

Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>

---------

Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
This commit is contained in:
Cas Donoghue 2025-04-15 11:18:37 -07:00 committed by GitHub
parent dae2b61ab2
commit 49cf7acad0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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