mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Bump version to 7.4.3 (#49863)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
59b545e5f1
commit
46aa04b8e8
3 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
"dashboarding"
|
||||
],
|
||||
"private": true,
|
||||
"version": "7.4.2",
|
||||
"version": "7.4.3",
|
||||
"branch": "7.4",
|
||||
"types": "./kibana.d.ts",
|
||||
"tsdocMetadata": "./build/tsdoc-metadata.json",
|
||||
|
|
|
@ -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://snapshots.elastic.co/7.4.2-ed37130b/downloads/elasticsearch/elasticsearch-7.4.2-SNAPSHOT-{os}-x86_64.{ext}';
|
||||
}
|
||||
|
||||
if (process.env.KBN_ES_SNAPSHOT_URL && process.env.KBN_ES_SNAPSHOT_URL !== 'false') {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "x-pack",
|
||||
"version": "7.4.2",
|
||||
"version": "7.4.3",
|
||||
"author": "Elastic",
|
||||
"private": true,
|
||||
"license": "Elastic-License",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue