kibana/versions.json
Tiago Costa 4b1d6e47a0
chore(NA): update versions after v7.17.16 bump (#171136)
This PR is a simple update of our versions file after the recent bumps.
2023-11-14 15:35:15 +00: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.12.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "8.11.2",
"branch": "8.11",
"currentMajor": true,
"previousMinor": true
},
{
"version": "7.17.16",
"branch": "7.17",
"previousMajor": true
}
]
}