mesosphere / universe

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

Release kubernetes 2.5.1-1.16.9 (automated commit) #2626

Closed mesosphere-ci closed 2 years ago

mesosphere-ci commented 2 years ago

Release kubernetes 2.5.1-1.16.9 (automated commit)

Description: Release Kubernetes v2.5.1-1.16.9 with Log4J CVE fixes.

Source URL: https://infinity-artifacts.s3.amazonaws.com/permanent/kubernetes/assets/2.5.1-1.16.9/stub-universe-kubernetes.json

Changes between revisions 3600 => 32100: 0 files added: [] 0 files removed: [] 4 files changed:

--- 3600/config.json
+++ 32100/config.json
@@ -15,19 +15,6 @@
           "description": "Name of the Secret Store credentials to use for DC/OS service authentication. This should be left empty unless service authentication is needed.",
           "type": "string",
           "default": ""
-        },
-        "constraints": {
-          "type": "array",
-          "items": {
-            "type": "array",
-            "items": [
-              {
-                "type": "string"
-              }
-            ]
-          },
-          "description": "Placement constraints for the Kubernetes Manager scheduler.",
-          "default": []
         }
       }
     },
--- 3600/marathon.json.mustache
+++ 32100/marathon.json.mustache
@@ -4,8 +4,7 @@
   "mem": 1024,
   "instances": 1,
   "user": "nobody",
-  "cmd": "export LD_LIBRARY_PATH=$MESOS_SANDBOX/libmesos-bundle/lib:$LD_LIBRARY_PATH; export MESOS_NATIVE_JAVA_LIBRARY=$(ls $MESOS_SANDBOX/libmesos-bundle/lib/libmesos-*.so); export JAVA_HOME=$(ls -d $MESOS_SANDBOX/jdk-*-jre/); export JAVA_HOME=${JAVA_HOME%/}; export PATH=$(ls -d $JAVA_HOME/bin):$PATH && export JAVA_OPTS=\"-Xms256M -Xmx512M -XX:-HeapDumpOnOutOfMemoryError\" && ./bootstrap -resolve=false -template=false && ./kubernetes-scheduler/bin/kubernetes",
-  "constraints": {{service.constraints}},
+  "cmd": "export LD_LIBRARY_PATH=$MESOS_SANDBOX/libmesos-bundle/lib:$LD_LIBRARY_PATH; export MESOS_NATIVE_JAVA_LIBRARY=$(ls $MESOS_SANDBOX/libmesos-bundle/lib/libmesos-*.so); export JAVA_HOME=$(ls -d $MESOS_SANDBOX/jdk*/jre/); export JAVA_HOME=${JAVA_HOME%/}; export PATH=$(ls -d $JAVA_HOME/bin):$PATH && export JAVA_OPTS=\"-Xms256M -Xmx512M -XX:-HeapDumpOnOutOfMemoryError\" && ./bootstrap -resolve=false -template=false && ./kubernetes-scheduler/bin/kubernetes",
   {{#service.service_account_secret}}
   "secrets": {
     "serviceCredential": {
@@ -24,8 +23,8 @@
   },
   "env": {
     "PACKAGE_NAME": "kubernetes",
-    "PACKAGE_VERSION": "2.8.0-1.19.2",
-    "PACKAGE_BUILD_TIME_EPOCH_MS": "1600860897722",
+    "PACKAGE_VERSION": "2.5.1-1.16.9",
+    "PACKAGE_BUILD_TIME_EPOCH_MS": "1640218835083",
     "FRAMEWORK_NAME": "kubernetes",
     "FRAMEWORK_PRINCIPAL": "{{service.service_account}}",
     "FRAMEWORK_USER": "nobody",
@@ -38,16 +37,16 @@
     "MESOS_HTTP_AUTHENTICATEE": "com_mesosphere_dcos_http_Authenticatee",
     {{/service.service_account_secret}}

-    "COSMOS_ADAPTER_URI": "{{resource.assets.uris.mke_cosmos_adapter}}",
+    "COSMOS_ADAPTER_URI": "{{resource.assets.uris.mke-cosmos-adapter}}",
     "COSMOS_ADAPTER_MEM": "{{mesosphere_kubernetes_engine.resources.mem}}",
     "COSMOS_ADAPTER_CPUS": "{{mesosphere_kubernetes_engine.resources.cpus}}",
     "COSMOS_ADAPTER_VERBOSE": "{{mesosphere_kubernetes_engine.verbose}}"
   },
   "uris": [
-    "{{resource.assets.uris.jre_tar_gz}}",
-    "{{resource.assets.uris.scheduler_zip}}",
-    "{{resource.assets.uris.libmesos_bundle_tar_gz}}",
-    "{{resource.assets.uris.bootstrap_zip}}"
+    "{{resource.assets.uris.jre-tar-gz}}",
+    "{{resource.assets.uris.scheduler-zip}}",
+    "{{resource.assets.uris.libmesos-bundle-tar-gz}}",
+    "{{resource.assets.uris.bootstrap-zip}}"
   ],
   "upgradeStrategy":{
     "minimumHealthCapacity": 0,
--- 3600/package.json
+++ 32100/package.json
@@ -5,7 +5,7 @@
   ],
   "minDcosReleaseVersion": "1.12",
   "name": "kubernetes",
-  "version": "2.8.0-1.19.2",
+  "version": "2.5.1-1.16.9",
   "maintainer": "support@mesosphere.io",
   "description": "Mesosphere Kubernetes Engine",
   "selected": true,
@@ -25,6 +25,5 @@
       "name": "Proprietary",
       "url": "https://mesosphere.com/mesosphere-enterprise-terms/"
     }
-  ],
-  "lastUpdated": 1600860898
+  ]
 }--- 3600/resource.json
+++ 32100/resource.json
@@ -1,11 +1,11 @@
 {
   "assets": {
     "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",
-      "bootstrap_zip": "https://downloads.mesosphere.com/dcos-commons/artifacts/0.57.3/bootstrap.zip",
-      "scheduler_zip": "https://downloads.mesosphere.com/kubernetes/assets/2.8.0-1.19.2/kubernetes-scheduler.zip",
-      "mke_cosmos_adapter": "https://downloads.mesosphere.com/kubernetes/assets/2.8.0-1.19.2/mke-cosmos-adapter"
+      "jre-tar-gz": "https://downloads.mesosphere.com/java/server-jre-8u192-linux-x64.tar.gz",
+      "libmesos-bundle-tar-gz": "https://downloads.mesosphere.com/libmesos-bundle/libmesos-bundle-1.12.0.tar.gz",
+      "bootstrap-zip": "https://downloads.mesosphere.com/dcos-commons/artifacts/0.56.0.patch1/bootstrap.zip",
+      "scheduler-zip": "https://downloads.mesosphere.com/kubernetes/assets/2.5.1-1.16.9/kubernetes-scheduler.zip",
+      "mke-cosmos-adapter": "https://downloads.mesosphere.com/kubernetes/assets/2.5.1-1.16.9/mke-cosmos-adapter"
     }
   },
   "images": {
@@ -20,11 +20,11 @@
           "contentHash": [
             {
               "algo": "sha256",
-              "value": "d6f30165721c21ad52cb7fc2457f3ee869ea907131d6ae660a4d9dae83d2f17b"
+              "value": "65f954339b6f3fa19ed2065eb662e098fe6425b864c2241c9df1adf48226e717"
             }
           ],
           "kind": "zip",
-          "url": "https://downloads.mesosphere.com/kubernetes/assets/2.8.0-1.19.2/dcos-kubernetes-cli-darwin.zip"
+          "url": "https://downloads.mesosphere.com/kubernetes/assets/2.5.1-1.16.9/dcos-kubernetes-cli-darwin.zip"
         }
       },
       "linux": {
@@ -32,11 +32,11 @@
           "contentHash": [
             {
               "algo": "sha256",
-              "value": "3c65f5fff137ef494d40c1d779239121b2525980e1c08a3c6eab416e0b215a83"
+              "value": "ab0df2b823a46d48bf36e4e2b2e304378898828e490a6bc22b555914b7cb7a1a"
             }
           ],
           "kind": "zip",
-          "url": "https://downloads.mesosphere.com/kubernetes/assets/2.8.0-1.19.2/dcos-kubernetes-cli-linux.zip"
+          "url": "https://downloads.mesosphere.com/kubernetes/assets/2.5.1-1.16.9/dcos-kubernetes-cli-linux.zip"
         }
       },
       "windows": {
@@ -44,11 +44,11 @@
           "contentHash": [
             {
               "algo": "sha256",
-              "value": "5889d3d0235f14868ec1b04f2359bd8a4a9c6a87e2ca74ca9a89a9d2456bb45f"
+              "value": "a0e0491fedc99ddbe1c19cf0d36f250f0ed00326dbf71cf3aaeb028fba8bba2a"
             }
           ],
           "kind": "zip",
-          "url": "https://downloads.mesosphere.com/kubernetes/assets/2.8.0-1.19.2/dcos-kubernetes-cli-windows.zip"
+          "url": "https://downloads.mesosphere.com/kubernetes/assets/2.5.1-1.16.9/dcos-kubernetes-cli-windows.zip"
         }
       }
     }
kaiwalyajoshi commented 2 years ago

Typo in revision, is 32100 should be 3210 closing this PR and creating another one.