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:
Tiago Costa 2022-02-02 23:21:59 +00:00 committed by GitHub
parent 4b573ee37c
commit b7e366c483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 16 additions and 16 deletions

View file

@ -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",

View file

@ -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"`
);
});

View file

@ -1,6 +1,6 @@
{
"name": "x-pack",
"version": "8.1.0",
"version": "8.2.0",
"author": "Elastic",
"private": true,
"license": "Elastic-License",

View file

@ -1,6 +1,6 @@
{
"id": "fileUpload",
"version": "8.1.0",
"version": "8.2.0",
"kibanaVersion": "kibana",
"server": true,
"ui": true,

View file

@ -4,7 +4,7 @@
"name": "Kibana Core",
"githubTeam": "kibana-core"
},
"version": "8.1.0",
"version": "8.2.0",
"kibanaVersion": "kibana",
"server": false,
"ui": true,

View file

@ -1,6 +1,6 @@
{
"id": "graph",
"version": "8.1.0",
"version": "8.2.0",
"kibanaVersion": "kibana",
"server": true,
"ui": true,

View file

@ -1,6 +1,6 @@
{
"id": "grokdebugger",
"version": "8.1.0",
"version": "8.2.0",
"kibanaVersion": "kibana",
"owner": {
"name": "Stack Management",

View file

@ -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';

View file

@ -1,6 +1,6 @@
{
"id": "ingestPipelines",
"version": "8.1.0",
"version": "8.2.0",
"server": true,
"ui": true,
"owner": {

View file

@ -22,7 +22,7 @@
},
"model_memory_limit": "50mb",
"create_time": 1568974998023,
"version": "8.1.0"
"version": "8.2.0"
},
"id": "fq_outlier_1222",
"checkpointing": {},

View file

@ -1,6 +1,6 @@
{
"id": "painlessLab",
"version": "8.1.0",
"version": "8.2.0",
"kibanaVersion": "kibana",
"owner": {
"name": "Stack Management",

View file

@ -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';

View file

@ -5,7 +5,7 @@
"githubTeam": "kibana-alerting-services"
},
"server": true,
"version": "8.1.0",
"version": "8.2.0",
"kibanaVersion": "kibana",
"requiredPlugins": [
"alerting",

View file

@ -1,7 +1,7 @@
{
"id": "taskManager",
"server": true,
"version": "8.1.0",
"version": "8.2.0",
"owner": {
"name": "Kibana Alerting",
"githubTeam": "kibana-alerting-services"

View file

@ -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 @@
}
}
}
}
}