chore(NA): bump version to 8.17.3 (#210655)

Usually bump from 8.17.2 to 8.17.3
This commit is contained in:
Tiago Costa 2025-02-12 03:05:03 +00:00 committed by GitHub
parent 670073a0bd
commit 4bb4532af6
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.17.2",
"version": "8.17.3",
"branch": "8.17",
"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.17.2';
export const BASELINE_ELASTICSEARCH_VERSION = '8.17.3';
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.17.2",
"version": "8.17.3",
"author": "Elastic",
"private": true,
"license": "Elastic-License",