Skip to content

Commit a520c65

Browse files
authored
[8.18] Update version to 8.18.7 (elastic#233368)
1 parent 6058645 commit a520c65

File tree

7 files changed

+503
-503
lines changed

7 files changed

+503
-503
lines changed

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.18.6",
14+
"version": "8.18.7",
1515
"branch": "8.18",
1616
"types": "./kibana.d.ts",
1717
"tsdocMetadata": "./build/tsdoc-metadata.json",
Binary file not shown.
Binary file not shown.

src/core/server/integration_tests/saved_objects/migrations/archives/8.18.6_baseline_500k_docs.zip renamed to src/core/server/integration_tests/saved_objects/migrations/archives/8.18.7_baseline_500k_docs.zip

49.9 MB
Binary file not shown.

src/core/server/integration_tests/saved_objects/migrations/group1/__snapshots__/v2_migration.test.ts.snap

Lines changed: 500 additions & 500 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.18.6';
28+
export const BASELINE_ELASTICSEARCH_VERSION = '8.18.7';
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.18.6",
3+
"version": "8.18.7",
44
"author": "Elastic",
55
"private": true,
66
"license": "Elastic-License",

0 commit comments

Comments
 (0)