kibana/versions.json
Tiago Costa 0c0ce0d9c5
chore(NA): update versions after v8.14.4 bump (#188120)
This PR is a simple update of our versions file after the recent bumps.
2024-07-11 16:49:56 +01:00

28 lines
582 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.0",
"branch": "8.15",
"currentMajor": true,
"previousMinor": true
},
{
"version": "8.14.4",
"branch": "8.14",
"currentMajor": true,
"previousMinor": true
},
{
"version": "7.17.23",
"branch": "7.17",
"previousMajor": true
}
]
}