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

Update Traefik to 1.5.3 #1720

Merged
merged 1 commit into from
Mar 10, 2018
Merged

Update Traefik to 1.5.3 #1720

merged 1 commit into from
Mar 10, 2018

Conversation

deric
Copy link
Contributor

@deric deric commented Mar 1, 2018

Traefik 1.5.x brings many changes, notably:

We're still waiting for full Marathon 1.5 API support.

index 642ddf51..1a9dbadf 100644
--- a/repo/packages/T/traefik/0/marathon.json.mustache
+++ b/repo/packages/T/traefik/1/marathon.json.mustache
@@ -62,7 +62,7 @@
   "labels": {
     "DCOS_SERVICE_NAME": "{{service.name}}",
     "DCOS_SERVICE_SCHEME": "http",
-    "DCOS_PACKAGE_VERSION": "1.0.0-1.4.4",
+    "DCOS_PACKAGE_VERSION": "{{package.version}}",
     {{#traefik.admin-enable}}
     "DCOS_SERVICE_PORT_INDEX": "1",
     {{/traefik.admin-enable}}
diff --git a/repo/packages/T/traefik/0/package.json b/repo/packages/T/traefik/1/package.json
index b0df074d..d8d5310f 100644
--- a/repo/packages/T/traefik/0/package.json
+++ b/repo/packages/T/traefik/1/package.json
@@ -1,7 +1,7 @@
 {
   "packagingVersion": "4.0",
   "name": "traefik",
-  "version": "1.0.0-1.4.4",
+  "version": "1.0.1-1.5.3",
   "minDcosReleaseVersion": "1.9",
   "scm": "https://github.com/containous/traefik",
   "description": "Traefik is a modern HTTP reverse proxy and load balancer written in go. It supports several backends (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS, and a lot more) to manage its configuration automatically and dynamically. \n\nSee https://docs.traefik.io for more information.",
diff --git a/repo/packages/T/traefik/0/resource.json b/repo/packages/T/traefik/1/resource.json
index 923d99b8..c27dc8a0 100644
--- a/repo/packages/T/traefik/0/resource.json
+++ b/repo/packages/T/traefik/1/resource.json
@@ -1,8 +1,8 @@
 {
   "assets": {
     "uris": {
-      "traefik-bin": "https://github.com/containous/traefik/releases/download/v1.4.4/traefik_linux-amd64",
-      "bootstrap-sh": "https://raw.githubusercontent.com/deric/dcos-traefik/master/bootstrap.sh"
+      "traefik-bin": "https://github.com/containous/traefik/releases/download/v1.5.3/traefik_linux-amd64",
+      "bootstrap-sh": "https://raw.githubusercontent.com/deric/dcos-traefik/v1.0.0/bootstrap.sh"
     }
   },
   "images": {

@ryadav88 ryadav88 merged commit 0a7419a into mesosphere:version-3.x Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants