mesosphere / universe

The Mesosphere Universe package repository.
http://mesosphere.github.io/universe
Apache License 2.0
304 stars 426 forks source link

Release kibana 3.2.0-7.9.3 (automated commit) #2606

Closed mesosphere-ci closed 3 years ago

mesosphere-ci commented 3 years ago

Release kibana 3.2.0-7.9.3 (automated commit)

Description: Source URL: https://infinity-artifacts.s3.amazonaws.com/permanent/kibana/assets/3.2.0-7.9.3/stub-universe-kibana.json

Changes between revisions 1200 => 1300: 0 files added: [] 0 files removed: [] 4 files changed:

--- 1200/config.json
+++ 1300/config.json
@@ -107,11 +107,6 @@
           "type": "integer",
           "default": 2048
         },
-        "xpack_enabled": {
-          "description": "[DEPRECATED] X-Pack is enabled by default on Kibana 6.3+. Changing this setting now has no effect.",
-          "type": "boolean",
-          "default": true
-        },
         "custom_kibana_yml": {
           "description": "Custom YAML to be appended to kibana.yml. This field must be base64 encoded.",
           "type": "string",
@@ -120,6 +115,11 @@
             "type": "application/x-yaml"
           },
           "default": ""
+        },
+        "xpack_enabled": {
+          "description": "[DEPRECATED in 2.5.0-6.3.2] X-Pack is enabled by default. Changing this setting has no effect.",
+          "type": "boolean",
+          "default": true
         }
       },
       "required": [
--- 1200/marathon.json.mustache
+++ 1300/marathon.json.mustache
@@ -38,7 +38,7 @@
     "DCOS_PACKAGE_FRAMEWORK_NAME": "{{service.name}}"
   },
   "env": {
-    "ELASTIC_VERSION": "6.8.1",
+    "ELASTIC_VERSION": "7.9.3",
     "FRAMEWORK_NAME": "{{service.name}}",
     "FRAMEWORK_USER": "{{service.user}}",
     "KIBANA_PLUGINS": "{{kibana.plugins}}",
--- 1200/package.json
+++ 1300/package.json
@@ -1,16 +1,16 @@
 {
   "packagingVersion": "4.0",
   "upgradesFrom": [
-    "2.7.0-6.8.1"
+    "3.1.2-7.6.0"
   ],
   "downgradesTo": [
-    "2.7.0-6.8.1"
+    "3.1.2-7.6.0"
   ],
-  "minDcosReleaseVersion": "1.9",
+  "minDcosReleaseVersion": "1.11",
   "name": "kibana",
-  "version": "2.7.0-6.8.2",
+  "version": "3.2.0-7.9.3",
   "maintainer": "support@mesosphere.io",
-  "description": "Kibana 6, and X-Pack",
+  "description": "Kibana 7, and X-Pack",
   "selected": true,
   "framework": true,
   "tags": [
@@ -19,9 +19,9 @@
     "kibana",
     "x-pack"
   ],
-  "preInstallNotes": "This DC/OS service is currently a beta candidate undergoing testing as part of a formal beta test program. There may be bugs, incomplete features, incorrect documentation, or other discrepancies.\n\nDefault configuration requires 1 agent node with: 0.5 CPU | 2048 MB MEM\n\nContact Mesosphere before deploying this beta candidate service. Product support is available to approved participants in the beta test program.",
+  "preInstallNotes": "Default configuration requires 1 agent node with: 0.5 CPU | 2048 MB MEM",
   "postInstallNotes": "The DC/OS Kibana service is being installed!\n\n\tDocumentation: https://docs.mesosphere.com/services/elastic/\n\tIssues: https://docs.mesosphere.com/support/",
-  "postUninstallNotes": "The DC/OS Kibana service is being uninstalled.\n\nFor DC/OS versions from 1.10 no further action is required. For older DC/OS versions follow the instructions at https://docs.mesosphere.com/services/elastic/uninstall to remove any persistent state if required.",
+  "postUninstallNotes": "The DC/OS Kibana service is being uninstalled.\n\nFor DC/OS versions from 1.11 no further action is required. For older DC/OS versions follow the instructions at https://docs.mesosphere.com/services/elastic/uninstall to remove any persistent state if required.",
   "licenses": [
     {
       "name": "Apache License Version 2.0",
@@ -32,5 +32,5 @@
       "url": "https://raw.githubusercontent.com/elastic/kibana/master/x-pack/README.md"
     }
   ],
-  "lastUpdated": 1591011992
+  "lastUpdated": 1605522610
 }--- 1200/resource.json
+++ 1300/resource.json
@@ -1,9 +1,9 @@
 {
   "assets": {
     "uris": {
-      "kibana-tar-gz": "https://downloads.mesosphere.com/elastic/assets/kibana-6.8.1-linux-x86_64.tar.gz",
-      "init-sh": "https://downloads.mesosphere.com/kibana/assets/2.7.0-6.8.2/init.sh",
-      "nginx-conf-tmpl": "https://downloads.mesosphere.com/kibana/assets/2.7.0-6.8.2/nginx.conf.tmpl"
+      "kibana-tar-gz": "https://downloads.mesosphere.com/elastic/assets/kibana-7.9.3-linux-x86_64.tar.gz",
+      "init-sh": "https://downloads.mesosphere.com/kibana/assets/3.2.0-7.9.3/init.sh",
+      "nginx-conf-tmpl": "https://downloads.mesosphere.com/kibana/assets/3.2.0-7.9.3/nginx.conf.tmpl"
     },
     "container": {
       "docker": {