chore(NA): bump version to 9.2.0 (#225519)

Usually bump from 9.1.0 to 9.2.0
This commit is contained in:
Tiago Costa 2025-06-27 03:12:11 +01:00 committed by GitHub
parent 41ccdf0bec
commit b37d3bb26e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 504 additions and 504 deletions

View file

@ -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",

View file

@ -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)

View file

@ -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",

View file

@ -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,