mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
chore(NA): bump version to 8.16.4 (#207409)
Usually bump from 8.16.3 to 8.16.4
This commit is contained in:
parent
0070d1a959
commit
018a377629
7 changed files with 503 additions and 503 deletions
|
@ -11,7 +11,7 @@
|
|||
"dashboarding"
|
||||
],
|
||||
"private": true,
|
||||
"version": "8.16.3",
|
||||
"version": "8.16.4",
|
||||
"branch": "8.16",
|
||||
"types": "./kibana.d.ts",
|
||||
"tsdocMetadata": "./build/tsdoc-metadata.json",
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -25,7 +25,7 @@ import {
|
|||
import { delay } from './test_utils';
|
||||
import { baselineTypes, getBaselineDocuments } from './kibana_migrator_test_kit.fixtures';
|
||||
|
||||
export const BASELINE_ELASTICSEARCH_VERSION = '8.16.3';
|
||||
export const BASELINE_ELASTICSEARCH_VERSION = '8.16.4';
|
||||
export const BASELINE_DOCUMENTS_PER_TYPE_1K = 200;
|
||||
export const BASELINE_DOCUMENTS_PER_TYPE_500K = 100_000;
|
||||
// we discard the second half with exclude on upgrade (firstHalf !== true)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "x-pack",
|
||||
"version": "8.16.3",
|
||||
"version": "8.16.4",
|
||||
"author": "Elastic",
|
||||
"private": true,
|
||||
"license": "Elastic-License",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue