Updated docs and changelog

This commit is contained in:
jpellizzari
2017-03-27 13:42:55 -07:00
parent 025c15929a
commit ab948e3b27
2 changed files with 7 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ New features and enhancements:
- Resource usage view
[#2296](https://github.com/weaveworks/scope/pull/2296)
[#2390](https://github.com/weaveworks/scope/pull/2390)
- Add edge arrows
- Edge arrows
[#2317](https://github.com/weaveworks/scope/pull/2317)
[#2342](https://github.com/weaveworks/scope/pull/2342)
- Add eBPF connection tracking
@@ -18,6 +18,8 @@ New features and enhancements:
[#2327](https://github.com/weaveworks/scope/pull/2327)
[#2336](https://github.com/weaveworks/scope/pull/2336)
[#2366](https://github.com/weaveworks/scope/pull/2366)
- View multiple Kubernetes namespaces at once
[#2404](https://github.com/weaveworks/scope/pull/2404)
- Exclude pause containers when rendering k8s topologies
[#2338](https://github.com/weaveworks/scope/pull/2338)
- When k8s present, allow filtering of containers by namespace

View File

@@ -124,7 +124,7 @@ After its been launched, open your browser to `http://localhost:4040`.
**Docker Compose Format Version 1:**
scope:
image: weaveworks/scope:1.2.1
image: weaveworks/scope:1.3.0
net: "host"
pid: "host"
privileged: true
@@ -140,7 +140,7 @@ After its been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.2.1
image: weaveworks/scope:1.3.0
network_mode: "host"
pid: "host"
privileged: true
@@ -164,7 +164,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
**Docker Compose Format Version 1:**
probe:
image: weaveworks/scope:1.2.1
image: weaveworks/scope:1.3.0
net: "host"
pid: "host"
privileged: true
@@ -181,7 +181,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
version: '2'
services:
probe:
image: weaveworks/scope:1.2.1
image: weaveworks/scope:1.3.0
network_mode: "host"
pid: "host"
privileged: true