From 562c08f3dee07be3dc26ef7cb7f99f0910342123 Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Wed, 1 Feb 2017 16:06:20 +0000 Subject: [PATCH] Bump Weave Scope to version 1.1.0 --- templates/weavescope/0/docker-compose.yml | 4 ++-- templates/weavescope/0/rancher-compose.yml | 2 +- templates/weavescope/config.yml | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/weavescope/0/docker-compose.yml b/templates/weavescope/0/docker-compose.yml index 6e69264..78d9db1 100644 --- a/templates/weavescope/0/docker-compose.yml +++ b/templates/weavescope/0/docker-compose.yml @@ -1,5 +1,5 @@ weavescope-probe: - image: weaveworks/scope:1.0.0 + image: weaveworks/scope:1.1.0 privileged: true net: host pid: host @@ -17,7 +17,7 @@ weavescope-probe: - "--no-app" - "weavescope-app" weavescope-app: - image: weaveworks/scope:1.0.0 + image: weaveworks/scope:1.1.0 ports: - "4040:4040" command: diff --git a/templates/weavescope/0/rancher-compose.yml b/templates/weavescope/0/rancher-compose.yml index 4560ee9..81459bc 100644 --- a/templates/weavescope/0/rancher-compose.yml +++ b/templates/weavescope/0/rancher-compose.yml @@ -1,4 +1,4 @@ .catalog: name: weavescope - version: 1.0.0 + version: 1.1.0 description: "Monitoring, visualisation and management for Docker" diff --git a/templates/weavescope/config.yml b/templates/weavescope/config.yml index 27d7097..a06626d 100644 --- a/templates/weavescope/config.yml +++ b/templates/weavescope/config.yml @@ -1,6 +1,7 @@ name: Weave Scope description: "Monitoring, visualisation and management for Docker" -version: 1.0.0 +version: 1.1.0 category: Monitoring maintainer: "Ilya Dmitrichenko " license: "Apache License v2.0" +projectURL: https://github.com/weaveworks/scope