chore(NA): bump version to 8.3.0 (#128893)

* chore(NA): bump version to 8.3.0

* chore(NA): update ingest pipeline version

* chore(NA): update ingest pipeline version

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Tiago Costa 2022-03-31 01:06:26 +01:00 committed by GitHub
parent f6b3928489
commit 1823ff7b6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 5 deletions

View file

@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "8.2.0",
"version": "8.3.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.2.0 threw an error"`
`"Migration function for version 8.3.0 threw an error"`
);
});

View file

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

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.2.0';
export const MAJOR_VERSION = '8.3.0';

View file

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

View file

@ -20,7 +20,7 @@ export const PLUGIN = {
},
};
export const MAJOR_VERSION = '8.2.0';
export const MAJOR_VERSION = '8.3.0';
export const API_BASE_PATH = '/api/remote_clusters';