mesosphere / universe

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

Release confluent-zookeeper 2.8.1-5.5.1 (automated commit) #2612

Closed mesosphere-ci closed 3 years ago

mesosphere-ci commented 3 years ago

Release confluent-zookeeper 2.8.1-5.5.1 (automated commit)

Description: Source URL: https://infinity-artifacts.s3.amazonaws.com/permanent/confluent-zookeeper/assets/2.8.1-5.5.1/stub-universe-confluent-zookeeper.json

Changes between revisions 700 => 800: 0 files added: [] 0 files removed: [] 4 files changed:

--- 700/config.json
+++ 800/config.json
@@ -345,12 +345,6 @@
               "default": "size=5",
               "description": "Options for volume driver(size in GiB)."
             },
-            "volume_path": {
-              "title": "Volume Path",
-              "description": "Path at which to produce the volume (relative to the Mesos Sandbox) within the container",
-              "type": "string",
-              "default": ""
-            },
             "driver_name": {
               "type": "string",
               "description": "External Volume storage provider to use.",
--- 700/marathon.json.mustache
+++ 800/marathon.json.mustache
@@ -22,9 +22,9 @@
   {{/service.service_account_secret}}
   "env": {
     "PACKAGE_NAME": "confluent-zookeeper",
-    "PACKAGE_VERSION": "2.8.0-5.5.1",
-    "PACKAGE_BUILD_TIME_EPOCH_MS": "1605213225383",
-    "PACKAGE_BUILD_TIME_STR": "Thu Nov 12 2020 20:33:45 +0000",
+    "PACKAGE_VERSION": "2.8.1-5.5.1",
+    "PACKAGE_BUILD_TIME_EPOCH_MS": "1606291196083",
+    "PACKAGE_BUILD_TIME_STR": "Wed Nov 25 2020 07:59:56 +0000",
     "MESOS_API_VERSION": "{{service.mesos_api_version}}",
     "FRAMEWORK_NAME": "{{service.name}}",
     "FRAMEWORK_USER": "{{service.user}}",
@@ -50,7 +50,6 @@
     {{#node.external_volume.enabled}}
     "NODE_EXTERNAL_VOLUME_PORTWORX_OPTIONS" : "{{node.external_volume.volume_driver_options}}",
     "NODE_EXTERNAL_VOLUME_NAME" : "{{node.external_volume.volume_name}}",
-    "NODE_EXTERNAL_VOLUME_PATH" : "{{node.external_volume.volume_path}}",
     "ZK_EXTERNAL_VOLUME_DRIVER": "{{node.external_volume.driver_name}}",
     {{/node.external_volume.enabled}}

--- 700/package.json
+++ 800/package.json
@@ -2,13 +2,15 @@
   "packagingVersion": "4.0",
   "minDcosReleaseVersion": "1.11",
   "upgradesFrom": [
-    "2.7.0-5.1.2e"
+    "2.7.0-5.1.2e",
+    "2.8.0-5.5.1"
   ],
   "downgradesTo": [
-    "2.7.0-5.1.2e"
+    "2.7.0-5.1.2e",
+    "2.8.0-5.5.1"
   ],
   "name": "confluent-zookeeper",
-  "version": "2.8.0-5.5.1",
+  "version": "2.8.1-5.5.1",
   "maintainer": "partner-support@confluent.io",
   "description": "Apache Zookeeper by Confluent\n\n\tDocumentation: https://docs.mesosphere.com/service-docs/confluent-zookeeper/",
   "selected": true,
@@ -29,5 +31,5 @@
       "url": "https://raw.githubusercontent.com/confluentinc/kafka/trunk/LICENSE"
     }
   ],
-  "lastUpdated": 1605213229
+  "lastUpdated": 1606291200
 }--- 700/resource.json
+++ 800/resource.json
@@ -8,10 +8,10 @@
     "uris": {
       "jre-tar-gz": "https://downloads.mesosphere.com/java/openjdk-jre-11.0.3.7-hotspot-linux-x64.tar.gz",
       "libmesos-bundle-tar-gz": "https://downloads.mesosphere.com/libmesos-bundle/libmesos-bundle-1.14-beta.tar.gz",
-      "scheduler-zip": "https://downloads.mesosphere.com/confluent-zookeeper/assets/2.8.0-5.5.1/confluent-zookeeper-scheduler.zip",
+      "scheduler-zip": "https://downloads.mesosphere.com/confluent-zookeeper/assets/2.8.1-5.5.1/confluent-zookeeper-scheduler.zip",
       "bootstrap-zip": "https://downloads.mesosphere.com/dcos-commons/artifacts/0.58.0/bootstrap.zip",
-      "metrics-zip": "https://downloads.mesosphere.com/confluent-zookeeper/assets/2.8.0-5.5.1/metrics.zip",
-      "setup-helper-zip": "https://downloads.mesosphere.com/confluent-zookeeper/assets/2.8.0-5.5.1/setup-helper.zip",
+      "metrics-zip": "https://downloads.mesosphere.com/confluent-zookeeper/assets/2.8.1-5.5.1/metrics.zip",
+      "setup-helper-zip": "https://downloads.mesosphere.com/confluent-zookeeper/assets/2.8.1-5.5.1/setup-helper.zip",
       "zookeeper-tar-gz": "https://packages.confluent.io/archive/5.5/confluent-5.5.1-2.12.tar.gz"
     }
   },