Skip to content

Commit be03d01

Browse files
konradkonradkarlb
authored andcommitted
Bump version: 2021.02.0rc1 → 2021.02.0rc2
1 parent e2e61e1 commit be03d01

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2021.02.0rc1
2+
current_version = 2021.02.0rc2
33
commit = True
44
tag = True
55
tag_name = {new_version}
@@ -26,3 +26,4 @@ values =
2626
10
2727
11
2828
12
29+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ can identify this, if there is an `rcX` at the end of the version (E.g. `2019.03
151151
[latest full release](https://github.com/raiden-network/raiden-service-bundle/releases/latest). If the version is
152152
different from what you see below, you should stick to the "full release" and replace the version accordingly.
153153

154-
1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-service-bundle/tree/2021.02.0rc1)
154+
1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-service-bundle/tree/2021.02.0rc2)
155155
to a suitable location on the server:
156156

157157
```shell
158-
git clone -b 2021.02.0rc1 https://github.com/raiden-network/raiden-service-bundle.git
158+
git clone -b 2021.02.0rc2 https://github.com/raiden-network/raiden-service-bundle.git
159159
```
160160
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.
161161
- 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,15 +5,15 @@ x-versions:
55
services: &IMAGE_RAIDEN_SERVICES_VERSION
66
image: raidennetwork/raiden-services:v0.14.1
77
db: &IMAGE_DB_VERSION
8-
image: raidennetwork/raiden-service-bundle:2021.02.0rc1-db
8+
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-db
99
synapse: &IMAGE_SYNAPSE_VERSION
10-
image: raidennetwork/raiden-service-bundle:2021.02.0rc1-synapse
10+
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-synapse
1111
well-known-server: &IMAGE_WELL_KNOWN_VERSION
12-
image: raidennetwork/raiden-service-bundle:2021.02.0rc1-well_known_server
12+
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-well_known_server
1313
room_ensurer: &IMAGE_ROOM_ENSURER_VERSION
14-
image: raidennetwork/raiden-service-bundle:2021.02.0rc1-room_ensurer
14+
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-room_ensurer
1515
purger: &IMAGE_PURGER_VERSION
16-
image: raidennetwork/raiden-service-bundle:2021.02.0rc1-purger
16+
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-purger
1717
redis: &IMAGE_REDIS_VERSION
1818
image: redis:6.0
1919
metrics_db: &IMAGE_METRICS_DB_VERSION
@@ -25,7 +25,7 @@ x-versions:
2525
node_exporter: &IMAGE_NODE_EXPORTER
2626
image: quay.io/prometheus/node-exporter:v1.0.1
2727
compress_state: &IMAGE_COMPRESS_STATE
28-
image: raidennetwork/raiden-service-bundle:2021.02.0rc1-rust_synapse_compress_state
28+
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-rust_synapse_compress_state
2929
# /versions
3030

3131
x-defaults: &services-defaults

0 commit comments

Comments
 (0)