Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(NA): bump version to 8.16.2 #201247

Merged
merged 3 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "8.16.1",
"version": "8.16.2",
"branch": "8.16",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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.1';
export const BASELINE_ELASTICSEARCH_VERSION = '8.16.2';
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)
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-pack",
"version": "8.16.1",
"version": "8.16.2",
"author": "Elastic",
"private": true,
"license": "Elastic-License",
Expand Down