From 1a7b87504efa4de03ef34a463def73bb8b579deb Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Wed, 15 Dec 2021 16:51:23 +0100 Subject: [PATCH] Bump version to 2012.12.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- README.md | 4 ++-- docker-compose.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c8f47b5..15ddd23 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2021.12.0rc0 +current_version = 2021.12.0 commit = True tag = True tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f19000..417fca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## Changelog -- 2021-12-06 - `2021.12.0rc0` - **Release Candidate** +- 2021-12-06 - `2021.12.0` - **Release Candidate** - Upgrade to Raiden 3.0.0rc8 - 2021-07-01 - `2021.07.0rc0` - **Release Candidate** - Upgrade to Synapse 1.37.1 diff --git a/README.md b/README.md index 8d36735..2edd7eb 100644 --- a/README.md +++ b/README.md @@ -159,11 +159,11 @@ can identify this, if there is an `rcX` at the end of the version (E.g. `2019.03 [latest full release](https://github.com/raiden-network/raiden-service-bundle/releases/latest). If the version is different from what you see below, you should stick to the "full release" and replace the version accordingly. -1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-service-bundle/tree/2021.12.0rc0) +1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-service-bundle/tree/2021.12.0) to a suitable location on the server: ```shell - git clone -b 2021.12.0rc0 https://github.com/raiden-network/raiden-service-bundle.git + git clone -b 2021.12.0 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 df912b5..478cc03 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,11 +5,11 @@ x-versions: services: &IMAGE_RAIDEN_SERVICES_VERSION image: raidennetwork/raiden-services:v1.0.0 db: &IMAGE_DB_VERSION - image: raidennetwork/raiden-service-bundle:2021.12.0rc0-db + image: raidennetwork/raiden-service-bundle:2021.12.0-db synapse: &IMAGE_SYNAPSE_VERSION - image: raidennetwork/raiden-service-bundle:2021.12.0rc0-synapse + image: raidennetwork/raiden-service-bundle:2021.12.0-synapse well-known-server: &IMAGE_WELL_KNOWN_VERSION - image: raidennetwork/raiden-service-bundle:2021.12.0rc0-well_known_server + image: raidennetwork/raiden-service-bundle:2021.12.0-well_known_server redis: &IMAGE_REDIS_VERSION image: redis:6.0 metrics_db: &IMAGE_METRICS_DB_VERSION