mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
bump to 7.4.2
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
d2a2b0fec1
commit
ec7127852e
3 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
"dashboarding"
|
||||
],
|
||||
"private": true,
|
||||
"version": "7.4.1",
|
||||
"version": "7.4.2",
|
||||
"branch": "7.4",
|
||||
"types": "./kibana.d.ts",
|
||||
"tsdocMetadata": "./build/tsdoc-metadata.json",
|
||||
|
|
|
@ -26,6 +26,7 @@ function isVersionFlag(a) {
|
|||
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://snapshots.elastic.co/7.4.1-44648dfb/downloads/elasticsearch/elasticsearch-7.4.1-SNAPSHOT-{os}-x86_64.{ext}';
|
||||
// return 'https://storage.googleapis.com/kibana-ci-tmp-artifacts/{name}-{version}-{os}-x86_64.{ext}';
|
||||
return undefined;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "x-pack",
|
||||
"version": "7.4.1",
|
||||
"version": "7.4.2",
|
||||
"author": "Elastic",
|
||||
"private": true,
|
||||
"license": "Elastic-License",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue