[6.8] Bump version to 6.8.6 (#51196)

* chore(NA): bump 6.8 branch to version 6.8.6

* chore(NA): add es pinning

* chore(NA): add non expiring snapshot pinnign

* chore(NA): add non expiring snapshot pinning

* fix snapshot url
This commit is contained in:
Tiago Costa 2019-11-20 20:57:26 +00:00 committed by GitHub
parent d180b9c520
commit 5a7a6d4de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -11,7 +11,7 @@
"dashboarding" "dashboarding"
], ],
"private": true, "private": true,
"version": "6.8.5", "version": "6.8.6",
"branch": "6.8", "branch": "6.8",
"types": "./kibana.d.ts", "types": "./kibana.d.ts",
"build": { "build": {
@ -261,7 +261,7 @@
"webpack-merge": "4.1.4", "webpack-merge": "4.1.4",
"whatwg-fetch": "^3.0.0", "whatwg-fetch": "^3.0.0",
"wreck": "^14.0.2", "wreck": "^14.0.2",
"x-pack": "6.8.5", "x-pack": "6.8.6",
"yauzl": "2.7.0" "yauzl": "2.7.0"
}, },
"devDependencies": { "devDependencies": {

View file

@ -27,7 +27,8 @@ function getCustomSnapshotUrl() {
// force use of manually created snapshots until live ones are available // force use of manually created snapshots until live ones are available
if (!process.env.KBN_ES_SNAPSHOT_URL && !process.argv.some(isVersionFlag)) { if (!process.env.KBN_ES_SNAPSHOT_URL && !process.argv.some(isVersionFlag)) {
// return 'https://storage.googleapis.com/kibana-ci-tmp-artifacts/{name}-{version}-{os}-x86_64.{ext}'; // return 'https://storage.googleapis.com/kibana-ci-tmp-artifacts/{name}-{version}-{os}-x86_64.{ext}';
return undefined; // return undefined;
return 'https://storage.googleapis.com/kibana-ci-tmp-artifacts/{name}-{version}.{ext}';
} }
if (process.env.KBN_ES_SNAPSHOT_URL && process.env.KBN_ES_SNAPSHOT_URL !== 'false') { if (process.env.KBN_ES_SNAPSHOT_URL && process.env.KBN_ES_SNAPSHOT_URL !== 'false') {

View file

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