File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2020.11.1
2
+ current_version = 2020.11.2
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 5
5
This repository contains the documentation and configuration necessary to run a
6
6
Raiden Service Bundle.
7
7
8
- ** Current release:** [ 2020.11.1 ] ( https://github.com/raiden-network/raiden-service-bundle/tree/2020.11.1 )
8
+ ** Current release:** [ 2020.11.2 ] ( https://github.com/raiden-network/raiden-service-bundle/tree/2020.11.2 )
9
9
10
10
## Table of Contents
11
11
@@ -145,11 +145,11 @@ host an application that relies on either Cookies or LocalStorage for security r
145
145
146
146
### Installing the RSB
147
147
148
- 1 . Clone the [ current release version of this repository] ( https://github.com/raiden-network/raiden-service-bundle/tree/2020.11.1 )
148
+ 1 . Clone the [ current release version of this repository] ( https://github.com/raiden-network/raiden-service-bundle/tree/2020.11.2 )
149
149
to a suitable location on the server:
150
150
151
151
``` shell
152
- git clone -b 2020.11.1 https://github.com/raiden-network/raiden-service-bundle.git
152
+ git clone -b 2020.11.2 https://github.com/raiden-network/raiden-service-bundle.git
153
153
```
154
154
1 . Copy ` .env.template ` to ` .env ` and modify the values to fit your setup. Please read [ Configuring the ` .env ` file] ( #configuring-the-env-file ) for detailed information.
155
155
- We would appreciate it if you allow us access to the monitoring interfaces
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ x-versions:
5
5
services : &IMAGE_RAIDEN_SERVICES_VERSION
6
6
image : raidennetwork/raiden-services:v0.13.2
7
7
db : &IMAGE_DB_VERSION
8
- image : raidennetwork/raiden-service-bundle:2020.11.1 -db
8
+ image : raidennetwork/raiden-service-bundle:2020.11.2 -db
9
9
synapse : &IMAGE_SYNAPSE_VERSION
10
- image : raidennetwork/raiden-service-bundle:2020.11.1 -synapse
10
+ image : raidennetwork/raiden-service-bundle:2020.11.2 -synapse
11
11
well-known-server : &IMAGE_WELL_KNOWN_VERSION
12
- image : raidennetwork/raiden-service-bundle:2020.11.1 -well_known_server
12
+ image : raidennetwork/raiden-service-bundle:2020.11.2 -well_known_server
13
13
room_ensurer : &IMAGE_ROOM_ENSURER_VERSION
14
- image : raidennetwork/raiden-service-bundle:2020.11.1 -room_ensurer
14
+ image : raidennetwork/raiden-service-bundle:2020.11.2 -room_ensurer
15
15
purger : &IMAGE_PURGER_VERSION
16
- image : raidennetwork/raiden-service-bundle:2020.11.1 -purger
16
+ image : raidennetwork/raiden-service-bundle:2020.11.2 -purger
17
17
state_groups_cleaner : &IMAGE_STATE_GROUPS_CLEANER
18
- image : raidennetwork/raiden-service-bundle:2020.11.1 -state_groups_cleaner
18
+ image : raidennetwork/raiden-service-bundle:2020.11.2 -state_groups_cleaner
19
19
redis : &IMAGE_REDIS_VERSION
20
20
image : redis:6.0
21
21
metrics_db : &IMAGE_METRICS_DB_VERSION
You can’t perform that action at this time.
0 commit comments