Skip to content

Commit ac5fa74

Browse files
authored
chore(NA): bump version to 8.19.9 (elastic#245009)
Usually bump from 8.19.8 to 8.19.9
1 parent 17b9bc0 commit ac5fa74

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dashboarding"
1212
],
1313
"private": true,
14-
"version": "8.19.8",
14+
"version": "8.19.9",
1515
"branch": "8.19",
1616
"types": "./kibana.d.ts",
1717
"tsdocMetadata": "./build/tsdoc-metadata.json",
Binary file not shown.

src/core/server/integration_tests/saved_objects/migrations/kibana_migrator_archive_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
import { delay } from './test_utils';
2626
import { baselineTypes, getBaselineDocuments } from './kibana_migrator_test_kit.fixtures';
2727

28-
export const BASELINE_ELASTICSEARCH_VERSION = '8.19.8';
28+
export const BASELINE_ELASTICSEARCH_VERSION = '8.19.9';
2929
export const BASELINE_DOCUMENTS_PER_TYPE_1K = 200;
3030
export const BASELINE_DOCUMENTS_PER_TYPE_500K = 100_000;
3131
// we discard the second half with exclude on upgrade (firstHalf !== true)

x-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-pack",
3-
"version": "8.19.8",
3+
"version": "8.19.9",
44
"author": "Elastic",
55
"private": true,
66
"license": "Elastic-License",

0 commit comments

Comments
 (0)