From c7495f64d7c31b804d06676b5e949123fdce86d6 Mon Sep 17 00:00:00 2001 From: Olivier Desenfans Date: Sun, 5 Nov 2023 15:13:38 +0100 Subject: [PATCH] Release candidate: v0.5.2-rc2 --- 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 3badc7dbc..043eb0daa 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.2-rc1 pyaleph --gen-keys +docker run --rm --user root --entrypoint "" -v $(pwd)/node-secret.key:/opt/pyaleph/node-secret.key alephim/pyaleph-node:v0.5.2-rc2 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 dd5d56986..e287d5864 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.2-rc1 + image: alephim/pyaleph-node:v0.5.2-rc2 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.2-rc1 + image: alephim/pyaleph-node:v0.5.2-rc2 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 62494bde6..faab8577a 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.2-rc1 + image: alephim/pyaleph-node:v0.5.2-rc2 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.2-rc1 + image: alephim/pyaleph-node:v0.5.2-rc2 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 18e8b9e52..90a339e47 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -293,5 +293,5 @@ rst_epilog = """ -.. |pyaleph_version| replace:: v0.5.2-rc1 +.. |pyaleph_version| replace:: v0.5.2-rc2 """