chore(NA): bump version to 8.18.1 (#218303)

Usually bump from 8.18.0 to 8.18.1
This commit is contained in:
Tiago Costa 2025-04-17 01:29:23 +01:00 committed by GitHub
parent 906ff07331
commit ca00255b3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 503 additions and 503 deletions

View file

@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "8.18.0",
"version": "8.18.1",
"branch": "8.18",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",

View file

@ -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.18.0';
export const BASELINE_ELASTICSEARCH_VERSION = '8.18.1';
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)

View file

@ -1,6 +1,6 @@
{
"name": "x-pack",
"version": "8.18.0",
"version": "8.18.1",
"author": "Elastic",
"private": true,
"license": "Elastic-License",