Skip to content

Commit 7338036

Browse files
authored
Merge pull request #273 from fredo/2021.05.0rc
Create RC 2021.05.0rc
2 parents dc7b466 + 81ba328 commit 7338036

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.bumpversion.cfg

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
## Changelog
2+
- 2021-05-10 - `2021.05.0-rc` - **Release Candidate**
3+
- Upgrad Synapse to 1.33.0
4+
- Use Presence Router Module to distribute presences to PFS
5+
- Remove global rooms and Room Ensurer
6+
- Temporarily switch back to one main process in synapse
7+
- Allow using subcommands in Service Registry script
28
- 2021-02-25 - `2021.02.0-rc2` - **Release Candidate**
39
- Fix an issue with option handling for `raiden-services`
410
- Upgrade Synapse to `1.27.0`

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

157157
```shell
158-
git clone -b 2021.02.0rc2 https://github.com/raiden-network/raiden-service-bundle.git
158+
git clone -b 2021.05.0rc1 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: 4 additions & 4 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.1
77
db: &IMAGE_DB_VERSION
8-
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-db
8+
image: raidennetwork/raiden-service-bundle:2021.05.0rc1-db
99
synapse: &IMAGE_SYNAPSE_VERSION
10-
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-synapse
10+
image: raidennetwork/raiden-service-bundle:2021.05.0rc1-synapse
1111
well-known-server: &IMAGE_WELL_KNOWN_VERSION
12-
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-well_known_server
12+
image: raidennetwork/raiden-service-bundle:2021.05.0rc1-well_known_server
1313
redis: &IMAGE_REDIS_VERSION
1414
image: redis:6.0
1515
metrics_db: &IMAGE_METRICS_DB_VERSION
@@ -21,7 +21,7 @@ x-versions:
2121
node_exporter: &IMAGE_NODE_EXPORTER
2222
image: quay.io/prometheus/node-exporter:v1.0.1
2323
compress_state: &IMAGE_COMPRESS_STATE
24-
image: raidennetwork/raiden-service-bundle:2021.02.0rc2-rust_synapse_compress_state
24+
image: raidennetwork/raiden-service-bundle:2021.05.0rc1-rust_synapse_compress_state
2525
# /versions
2626

2727
x-defaults: &services-defaults

0 commit comments

Comments
 (0)