Bump to 7.3.0 (#36923)

* Bump to 7.3.0
* Skips OOID tests

rp.client_secret is now required to be in the keystore. These tests need to be skipped
until we can facilitate a means for the functional test runner to store settings
securely.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2019-05-22 20:32:16 -07:00 committed by GitHub
parent 3518702a0e
commit 2e1655a5e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{
"upstream": "elastic/kibana",
"branches": [{ "name": "7.x", "checked": true }, "7.0", "6.7", "6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"],
"branches": [{ "name": "7.x", "checked": true }, "7.2", "6.8"],
"labels": ["backport"]
}

View file

@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "7.2.0",
"version": "7.3.0",
"branch": "7.x",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",

View file

@ -88,7 +88,7 @@ function checkout_sibling {
}
checkout_sibling "elasticsearch" "${PARENT_DIR}/elasticsearch" "USE_EXISTING_ES"
export TEST_ES_FROM=${TEST_ES_FROM:-snapshot}
export TEST_ES_FROM=source
# Set the JAVA_HOME based on the Java property file in the ES repo
# This assumes the naming convention used on CI (ex: ~/.java/java10)

View file

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

View file

@ -14,7 +14,7 @@ require('@kbn/test').runTestsCli([
require.resolve('../test/plugin_api_integration/config.js'),
require.resolve('../test/saml_api_integration/config.js'),
require.resolve('../test/token_api_integration/config.js'),
require.resolve('../test/oidc_api_integration/config.js'),
// require.resolve('../test/oidc_api_integration/config.js'),
require.resolve('../test/spaces_api_integration/spaces_only/config'),
require.resolve('../test/spaces_api_integration/security_and_spaces/config_trial'),
require.resolve('../test/spaces_api_integration/security_and_spaces/config_basic'),