kibana/versions.json
Tiago Costa fbfad8a8d9
chore(NA): update versions after v8.15.1 bump (#190155)
This PR is a simple update of our versions file after the recent bumps.
2024-08-09 20:09:13 +01:00

22 lines
462 B
JSON

{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "8.16.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "8.15.1",
"branch": "8.15",
"currentMajor": true,
"previousMinor": true
},
{
"version": "7.17.24",
"branch": "7.17",
"previousMajor": true
}
]
}