Skip to content

Commit 5945022

Browse files
authored
Merge pull request #281 from fredo/rc/2021.05.0.rc2
2021.05.0.rc3
2 parents 680bb4d + 8b22ffa commit 5945022

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
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 = 2021.05.0rc2
2+
current_version = 2021.05.0rc3
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Changelog
2-
- 2021-05-10 - `2021.05.0-rc` - **Release Candidate**
3-
- Upgrad Synapse to 1.33.0
2+
- 2021-05-12 - `2021.05.0-rc3` - **Release Candidate**
3+
- internal module to update federation whitelist
4+
- 2021-05-10 - `2021.05.0-rc1` - **Release Candidate**
5+
- Upgrade Synapse to 1.33.0
46
- Use Presence Router Module to distribute presences to PFS
57
- Remove global rooms and Room Ensurer
68
- Temporarily switch back to one main process in synapse

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.05.0rc2)
154+
1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-service-bundle/tree/2021.05.0rc3)
155155
to a suitable location on the server:
156156

157157
```shell
158-
git clone -b 2021.05.0rc2 https://github.com/raiden-network/raiden-service-bundle.git
158+
git clone -b 2021.05.0rc3 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ x-versions:
55
services: &IMAGE_RAIDEN_SERVICES_VERSION
66
image: raidennetwork/raiden-services:v0.15.2
77
db: &IMAGE_DB_VERSION
8-
image: raidennetwork/raiden-service-bundle:2021.05.0rc2-db
8+
image: raidennetwork/raiden-service-bundle:2021.05.0rc3-db
99
synapse: &IMAGE_SYNAPSE_VERSION
10-
image: raidennetwork/raiden-service-bundle:2021.05.0rc2-synapse
10+
image: raidennetwork/raiden-service-bundle:2021.05.0rc3-synapse
1111
well-known-server: &IMAGE_WELL_KNOWN_VERSION
12-
image: raidennetwork/raiden-service-bundle:2021.05.0rc2-well_known_server
12+
image: raidennetwork/raiden-service-bundle:2021.05.0rc3-well_known_server
1313
redis: &IMAGE_REDIS_VERSION
1414
image: redis:6.0
1515
metrics_db: &IMAGE_METRICS_DB_VERSION

0 commit comments

Comments
 (0)