From 1b0e52d5ba6861dc9180fbb7205aebbe310b56f5 Mon Sep 17 00:00:00 2001 From: Ulrich Petri Date: Thu, 8 Oct 2020 17:35:20 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202020.10.2=20=E2=86=92=202020.?= =?UTF-8?q?10.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 6 +++--- README.md | 6 +++--- docker-compose.yml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b7dbb82..8309197 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,10 +1,10 @@ [bumpversion] -current_version = 2020.10.2 +current_version = 2020.10.3 commit = True tag = True tag_name = {new_version} parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:rc(?P\d+))? -serialize = +serialize = {year}.{month}.{release}rc{rc} {year}.{month}.{release} @@ -13,7 +13,7 @@ serialize = [bumpversion:file:docker-compose.yml] [bumpversion:part:month] -values = +values = 01 02 03 diff --git a/README.md b/README.md index 9541abe..e35d84f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the documentation and configuration necessary to run a Raiden Service Bundle. -**Current release:** [2020.10.2](https://github.com/raiden-network/raiden-service-bundle/tree/2020.10.2) +**Current release:** [2020.10.3](https://github.com/raiden-network/raiden-service-bundle/tree/2020.10.3) ## Table of Contents @@ -145,11 +145,11 @@ host an application that relies on either Cookies or LocalStorage for security r ### Installing the RSB -1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-service-bundle/tree/2020.10.2) +1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-service-bundle/tree/2020.10.3) to a suitable location on the server: ```shell - git clone -b 2020.10.2 https://github.com/raiden-network/raiden-service-bundle.git + git clone -b 2020.10.3 https://github.com/raiden-network/raiden-service-bundle.git ``` 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. - We would appreciate it if you allow us access to the monitoring interfaces diff --git a/docker-compose.yml b/docker-compose.yml index 0868e0a..e0cc93d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,15 +5,15 @@ x-versions: services: &IMAGE_RAIDEN_SERVICES_VERSION image: raidennetwork/raiden-services:v0.13.1 db: &IMAGE_DB_VERSION - image: raidennetwork/raiden-service-bundle:2020.10.2-db + image: raidennetwork/raiden-service-bundle:2020.10.3-db synapse: &IMAGE_SYNAPSE_VERSION - image: raidennetwork/raiden-service-bundle:2020.10.2-synapse + image: raidennetwork/raiden-service-bundle:2020.10.3-synapse well-known-server: &IMAGE_WELL_KNOWN_VERSION - image: raidennetwork/raiden-service-bundle:2020.10.2-well_known_server + image: raidennetwork/raiden-service-bundle:2020.10.3-well_known_server room_ensurer: &IMAGE_ROOM_ENSURER_VERSION - image: raidennetwork/raiden-service-bundle:2020.10.2-room_ensurer + image: raidennetwork/raiden-service-bundle:2020.10.3-room_ensurer purger: &IMAGE_PURGER_VERSION - image: raidennetwork/raiden-service-bundle:2020.10.2-purger + image: raidennetwork/raiden-service-bundle:2020.10.3-purger redis: &IMAGE_REDIS_VERSION image: redis:6.0 metrics_db: &IMAGE_METRICS_DB_VERSION