Skip to content

Commit ccc46ae

Browse files
authored
chore(NA): bump version to 9.0.1 (elastic#218309)
Usually bump from 9.0.0 to 9.0.1
1 parent 57d0fc8 commit ccc46ae

File tree

8 files changed

+504
-504
lines changed

8 files changed

+504
-504
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": "9.0.0",
14+
"version": "9.0.1",
1515
"branch": "9.0",
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/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 = '9.0.0';
28+
export const BASELINE_ELASTICSEARCH_VERSION = '9.0.1';
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": "9.0.0",
3+
"version": "9.0.1",
44
"author": "Elastic",
55
"private": true,
66
"license": "Elastic-License",

x-pack/solutions/search/plugins/enterprise_search/common/__mocks__/initial_app_data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
export const DEFAULT_INITIAL_APP_DATA = {
9-
kibanaVersion: '9.0.0',
9+
kibanaVersion: '9.0.1',
1010
features: {
1111
hasConnectors: true,
1212
hasDefaultIngestPipeline: true,

0 commit comments

Comments
 (0)