mesosphere / universe

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

Release edgelb 1.7.0 (automated commit) #2592

Closed mesosphere-ci closed 3 years ago

mesosphere-ci commented 3 years ago

Release edgelb 1.7.0 (automated commit)

Description: Source URL: https://downloads.mesosphere.com/edgelb/v1.7.0/assets/stub-universe-edgelb.json

Changes between revisions 100 => 200: 0 files added: [] 0 files removed: [] 4 files changed:

--- 100/config.json
+++ 200/config.json
@@ -73,6 +73,18 @@
           "description": "Mesos protocol. Should be http for insecure mode.",
           "type": "string",
           "default": "https"
+        },
+        "mesosRateLimit": {
+          "title": "Mesos Rate Limit Interval",
+          "description": "The interval to limit mesos updates causing template rendering. Expressed as a `Duration` and parsed by `time.ParseDuration`.",
+          "type": "string",
+          "default": "1s"
+        },
+        "mesosRateBurst": {
+          "title": "Mesos Rate Limit Burst",
+          "description": "The burst to limit mesos updates causing template rendering. Used as the `b` paramater to `rate.NewLimiter`. Should be left at 1.",
+          "type": "integer",
+          "default": 1
         },
         "secretName": {
           "title": "Credential secret name (optional)",
--- 100/marathon.json.mustache
+++ 200/marathon.json.mustache
@@ -34,6 +34,8 @@
     "MESOS_ADDR": "{{service.mesosAddress}}",
     "MESOS_PROT": "{{service.mesosProtocol}}",
     "MESOS_AUTHNZ": "{{service.mesosAuthNZ}}",
+    "MESOS_RATE_LIMIT": "{{service.mesosRateLimit}}",
+    "MESOS_RATE_BURST": "{{service.mesosRateBurst}}",
     "METRICS_PREFIX": "{{service.metricsPrefix}}",
     "APIS_ZK": "{{service.zkHosts}}",
     "APIS_ZK_TIMEOUT": "{{service.zkTimeout}}",
--- 100/package.json
+++ 200/package.json
@@ -2,7 +2,7 @@
   "packagingVersion": "3.0",
   "minDcosReleaseVersion": "1.10",
   "name": "edgelb",
-  "version": "v1.6.1",
+  "version": "1.7.0",
   "maintainer": "support@mesosphere.io",
   "description": "EdgeLB on DC/OS",
   "selected": true,
@@ -12,5 +12,5 @@
   ],
   "postInstallNotes": "DC/OS edgelb is being installed!\n\n",
   "postUninstallNotes": "DC/OS edgelb has been uninstalled.",
-  "lastUpdated": 1593190973
+  "lastUpdated": 1602917174
 }--- 100/resource.json
+++ 200/resource.json
@@ -2,14 +2,14 @@
   "assets": {
     "container": {
       "docker": {
-        "image": "mesosphere/dapis:v1.6.1"
+        "image": "mesosphere/dapis:v1.7.0"
       }
     }
   },
   "images": {
-    "icon-small": "https://github.com/dcos/dcos-ui/blob/master/plugins/services/src/img/icon-service-default-small.png?raw=true",
-    "icon-medium": "https://github.com/dcos/dcos-ui/blob/master/plugins/services/src/img/icon-service-default-medium.png?raw=true",
-    "icon-large": "https://github.com/dcos/dcos-ui/blob/master/plugins/services/src/img/icon-service-default-large.png?raw=true"
+    "icon-small": "https://downloads.mesosphere.com/assets/universe/000/edgelb-icon-small.png",
+    "icon-medium": "https://downloads.mesosphere.com/assets/universe/000/edgelb-icon-medium.png",
+    "icon-large": "https://downloads.mesosphere.com/assets/universe/000/edgelb-icon-large.png"
   },
   "cli": {
     "binaries": {
@@ -18,11 +18,11 @@
           "contentHash": [
             {
               "algo": "sha256",
-              "value": "592ecf0081d327319034bb5726c273e82131338f3197782557b7c8bcbef9f049"
+              "value": "c606df848bfe9b70fb85b20d329705dc44f587c9367afbab443ec538d1f16361"
             }
           ],
           "kind": "executable",
-          "url": "https://downloads.mesosphere.com/edgelb/assets/v1.6.1/dcos-edgelb-darwin"
+          "url": "https://downloads.mesosphere.com/edgelb/assets/1.7.0/dcos-edgelb-darwin"
         }
       },
       "linux": {
@@ -30,11 +30,11 @@
           "contentHash": [
             {
               "algo": "sha256",
-              "value": "cd40c5beba3e0fc51cf4fdbea342a39a98d70dfad5093ac011315724df4f2665"
+              "value": "aa5482d37e0d9a951c90357c4335beda74839b39963751dbe07b28f89449ce06"
             }
           ],
           "kind": "executable",
-          "url": "https://downloads.mesosphere.com/edgelb/assets/v1.6.1/dcos-edgelb-linux"
+          "url": "https://downloads.mesosphere.com/edgelb/assets/1.7.0/dcos-edgelb-linux"
         }
       },
       "windows": {
@@ -42,11 +42,11 @@
           "contentHash": [
             {
               "algo": "sha256",
-              "value": "2294b6096ab43c44096fc2d034481ba82f3f7c8a37aea5acd7c5e4a7188cbd9c"
+              "value": "286468c97284986f03c7e19c8443200642374bf5e9c772faf496b857492fab1a"
             }
           ],
           "kind": "executable",
-          "url": "https://downloads.mesosphere.com/edgelb/assets/v1.6.1/dcos-edgelb.exe"
+          "url": "https://downloads.mesosphere.com/edgelb/assets/1.7.0/dcos-edgelb.exe"
         }
       }
     }