From 4012f9d20646f002e4cd9bd974e940ccdd45acad Mon Sep 17 00:00:00 2001 From: CesarIn Date: Thu, 26 Jul 2018 11:57:58 -0400 Subject: [PATCH 01/13] Support kibana version 6.2.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e32a747..492faf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ dist: trusty env: - ELASTIC_VERSION="5.6.0" -- ELASTIC_VERSION="5.6.4" DEPLOY="true" +- ELASTIC_VERSION="6.2.4" DEPLOY="true" From 60bfbf1696ae85365ebc3a4feb66ecd978ad4ee5 Mon Sep 17 00:00:00 2001 From: CesarIn Date: Thu, 26 Jul 2018 11:58:21 -0400 Subject: [PATCH 02/13] 0.2.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee2ff7e..c108db8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathlion", - "version": "0.2.11", + "version": "0.2.12", "kibanas": [ "5.0.0-beta1", "5.0.0", From ef8d23b6da454a85ac33c658c74ffcf4ac6cfd90 Mon Sep 17 00:00:00 2001 From: CesarIn Date: Thu, 26 Jul 2018 11:59:32 -0400 Subject: [PATCH 03/13] Added version support 6.2.4 on package->Kibanas --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c108db8..d601975 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "5.4.3", "5.5.0", "5.6.0", - "5.6.4" + "5.6.4", + "6.2.4" ], "repository": { "type": "git", From daee224e68635a0fc5cc2acbd41635e31cc936dc Mon Sep 17 00:00:00 2001 From: CesarIn Date: Thu, 26 Jul 2018 11:59:40 -0400 Subject: [PATCH 04/13] 0.2.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d601975..c87288b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathlion", - "version": "0.2.12", + "version": "0.2.13", "kibanas": [ "5.0.0-beta1", "5.0.0", From 9b77c2b65272a46065705a54ea32d7a31b99290b Mon Sep 17 00:00:00 2001 From: CesarIn Date: Thu, 26 Jul 2018 12:18:53 -0400 Subject: [PATCH 05/13] 0.2.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c87288b..ba9b0a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathlion", - "version": "0.2.13", + "version": "0.2.14", "kibanas": [ "5.0.0-beta1", "5.0.0", From feed571b4048ebd18f6af2600cedd2168a9749c9 Mon Sep 17 00:00:00 2001 From: CesarIn Date: Thu, 26 Jul 2018 13:21:31 -0400 Subject: [PATCH 06/13] limiting PR to kibana-ES-6.2.4 --- .travis.yml | 1 - package.json | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 492faf2..ff991bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ sudo: required dist: trusty env: -- ELASTIC_VERSION="5.6.0" - ELASTIC_VERSION="6.2.4" DEPLOY="true" diff --git a/package.json b/package.json index ba9b0a2..ecf1e80 100644 --- a/package.json +++ b/package.json @@ -2,20 +2,6 @@ "name": "mathlion", "version": "0.2.14", "kibanas": [ - "5.0.0-beta1", - "5.0.0", - "5.0.1", - "5.0.2", - "5.1.1", - "5.1.2", - "5.2.0", - "5.2.1", - "5.2.2", - "5.3.0", - "5.4.3", - "5.5.0", - "5.6.0", - "5.6.4", "6.2.4" ], "repository": { From f71bf367d0a11a46facfb2f76daacf48a092c3cf Mon Sep 17 00:00:00 2001 From: CesarIn Date: Thu, 26 Jul 2018 13:22:05 -0400 Subject: [PATCH 07/13] 0.2.15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecf1e80..1e994e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathlion", - "version": "0.2.14", + "version": "0.2.15", "kibanas": [ "6.2.4" ], From f0f4bd9964bf0074acdfb3d7abc69f8fcf705479 Mon Sep 17 00:00:00 2001 From: CesarIn Date: Mon, 20 Aug 2018 16:25:45 -0300 Subject: [PATCH 08/13] 0.2.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e994e0..4ef1afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathlion", - "version": "0.2.15", + "version": "0.2.16", "kibanas": [ "6.2.4" ], From b6ca3baf450efdd2b9452c592cacfbbb28df9e61 Mon Sep 17 00:00:00 2001 From: CesarIn Date: Mon, 20 Aug 2018 16:27:25 -0300 Subject: [PATCH 09/13] Test values --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ef1afe..7a532a5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mathlion", "version": "0.2.16", "kibanas": [ - "6.2.4" + "6.2.4", ], "repository": { "type": "git", From f9d0a4ac131cf6190f859efb0d8d7a3bf90e7121 Mon Sep 17 00:00:00 2001 From: CesarIn Date: Mon, 20 Aug 2018 16:28:53 -0300 Subject: [PATCH 10/13] Fixing colon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a532a5..4ef1afe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mathlion", "version": "0.2.16", "kibanas": [ - "6.2.4", + "6.2.4" ], "repository": { "type": "git", From 340dba4c21a25c7ef15874af2bff146cb6b02628 Mon Sep 17 00:00:00 2001 From: CesarIn Date: Mon, 20 Aug 2018 16:28:59 -0300 Subject: [PATCH 11/13] 0.2.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ef1afe..b2965c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathlion", - "version": "0.2.16", + "version": "0.2.17", "kibanas": [ "6.2.4" ], From 18fd9de9c9e6e72090ad2bcbd843e634ba8b87a2 Mon Sep 17 00:00:00 2001 From: CesarIn Date: Mon, 20 Aug 2018 16:30:56 -0300 Subject: [PATCH 12/13] adding a space for testing pursoses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f43f237..c56b593 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Copy the last installation url for your version of Kibana from [the repository r Remember that starting from Kibana 5.0 you always need an update version of every plugin for it to start as indicated [here](https://siren.solutions/in-kibana-5-all-your-plugins-will-break-at-each-and-every-update/). + ```sh #Kibana >= 5.x From aeba91a5df0ba9ec4e958dc4550e67a5564dd6f0 Mon Sep 17 00:00:00 2001 From: CesarIn Date: Mon, 20 Aug 2018 16:31:12 -0300 Subject: [PATCH 13/13] 0.2.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2965c7..d63dbf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathlion", - "version": "0.2.17", + "version": "0.2.18", "kibanas": [ "6.2.4" ],