From 19ea1119c540b14a5393b12629242b4711c79648 Mon Sep 17 00:00:00 2001 From: Olivier Desenfans Date: Wed, 3 May 2023 17:20:26 +0200 Subject: [PATCH] Release candidate: v0.5.0-rc6 --- deployment/docker-build/README.md | 2 +- deployment/samples/docker-compose/docker-compose.yml | 4 ++-- deployment/samples/docker-monitoring/docker-compose.yml | 4 ++-- docs/conf.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment/docker-build/README.md b/deployment/docker-build/README.md index 079b2e07f..6b9e61a4d 100644 --- a/deployment/docker-build/README.md +++ b/deployment/docker-build/README.md @@ -30,7 +30,7 @@ An Aleph node needs an asymmetric key pair to communicate with other nodes on th You can generate this key using the following commands after building the Docker image: ```shell script -docker run --rm --user root --entrypoint "" -v $(pwd)/node-secret.key:/opt/pyaleph/node-secret.key alephim/pyaleph-node:v0.5.0-rc5 pyaleph --gen-keys +docker run --rm --user root --entrypoint "" -v $(pwd)/node-secret.key:/opt/pyaleph/node-secret.key alephim/pyaleph-node:v0.5.0-rc6 pyaleph --gen-keys ``` ## Start the dev environment diff --git a/deployment/samples/docker-compose/docker-compose.yml b/deployment/samples/docker-compose/docker-compose.yml index 3e628d835..ad799fe65 100644 --- a/deployment/samples/docker-compose/docker-compose.yml +++ b/deployment/samples/docker-compose/docker-compose.yml @@ -8,7 +8,7 @@ volumes: services: pyaleph: restart: always - image: alephim/pyaleph-node:v0.5.0-rc5 + image: alephim/pyaleph-node:v0.5.0-rc6 command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v volumes: - ./config.yml:/opt/pyaleph/config.yml @@ -27,7 +27,7 @@ services: pyaleph-api: restart: always - image: alephim/pyaleph-node:v0.5.0-rc5 + image: alephim/pyaleph-node:v0.5.0-rc6 command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"] ports: diff --git a/deployment/samples/docker-monitoring/docker-compose.yml b/deployment/samples/docker-monitoring/docker-compose.yml index 751312b04..1719df529 100644 --- a/deployment/samples/docker-monitoring/docker-compose.yml +++ b/deployment/samples/docker-monitoring/docker-compose.yml @@ -10,7 +10,7 @@ volumes: services: pyaleph: restart: always - image: alephim/pyaleph-node:v0.5.0-rc5 + image: alephim/pyaleph-node:v0.5.0-rc6 command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v volumes: - ./config.yml:/opt/pyaleph/config.yml @@ -29,7 +29,7 @@ services: pyaleph-api: restart: always - image: alephim/pyaleph-node:v0.5.0-rc5 + image: alephim/pyaleph-node:v0.5.0-rc6 command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"] ports: diff --git a/docs/conf.py b/docs/conf.py index 854785d1c..b2b734201 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -293,5 +293,5 @@ rst_epilog = """ -.. |pyaleph_version| replace:: v0.5.0-rc5 +.. |pyaleph_version| replace:: v0.5.0-rc6 """