mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
chore(NA): bump version to 9.2.0 (#225519)
Usually bump from 9.1.0 to 9.2.0
This commit is contained in:
parent
41ccdf0bec
commit
b37d3bb26e
8 changed files with 504 additions and 504 deletions
|
@ -11,7 +11,7 @@
|
||||||
"dashboarding"
|
"dashboarding"
|
||||||
],
|
],
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "9.1.0",
|
"version": "9.2.0",
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"types": "./kibana.d.ts",
|
"types": "./kibana.d.ts",
|
||||||
"tsdocMetadata": "./build/tsdoc-metadata.json",
|
"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 { delay } from './test_utils';
|
||||||
import { baselineTypes, getBaselineDocuments } from './kibana_migrator_test_kit.fixtures';
|
import { baselineTypes, getBaselineDocuments } from './kibana_migrator_test_kit.fixtures';
|
||||||
|
|
||||||
export const BASELINE_ELASTICSEARCH_VERSION = '9.1.0';
|
export const BASELINE_ELASTICSEARCH_VERSION = '9.2.0';
|
||||||
export const BASELINE_DOCUMENTS_PER_TYPE_SMALL = 200;
|
export const BASELINE_DOCUMENTS_PER_TYPE_SMALL = 200;
|
||||||
export const BASELINE_DOCUMENTS_PER_TYPE_LARGE = 100_000;
|
export const BASELINE_DOCUMENTS_PER_TYPE_LARGE = 100_000;
|
||||||
// we discard the second half with exclude on upgrade (firstHalf !== true)
|
// we discard the second half with exclude on upgrade (firstHalf !== true)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "x-pack",
|
"name": "x-pack",
|
||||||
"version": "9.1.0",
|
"version": "9.2.0",
|
||||||
"author": "Elastic",
|
"author": "Elastic",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Elastic-License",
|
"license": "Elastic-License",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export const DEFAULT_INITIAL_APP_DATA = {
|
export const DEFAULT_INITIAL_APP_DATA = {
|
||||||
kibanaVersion: '9.1.0',
|
kibanaVersion: '9.2.0',
|
||||||
features: {
|
features: {
|
||||||
hasConnectors: true,
|
hasConnectors: true,
|
||||||
hasDefaultIngestPipeline: true,
|
hasDefaultIngestPipeline: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue