mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore(NA): bump version to 8.9.0 (#155893)
Usually bump from 8.8.0 to 8.9.0
This commit is contained in:
parent
c964441300
commit
27b84afd69
9 changed files with 23 additions and 23 deletions
|
@ -11,7 +11,7 @@
|
|||
"dashboarding"
|
||||
],
|
||||
"private": true,
|
||||
"version": "8.8.0",
|
||||
"version": "8.9.0",
|
||||
"branch": "main",
|
||||
"types": "./kibana.d.ts",
|
||||
"tsdocMetadata": "./build/tsdoc-metadata.json",
|
||||
|
|
|
@ -115,8 +115,8 @@ describe('split .kibana index into multiple system indices', () => {
|
|||
const indicesInfo = await client.indices.get({ index: '.kibana*' });
|
||||
expect(indicesInfo).toEqual(
|
||||
expect.objectContaining({
|
||||
'.kibana_8.8.0_001': {
|
||||
aliases: { '.kibana': expect.any(Object), '.kibana_8.8.0': expect.any(Object) },
|
||||
'.kibana_8.9.0_001': {
|
||||
aliases: { '.kibana': expect.any(Object), '.kibana_8.9.0': expect.any(Object) },
|
||||
mappings: {
|
||||
dynamic: 'strict',
|
||||
_meta: {
|
||||
|
@ -127,10 +127,10 @@ describe('split .kibana index into multiple system indices', () => {
|
|||
},
|
||||
settings: { index: expect.any(Object) },
|
||||
},
|
||||
'.kibana_so_search_8.8.0_001': {
|
||||
'.kibana_so_search_8.9.0_001': {
|
||||
aliases: {
|
||||
'.kibana_so_search': expect.any(Object),
|
||||
'.kibana_so_search_8.8.0': expect.any(Object),
|
||||
'.kibana_so_search_8.9.0': expect.any(Object),
|
||||
},
|
||||
mappings: {
|
||||
dynamic: 'strict',
|
||||
|
@ -142,10 +142,10 @@ describe('split .kibana index into multiple system indices', () => {
|
|||
},
|
||||
settings: { index: expect.any(Object) },
|
||||
},
|
||||
'.kibana_so_ui_8.8.0_001': {
|
||||
'.kibana_so_ui_8.9.0_001': {
|
||||
aliases: {
|
||||
'.kibana_so_ui': expect.any(Object),
|
||||
'.kibana_so_ui_8.8.0': expect.any(Object),
|
||||
'.kibana_so_ui_8.9.0': expect.any(Object),
|
||||
},
|
||||
mappings: {
|
||||
dynamic: 'strict',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "x-pack",
|
||||
"version": "8.8.0",
|
||||
"version": "8.9.0",
|
||||
"author": "Elastic",
|
||||
"private": true,
|
||||
"license": "Elastic-License",
|
||||
|
|
|
@ -97,7 +97,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'25mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -123,7 +123,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'20mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -224,7 +224,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'20mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -324,7 +324,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'7mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -421,7 +421,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'6mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -108,7 +108,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'2mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -89,7 +89,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'1mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -173,7 +173,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'1mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -257,7 +257,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'1mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -342,7 +342,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'1mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -92,7 +92,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'16mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -94,7 +94,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'10mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -183,7 +183,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'10mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -272,7 +272,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'5mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -361,7 +361,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'5mb',
|
||||
'Version',
|
||||
'8.8.0',
|
||||
'8.9.0',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue