[7.5] Bump version to 7.5.1 (#51990)

* chore(NA): bump branch 7.5 for branch 7.5.1

* chore(NA): custom snapshots for ES 7.5.1
This commit is contained in:
Tiago Costa 2019-12-02 20:10:11 +00:00 committed by GitHub
parent 1cc52b4605
commit 917d64fa13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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