Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

mesosphere-ci
Copy link
Collaborator

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"
     }
   },

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"
     }
   },
```
@kaiwalyajoshi kaiwalyajoshi merged commit 943b806 into version-3.x Nov 25, 2020
@kaiwalyajoshi kaiwalyajoshi deleted the automated/release_confluent-zookeeper_2.8.1-5.5.1_szrI+w branch November 25, 2020 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants