From 07bd986532d2b29181a085da12de04583fa49e86 Mon Sep 17 00:00:00 2001 From: kexkey Date: Sun, 19 Jan 2020 11:40:31 -0500 Subject: [PATCH] Release v0.3.0-rc.1 --- build.sh | 19 +++++++++---------- cyphernodeconf_docker/build.sh | 2 +- cyphernodeconf_docker/run.sh | 18 +++++++++--------- dist/setup.sh | 22 +++++++++++----------- docker-build.sh | 6 +++--- docker-compose-sample.yml | 12 ++++++------ 6 files changed, 39 insertions(+), 40 deletions(-) diff --git a/build.sh b/build.sh index 7f86cf4..3dbd983 100755 --- a/build.sh +++ b/build.sh @@ -2,18 +2,17 @@ TRACING=1 -# CYPHERNODE VERSION "v0.2.4" -CONF_VERSION="v0.2.4-local" -GATEKEEPER_VERSION="v0.2.4-local" -TOR_VERSION="v0.2.4-local" -PROXY_VERSION="v0.2.4-local" -NOTIFIER_VERSION="v0.2.4-local" -PROXYCRON_VERSION="v0.2.4-local" -OTSCLIENT_VERSION="v0.2.4-local" -PYCOIN_VERSION="v0.2.4-local" +# CYPHERNODE VERSION "v0.3.0-rc.1" +CONF_VERSION="v0.3.0-rc.1-local" +GATEKEEPER_VERSION="v0.3.0-rc.1-local" +TOR_VERSION="v0.3.0-rc.1-local" +PROXY_VERSION="v0.3.0-rc.1-local" +NOTIFIER_VERSION="v0.3.0-rc.1-local" +PROXYCRON_VERSION="v0.3.0-rc.1-local" +OTSCLIENT_VERSION="v0.3.0-rc.1-local" +PYCOIN_VERSION="v0.3.0-rc.1-local" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" -GRAFANA_VERSION="v0.2.4-local" trace() { diff --git a/cyphernodeconf_docker/build.sh b/cyphernodeconf_docker/build.sh index a05fdd8..ee399ee 100755 --- a/cyphernodeconf_docker/build.sh +++ b/cyphernodeconf_docker/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -VERSION=v0.2.4 +VERSION=v0.3.0-rc.1 docker build . -t cyphernode/cyphernodeconf:${VERSION} diff --git a/cyphernodeconf_docker/run.sh b/cyphernodeconf_docker/run.sh index edcd009..6b82a42 100755 --- a/cyphernodeconf_docker/run.sh +++ b/cyphernodeconf_docker/run.sh @@ -3,17 +3,17 @@ export SETUP_DIR=$(pwd)/../dist export DEFAULT_USER=$USER export DEFAULT_CERT_HOSTNAME=disk0book.local -export PROXYCRON_VERSION=v0.2.4 -export PYCOIN_VERSION=v0.2.4 -export SETUP_VERSION=v0.2.4 +export PROXYCRON_VERSION=v0.3.0-rc.1 +export PYCOIN_VERSION=v0.3.0-rc.1 +export SETUP_VERSION=v0.3.0-rc.1 export BITCOIN_VERSION=v0.19.0.1 -export LIGHTNING_VERSION=v0.7.1 +export LIGHTNING_VERSION=v0.8.0 export DEFAULT_DATADIR_BASE=$HOME -export GATEKEEPER_VERSION=v0.2.4 -export TOR_VERSION=v0.2.4 -export PROXY_VERSION=v0.2.4 -export OTSCLIENT_VERSION=v0.2.4 -export NOTIFIER_VERSION=v0.2.4 +export GATEKEEPER_VERSION=v0.3.0-rc.1 +export TOR_VERSION=v0.3.0-rc.1 +export PROXY_VERSION=v0.3.0-rc.1 +export OTSCLIENT_VERSION=v0.3.0-rc.1 +export NOTIFIER_VERSION=v0.3.0-rc.1 export EDITOR=/usr/bin/nano export TRAEFIK_VERSION="v1.7.9-alpine" export MOSQUITTO_VERSION="1.6" diff --git a/dist/setup.sh b/dist/setup.sh index 33a4073..e5b9481 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -776,17 +776,17 @@ ALWAYSYES=0 SUDO_REQUIRED=0 AUTOSTART=0 -# CYPHERNODE VERSION "v0.2.4" -SETUP_VERSION="v0.2.4" -CONF_VERSION="v0.2.4" -GATEKEEPER_VERSION="v0.2.4" -TOR_VERSION="v0.2.4" -PROXY_VERSION="v0.2.4" -NOTIFIER_VERSION="v0.2.4" -PROXYCRON_VERSION="v0.2.4" -OTSCLIENT_VERSION="v0.2.4" -PYCOIN_VERSION="v0.2.4" -CYPHERAPPS_VERSION="dev" +# CYPHERNODE VERSION "v0.3.0-rc.1" +SETUP_VERSION="v0.3.0-rc.1" +CONF_VERSION="v0.3.0-rc.1" +GATEKEEPER_VERSION="v0.3.0-rc.1" +TOR_VERSION="v0.3.0-rc.1" +PROXY_VERSION="v0.3.0-rc.1" +NOTIFIER_VERSION="v0.3.0-rc.1" +PROXYCRON_VERSION="v0.3.0-rc.1" +OTSCLIENT_VERSION="v0.3.0-rc.1" +PYCOIN_VERSION="v0.3.0-rc.1" +CYPHERAPPS_VERSION="0.3.0-rc.1" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" TRAEFIK_VERSION="v1.7.9-alpine" diff --git a/docker-build.sh b/docker-build.sh index 6814184..963608e 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -65,9 +65,9 @@ aarch64_docker="arm64" #arch_docker=${aarch64_docker} arch_docker=${x86_docker} -v1="v0" -v2="v0.2" -v3="v0.2.4" +v1="v0-rc1" +v2="v0.3-rc.1" +v3="v0.3.0-rc.1" echo "\nBuilding Cyphernode Core containers\n" echo "arch_docker=$arch_docker\n" diff --git a/docker-compose-sample.yml b/docker-compose-sample.yml index a334f6a..b78773a 100644 --- a/docker-compose-sample.yml +++ b/docker-compose-sample.yml @@ -32,7 +32,7 @@ services: ########################## proxy: - image: cyphernode/proxy:v0.2.4-local + image: cyphernode/proxy:v0.3.0-rc.1-local command: $USER ./startproxy.sh environment: - "TRACING=1" @@ -75,7 +75,7 @@ services: ########################## proxycron: - image: cyphernode/proxycron:v0.2.4-local + image: cyphernode/proxycron:v0.3.0-rc.1-local environment: - "TX_CONF_URL=proxy:8888/executecallbacks" - "OTS_URL=proxy:8888/ots_backoffice" @@ -106,7 +106,7 @@ services: ########################## notifier: - image: cyphernode/notifier:v0.2.4-local + image: cyphernode/notifier:v0.3.0-rc.1-local command: $USER ./startnotifier.sh networks: - cyphernodenet @@ -123,7 +123,7 @@ services: ########################## pycoin: - image: cyphernode/pycoin:v0.2.4-local + image: cyphernode/pycoin:v0.3.0-rc.1-local command: $USER ./startpycoin.sh environment: - "TRACING=1" @@ -142,7 +142,7 @@ services: ########################## otsclient: - image: cyphernode/otsclient:v0.2.4-local + image: cyphernode/otsclient:v0.3.0-rc.1-local command: $USER /script/startotsclient.sh environment: - "TRACING=1" @@ -168,7 +168,7 @@ services: gatekeeper: # HTTP authentication API gate - image: cyphernode/gatekeeper:v0.2.4-local + image: cyphernode/gatekeeper:v0.3.0-rc.1-local command: $USER environment: - "TRACING=1"