Skip to content

Commit 0d0e8f9

Browse files
committed
Bump version: 2020.11.1 → 2020.11.2
1 parent 14888a0 commit 0d0e8f9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2020.11.1
2+
current_version = 2020.11.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This repository contains the documentation and configuration necessary to run a
66
Raiden Service Bundle.
77

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)
99

1010
## Table of Contents
1111

@@ -145,11 +145,11 @@ host an application that relies on either Cookies or LocalStorage for security r
145145

146146
### Installing the RSB
147147

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)
149149
to a suitable location on the server:
150150

151151
```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
153153
```
154154
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.
155155
- We would appreciate it if you allow us access to the monitoring interfaces

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ x-versions:
55
services: &IMAGE_RAIDEN_SERVICES_VERSION
66
image: raidennetwork/raiden-services:v0.13.2
77
db: &IMAGE_DB_VERSION
8-
image: raidennetwork/raiden-service-bundle:2020.11.1-db
8+
image: raidennetwork/raiden-service-bundle:2020.11.2-db
99
synapse: &IMAGE_SYNAPSE_VERSION
10-
image: raidennetwork/raiden-service-bundle:2020.11.1-synapse
10+
image: raidennetwork/raiden-service-bundle:2020.11.2-synapse
1111
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
1313
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
1515
purger: &IMAGE_PURGER_VERSION
16-
image: raidennetwork/raiden-service-bundle:2020.11.1-purger
16+
image: raidennetwork/raiden-service-bundle:2020.11.2-purger
1717
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
1919
redis: &IMAGE_REDIS_VERSION
2020
image: redis:6.0
2121
metrics_db: &IMAGE_METRICS_DB_VERSION

0 commit comments

Comments
 (0)