mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore(NA): bump version to 8.2.0 (#124409)
* chore(NA): bump version to 8.2.0 * test(NA): update thrown error message for v8.2.0 Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
4b573ee37c
commit
b7e366c483
15 changed files with 16 additions and 16 deletions
|
@ -11,7 +11,7 @@
|
|||
"dashboarding"
|
||||
],
|
||||
"private": true,
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"branch": "main",
|
||||
"types": "./kibana.d.ts",
|
||||
"tsdocMetadata": "./build/tsdoc-metadata.json",
|
||||
|
|
|
@ -191,7 +191,7 @@ describe('validates saved object types when a schema is provided', () => {
|
|||
{ migrationVersion: { foo: '7.16.0' } }
|
||||
);
|
||||
}).rejects.toThrowErrorMatchingInlineSnapshot(
|
||||
`"Migration function for version 8.1.0 threw an error"`
|
||||
`"Migration function for version 8.2.0 threw an error"`
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "x-pack",
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"author": "Elastic",
|
||||
"private": true,
|
||||
"license": "Elastic-License",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "fileUpload",
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"kibanaVersion": "kibana",
|
||||
"server": true,
|
||||
"ui": true,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"name": "Kibana Core",
|
||||
"githubTeam": "kibana-core"
|
||||
},
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"kibanaVersion": "kibana",
|
||||
"server": false,
|
||||
"ui": true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "graph",
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"kibanaVersion": "kibana",
|
||||
"server": true,
|
||||
"ui": true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "grokdebugger",
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"kibanaVersion": "kibana",
|
||||
"owner": {
|
||||
"name": "Stack Management",
|
||||
|
|
|
@ -22,4 +22,4 @@ export const PLUGIN = {
|
|||
// "PluginInitializerContext.env.packageInfo.version". In some cases it is not possible
|
||||
// to dynamically inject that version without a huge refactor on the code base.
|
||||
// We will then keep this single constant to declare on which major branch we are.
|
||||
export const MAJOR_VERSION = '8.1.0';
|
||||
export const MAJOR_VERSION = '8.2.0';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "ingestPipelines",
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"server": true,
|
||||
"ui": true,
|
||||
"owner": {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"model_memory_limit": "50mb",
|
||||
"create_time": 1568974998023,
|
||||
"version": "8.1.0"
|
||||
"version": "8.2.0"
|
||||
},
|
||||
"id": "fq_outlier_1222",
|
||||
"checkpointing": {},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "painlessLab",
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"kibanaVersion": "kibana",
|
||||
"owner": {
|
||||
"name": "Stack Management",
|
||||
|
|
|
@ -20,7 +20,7 @@ export const PLUGIN = {
|
|||
},
|
||||
};
|
||||
|
||||
export const MAJOR_VERSION = '8.1.0';
|
||||
export const MAJOR_VERSION = '8.2.0';
|
||||
|
||||
export const API_BASE_PATH = '/api/remote_clusters';
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"githubTeam": "kibana-alerting-services"
|
||||
},
|
||||
"server": true,
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"kibanaVersion": "kibana",
|
||||
"requiredPlugins": [
|
||||
"alerting",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "taskManager",
|
||||
"server": true,
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.0",
|
||||
"owner": {
|
||||
"name": "Kibana Alerting",
|
||||
"githubTeam": "kibana-alerting-services"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"mappings": {
|
||||
"_meta": {
|
||||
"beat": "heartbeat",
|
||||
"version": "8.1.0"
|
||||
"version": "8.2.0"
|
||||
},
|
||||
"date_detection": false,
|
||||
"dynamic_templates": [
|
||||
|
@ -7759,4 +7759,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue