Skip to content

Commit

Permalink
chore(NA): bump version to 8.16.3 (elastic#204638)
Browse files Browse the repository at this point in the history
Usually bump from 8.16.2 to 8.16.3
  • Loading branch information
mistic authored Dec 18, 2024
1 parent 2699f17 commit 16401c0
Show file tree
Hide file tree
Showing 7 changed files with 503 additions and 503 deletions.
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.2",
"version": "8.16.3",
"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.2';
export const BASELINE_ELASTICSEARCH_VERSION = '8.16.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)
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.2",
"version": "8.16.3",
"author": "Elastic",
"private": true,
"license": "Elastic-License",
Expand Down

0 comments on commit 16401c0

Please sign in to comment.