mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
add instructions for updating Weave Cloud Prod
@@ -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.
|
||||
Reference in New Issue
Block a user