chore(NA): bump version to 8.16.6 (#213139)

Usually bump from 8.16.5 to 8.16.6
This commit is contained in:
Tiago Costa 2025-03-05 06:04:08 +00:00 committed by GitHub
parent f13cb97288
commit 09fffbe0e3
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.16.5",
"version": "8.16.6",
"branch": "8.16",
"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.16.5';
export const BASELINE_ELASTICSEARCH_VERSION = '8.16.6';
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.16.5",
"version": "8.16.6",
"author": "Elastic",
"private": true,
"license": "Elastic-License",