add instructions for updating Weave Cloud Prod

Matthias Radestock
2017-07-28 11:19:16 +01:00
parent b2f7c258c8
commit 1dd1dc8d90
+11
@@ -144,6 +144,12 @@ If you don't need sudo to run Docker commands, you should do
$ env GITHUB_TOKEN=xxx SUDO= bin/release publish
```
The [manually](https://github.com/weaveworks/scope/issues/2762) push the release to quay.io with something like
```
$ docker tag weaveworks/scope:1.6.0 quay.io/weaveworks/scope:1.6.0
$ docker push quay.io/weaveworks/scope:1.6.0
```
## Merge
Merge the release branch to master.
@@ -152,3 +158,8 @@ Merge the release branch to master.
Go to [https://checkpoint-api.weave.works/admin](https://checkpoint-api.weave.works/admin) and fill in the details of the release for **both for the scope-app and scope-probe products** so that users can be automatically informed of a new version being available.
## Bump the scope probe version in Weave Cloud Prod
(Weave Cloud Prod probes should always run the most recent release)
You should know how to do that. Use the specific version, e.g. '1.6.0' rather than a commit hash.