From 07bd986532d2b29181a085da12de04583fa49e86 Mon Sep 17 00:00:00 2001 From: kexkey Date: Sun, 19 Jan 2020 11:40:31 -0500 Subject: [PATCH 1/9] 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" From f9ed413f22b969587fb46e5c68b67922da218d58 Mon Sep 17 00:00:00 2001 From: kexkey Date: Mon, 20 Jan 2020 21:26:57 -0500 Subject: [PATCH 2/9] Cypherapps version was wrong --- dist/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup.sh b/dist/setup.sh index e5b9481..00654dd 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -786,7 +786,7 @@ 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" +CYPHERAPPS_VERSION="v0.3.0-rc.1" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" TRAEFIK_VERSION="v1.7.9-alpine" From 647018db81ee5e0dce31c2341e88eb5208415890 Mon Sep 17 00:00:00 2001 From: kexkey Date: Thu, 23 Jan 2020 15:11:20 -0500 Subject: [PATCH 3/9] v0.3.0-rc.2 --- build.sh | 18 +++++++++--------- cyphernodeconf_docker/build.sh | 2 +- cyphernodeconf_docker/run.sh | 16 ++++++++-------- dist/setup.sh | 22 +++++++++++----------- docker-build.sh | 6 +++--- docker-compose-sample.yml | 12 ++++++------ 6 files changed, 38 insertions(+), 38 deletions(-) diff --git a/build.sh b/build.sh index 3dbd983..2c1e015 100755 --- a/build.sh +++ b/build.sh @@ -2,15 +2,15 @@ TRACING=1 -# 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" +# CYPHERNODE VERSION "v0.3.0-rc.2" +CONF_VERSION="v0.3.0-rc.2-local" +GATEKEEPER_VERSION="v0.3.0-rc.2-local" +TOR_VERSION="v0.3.0-rc.2-local" +PROXY_VERSION="v0.3.0-rc.2-local" +NOTIFIER_VERSION="v0.3.0-rc.2-local" +PROXYCRON_VERSION="v0.3.0-rc.2-local" +OTSCLIENT_VERSION="v0.3.0-rc.2-local" +PYCOIN_VERSION="v0.3.0-rc.2-local" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" diff --git a/cyphernodeconf_docker/build.sh b/cyphernodeconf_docker/build.sh index ee399ee..d7a7718 100755 --- a/cyphernodeconf_docker/build.sh +++ b/cyphernodeconf_docker/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -VERSION=v0.3.0-rc.1 +VERSION=v0.3.0-rc.2 docker build . -t cyphernode/cyphernodeconf:${VERSION} diff --git a/cyphernodeconf_docker/run.sh b/cyphernodeconf_docker/run.sh index 6b82a42..73f0cd0 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.3.0-rc.1 -export PYCOIN_VERSION=v0.3.0-rc.1 -export SETUP_VERSION=v0.3.0-rc.1 +export PROXYCRON_VERSION=v0.3.0-rc.2 +export PYCOIN_VERSION=v0.3.0-rc.2 +export SETUP_VERSION=v0.3.0-rc.2 export BITCOIN_VERSION=v0.19.0.1 export LIGHTNING_VERSION=v0.8.0 export DEFAULT_DATADIR_BASE=$HOME -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 GATEKEEPER_VERSION=v0.3.0-rc.2 +export TOR_VERSION=v0.3.0-rc.2 +export PROXY_VERSION=v0.3.0-rc.2 +export OTSCLIENT_VERSION=v0.3.0-rc.2 +export NOTIFIER_VERSION=v0.3.0-rc.2 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 00654dd..c0fb974 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -776,17 +776,17 @@ ALWAYSYES=0 SUDO_REQUIRED=0 AUTOSTART=0 -# 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="v0.3.0-rc.1" +# CYPHERNODE VERSION "v0.3.0-rc.2" +SETUP_VERSION="v0.3.0-rc.2" +CONF_VERSION="v0.3.0-rc.2" +GATEKEEPER_VERSION="v0.3.0-rc.2" +TOR_VERSION="v0.3.0-rc.2" +PROXY_VERSION="v0.3.0-rc.2" +NOTIFIER_VERSION="v0.3.0-rc.2" +PROXYCRON_VERSION="v0.3.0-rc.2" +OTSCLIENT_VERSION="v0.3.0-rc.2" +PYCOIN_VERSION="v0.3.0-rc.2" +CYPHERAPPS_VERSION="v0.3.0-rc.2" 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 963608e..b110257 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-rc1" -v2="v0.3-rc.1" -v3="v0.3.0-rc.1" +v1="v0-rc.2" +v2="v0.3-rc.2" +v3="v0.3.0-rc.2" 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 b78773a..ead814e 100644 --- a/docker-compose-sample.yml +++ b/docker-compose-sample.yml @@ -32,7 +32,7 @@ services: ########################## proxy: - image: cyphernode/proxy:v0.3.0-rc.1-local + image: cyphernode/proxy:v0.3.0-rc.2-local command: $USER ./startproxy.sh environment: - "TRACING=1" @@ -75,7 +75,7 @@ services: ########################## proxycron: - image: cyphernode/proxycron:v0.3.0-rc.1-local + image: cyphernode/proxycron:v0.3.0-rc.2-local environment: - "TX_CONF_URL=proxy:8888/executecallbacks" - "OTS_URL=proxy:8888/ots_backoffice" @@ -106,7 +106,7 @@ services: ########################## notifier: - image: cyphernode/notifier:v0.3.0-rc.1-local + image: cyphernode/notifier:v0.3.0-rc.2-local command: $USER ./startnotifier.sh networks: - cyphernodenet @@ -123,7 +123,7 @@ services: ########################## pycoin: - image: cyphernode/pycoin:v0.3.0-rc.1-local + image: cyphernode/pycoin:v0.3.0-rc.2-local command: $USER ./startpycoin.sh environment: - "TRACING=1" @@ -142,7 +142,7 @@ services: ########################## otsclient: - image: cyphernode/otsclient:v0.3.0-rc.1-local + image: cyphernode/otsclient:v0.3.0-rc.2-local command: $USER /script/startotsclient.sh environment: - "TRACING=1" @@ -168,7 +168,7 @@ services: gatekeeper: # HTTP authentication API gate - image: cyphernode/gatekeeper:v0.3.0-rc.1-local + image: cyphernode/gatekeeper:v0.3.0-rc.2-local command: $USER environment: - "TRACING=1" From 4ebefdac4862d3821d94f69af4588c0552e406a3 Mon Sep 17 00:00:00 2001 From: kexkey Date: Mon, 27 Jan 2020 11:27:10 -0500 Subject: [PATCH 4/9] v0.3.0-rc.3 --- build.sh | 18 +++++++++--------- cyphernodeconf_docker/build.sh | 2 +- cyphernodeconf_docker/run.sh | 16 ++++++++-------- dist/setup.sh | 22 +++++++++++----------- docker-build.sh | 6 +++--- docker-compose-sample.yml | 12 ++++++------ 6 files changed, 38 insertions(+), 38 deletions(-) diff --git a/build.sh b/build.sh index 2c1e015..d6d7342 100755 --- a/build.sh +++ b/build.sh @@ -2,15 +2,15 @@ TRACING=1 -# CYPHERNODE VERSION "v0.3.0-rc.2" -CONF_VERSION="v0.3.0-rc.2-local" -GATEKEEPER_VERSION="v0.3.0-rc.2-local" -TOR_VERSION="v0.3.0-rc.2-local" -PROXY_VERSION="v0.3.0-rc.2-local" -NOTIFIER_VERSION="v0.3.0-rc.2-local" -PROXYCRON_VERSION="v0.3.0-rc.2-local" -OTSCLIENT_VERSION="v0.3.0-rc.2-local" -PYCOIN_VERSION="v0.3.0-rc.2-local" +# CYPHERNODE VERSION "v0.3.0-rc.3" +CONF_VERSION="v0.3.0-rc.3-local" +GATEKEEPER_VERSION="v0.3.0-rc.3-local" +TOR_VERSION="v0.3.0-rc.3-local" +PROXY_VERSION="v0.3.0-rc.3-local" +NOTIFIER_VERSION="v0.3.0-rc.3-local" +PROXYCRON_VERSION="v0.3.0-rc.3-local" +OTSCLIENT_VERSION="v0.3.0-rc.3-local" +PYCOIN_VERSION="v0.3.0-rc.3-local" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" diff --git a/cyphernodeconf_docker/build.sh b/cyphernodeconf_docker/build.sh index d7a7718..b2f08a5 100755 --- a/cyphernodeconf_docker/build.sh +++ b/cyphernodeconf_docker/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -VERSION=v0.3.0-rc.2 +VERSION=v0.3.0-rc.3 docker build . -t cyphernode/cyphernodeconf:${VERSION} diff --git a/cyphernodeconf_docker/run.sh b/cyphernodeconf_docker/run.sh index 73f0cd0..1244399 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.3.0-rc.2 -export PYCOIN_VERSION=v0.3.0-rc.2 -export SETUP_VERSION=v0.3.0-rc.2 +export PROXYCRON_VERSION=v0.3.0-rc.3 +export PYCOIN_VERSION=v0.3.0-rc.3 +export SETUP_VERSION=v0.3.0-rc.3 export BITCOIN_VERSION=v0.19.0.1 export LIGHTNING_VERSION=v0.8.0 export DEFAULT_DATADIR_BASE=$HOME -export GATEKEEPER_VERSION=v0.3.0-rc.2 -export TOR_VERSION=v0.3.0-rc.2 -export PROXY_VERSION=v0.3.0-rc.2 -export OTSCLIENT_VERSION=v0.3.0-rc.2 -export NOTIFIER_VERSION=v0.3.0-rc.2 +export GATEKEEPER_VERSION=v0.3.0-rc.3 +export TOR_VERSION=v0.3.0-rc.3 +export PROXY_VERSION=v0.3.0-rc.3 +export OTSCLIENT_VERSION=v0.3.0-rc.3 +export NOTIFIER_VERSION=v0.3.0-rc.3 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 c0fb974..62cee06 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -776,17 +776,17 @@ ALWAYSYES=0 SUDO_REQUIRED=0 AUTOSTART=0 -# CYPHERNODE VERSION "v0.3.0-rc.2" -SETUP_VERSION="v0.3.0-rc.2" -CONF_VERSION="v0.3.0-rc.2" -GATEKEEPER_VERSION="v0.3.0-rc.2" -TOR_VERSION="v0.3.0-rc.2" -PROXY_VERSION="v0.3.0-rc.2" -NOTIFIER_VERSION="v0.3.0-rc.2" -PROXYCRON_VERSION="v0.3.0-rc.2" -OTSCLIENT_VERSION="v0.3.0-rc.2" -PYCOIN_VERSION="v0.3.0-rc.2" -CYPHERAPPS_VERSION="v0.3.0-rc.2" +# CYPHERNODE VERSION "v0.3.0-rc.3" +SETUP_VERSION="v0.3.0-rc.3" +CONF_VERSION="v0.3.0-rc.3" +GATEKEEPER_VERSION="v0.3.0-rc.3" +TOR_VERSION="v0.3.0-rc.3" +PROXY_VERSION="v0.3.0-rc.3" +NOTIFIER_VERSION="v0.3.0-rc.3" +PROXYCRON_VERSION="v0.3.0-rc.3" +OTSCLIENT_VERSION="v0.3.0-rc.3" +PYCOIN_VERSION="v0.3.0-rc.3" +CYPHERAPPS_VERSION="v0.3.0-rc.3" 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 b110257..4fccc7d 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-rc.2" -v2="v0.3-rc.2" -v3="v0.3.0-rc.2" +v1="v0-rc.3" +v2="v0.3-rc.3" +v3="v0.3.0-rc.3" 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 ead814e..7edcffe 100644 --- a/docker-compose-sample.yml +++ b/docker-compose-sample.yml @@ -32,7 +32,7 @@ services: ########################## proxy: - image: cyphernode/proxy:v0.3.0-rc.2-local + image: cyphernode/proxy:v0.3.0-rc.3-local command: $USER ./startproxy.sh environment: - "TRACING=1" @@ -75,7 +75,7 @@ services: ########################## proxycron: - image: cyphernode/proxycron:v0.3.0-rc.2-local + image: cyphernode/proxycron:v0.3.0-rc.3-local environment: - "TX_CONF_URL=proxy:8888/executecallbacks" - "OTS_URL=proxy:8888/ots_backoffice" @@ -106,7 +106,7 @@ services: ########################## notifier: - image: cyphernode/notifier:v0.3.0-rc.2-local + image: cyphernode/notifier:v0.3.0-rc.3-local command: $USER ./startnotifier.sh networks: - cyphernodenet @@ -123,7 +123,7 @@ services: ########################## pycoin: - image: cyphernode/pycoin:v0.3.0-rc.2-local + image: cyphernode/pycoin:v0.3.0-rc.3-local command: $USER ./startpycoin.sh environment: - "TRACING=1" @@ -142,7 +142,7 @@ services: ########################## otsclient: - image: cyphernode/otsclient:v0.3.0-rc.2-local + image: cyphernode/otsclient:v0.3.0-rc.3-local command: $USER /script/startotsclient.sh environment: - "TRACING=1" @@ -168,7 +168,7 @@ services: gatekeeper: # HTTP authentication API gate - image: cyphernode/gatekeeper:v0.3.0-rc.2-local + image: cyphernode/gatekeeper:v0.3.0-rc.3-local command: $USER environment: - "TRACING=1" From 1ff0e8dd961ba4ee899d0855e653edb459abddee Mon Sep 17 00:00:00 2001 From: kexkey Date: Mon, 27 Jan 2020 12:26:42 -0500 Subject: [PATCH 5/9] CypherApps version stays at rc.1, didn't change --- dist/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup.sh b/dist/setup.sh index 62cee06..45d4bf4 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -786,7 +786,7 @@ NOTIFIER_VERSION="v0.3.0-rc.3" PROXYCRON_VERSION="v0.3.0-rc.3" OTSCLIENT_VERSION="v0.3.0-rc.3" PYCOIN_VERSION="v0.3.0-rc.3" -CYPHERAPPS_VERSION="v0.3.0-rc.3" +CYPHERAPPS_VERSION="v0.3.0-rc.1" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" TRAEFIK_VERSION="v1.7.9-alpine" From 7046a8811081de63d0a5508a542cda353655545b Mon Sep 17 00:00:00 2001 From: kexkey Date: Thu, 30 Jan 2020 11:42:15 -0500 Subject: [PATCH 6/9] v0.3.0-rc.4 --- build.sh | 18 +++++++++--------- cyphernodeconf_docker/build.sh | 2 +- cyphernodeconf_docker/run.sh | 16 ++++++++-------- dist/setup.sh | 20 ++++++++++---------- docker-build.sh | 6 +++--- docker-compose-sample.yml | 12 ++++++------ 6 files changed, 37 insertions(+), 37 deletions(-) diff --git a/build.sh b/build.sh index d6d7342..2f152f8 100755 --- a/build.sh +++ b/build.sh @@ -2,15 +2,15 @@ TRACING=1 -# CYPHERNODE VERSION "v0.3.0-rc.3" -CONF_VERSION="v0.3.0-rc.3-local" -GATEKEEPER_VERSION="v0.3.0-rc.3-local" -TOR_VERSION="v0.3.0-rc.3-local" -PROXY_VERSION="v0.3.0-rc.3-local" -NOTIFIER_VERSION="v0.3.0-rc.3-local" -PROXYCRON_VERSION="v0.3.0-rc.3-local" -OTSCLIENT_VERSION="v0.3.0-rc.3-local" -PYCOIN_VERSION="v0.3.0-rc.3-local" +# CYPHERNODE VERSION "v0.3.0-rc.4" +CONF_VERSION="v0.3.0-rc.4-local" +GATEKEEPER_VERSION="v0.3.0-rc.4-local" +TOR_VERSION="v0.3.0-rc.4-local" +PROXY_VERSION="v0.3.0-rc.4-local" +NOTIFIER_VERSION="v0.3.0-rc.4-local" +PROXYCRON_VERSION="v0.3.0-rc.4-local" +OTSCLIENT_VERSION="v0.3.0-rc.4-local" +PYCOIN_VERSION="v0.3.0-rc.4-local" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" diff --git a/cyphernodeconf_docker/build.sh b/cyphernodeconf_docker/build.sh index b2f08a5..44744af 100755 --- a/cyphernodeconf_docker/build.sh +++ b/cyphernodeconf_docker/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -VERSION=v0.3.0-rc.3 +VERSION=v0.3.0-rc.4 docker build . -t cyphernode/cyphernodeconf:${VERSION} diff --git a/cyphernodeconf_docker/run.sh b/cyphernodeconf_docker/run.sh index 1244399..bf1e773 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.3.0-rc.3 -export PYCOIN_VERSION=v0.3.0-rc.3 -export SETUP_VERSION=v0.3.0-rc.3 +export PROXYCRON_VERSION=v0.3.0-rc.4 +export PYCOIN_VERSION=v0.3.0-rc.4 +export SETUP_VERSION=v0.3.0-rc.4 export BITCOIN_VERSION=v0.19.0.1 export LIGHTNING_VERSION=v0.8.0 export DEFAULT_DATADIR_BASE=$HOME -export GATEKEEPER_VERSION=v0.3.0-rc.3 -export TOR_VERSION=v0.3.0-rc.3 -export PROXY_VERSION=v0.3.0-rc.3 -export OTSCLIENT_VERSION=v0.3.0-rc.3 -export NOTIFIER_VERSION=v0.3.0-rc.3 +export GATEKEEPER_VERSION=v0.3.0-rc.4 +export TOR_VERSION=v0.3.0-rc.4 +export PROXY_VERSION=v0.3.0-rc.4 +export OTSCLIENT_VERSION=v0.3.0-rc.4 +export NOTIFIER_VERSION=v0.3.0-rc.4 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 45d4bf4..07209a3 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -776,16 +776,16 @@ ALWAYSYES=0 SUDO_REQUIRED=0 AUTOSTART=0 -# CYPHERNODE VERSION "v0.3.0-rc.3" -SETUP_VERSION="v0.3.0-rc.3" -CONF_VERSION="v0.3.0-rc.3" -GATEKEEPER_VERSION="v0.3.0-rc.3" -TOR_VERSION="v0.3.0-rc.3" -PROXY_VERSION="v0.3.0-rc.3" -NOTIFIER_VERSION="v0.3.0-rc.3" -PROXYCRON_VERSION="v0.3.0-rc.3" -OTSCLIENT_VERSION="v0.3.0-rc.3" -PYCOIN_VERSION="v0.3.0-rc.3" +# CYPHERNODE VERSION "v0.3.0-rc.4" +SETUP_VERSION="v0.3.0-rc.4" +CONF_VERSION="v0.3.0-rc.4" +GATEKEEPER_VERSION="v0.3.0-rc.4" +TOR_VERSION="v0.3.0-rc.4" +PROXY_VERSION="v0.3.0-rc.4" +NOTIFIER_VERSION="v0.3.0-rc.4" +PROXYCRON_VERSION="v0.3.0-rc.4" +OTSCLIENT_VERSION="v0.3.0-rc.4" +PYCOIN_VERSION="v0.3.0-rc.4" CYPHERAPPS_VERSION="v0.3.0-rc.1" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" diff --git a/docker-build.sh b/docker-build.sh index 4fccc7d..22b069d 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-rc.3" -v2="v0.3-rc.3" -v3="v0.3.0-rc.3" +v1="v0-rc.4" +v2="v0.3-rc.4" +v3="v0.3.0-rc.4" 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 7edcffe..0f2c0a8 100644 --- a/docker-compose-sample.yml +++ b/docker-compose-sample.yml @@ -32,7 +32,7 @@ services: ########################## proxy: - image: cyphernode/proxy:v0.3.0-rc.3-local + image: cyphernode/proxy:v0.3.0-rc.4-local command: $USER ./startproxy.sh environment: - "TRACING=1" @@ -75,7 +75,7 @@ services: ########################## proxycron: - image: cyphernode/proxycron:v0.3.0-rc.3-local + image: cyphernode/proxycron:v0.3.0-rc.4-local environment: - "TX_CONF_URL=proxy:8888/executecallbacks" - "OTS_URL=proxy:8888/ots_backoffice" @@ -106,7 +106,7 @@ services: ########################## notifier: - image: cyphernode/notifier:v0.3.0-rc.3-local + image: cyphernode/notifier:v0.3.0-rc.4-local command: $USER ./startnotifier.sh networks: - cyphernodenet @@ -123,7 +123,7 @@ services: ########################## pycoin: - image: cyphernode/pycoin:v0.3.0-rc.3-local + image: cyphernode/pycoin:v0.3.0-rc.4-local command: $USER ./startpycoin.sh environment: - "TRACING=1" @@ -142,7 +142,7 @@ services: ########################## otsclient: - image: cyphernode/otsclient:v0.3.0-rc.3-local + image: cyphernode/otsclient:v0.3.0-rc.4-local command: $USER /script/startotsclient.sh environment: - "TRACING=1" @@ -168,7 +168,7 @@ services: gatekeeper: # HTTP authentication API gate - image: cyphernode/gatekeeper:v0.3.0-rc.3-local + image: cyphernode/gatekeeper:v0.3.0-rc.4-local command: $USER environment: - "TRACING=1" From 63f287f6d801bfd27c1f37795fc3f5dc2c0a2dbf Mon Sep 17 00:00:00 2001 From: kexkey Date: Sun, 2 Feb 2020 10:35:46 -0500 Subject: [PATCH 7/9] v0.3.0-rc.5 --- build.sh | 18 +++++++++--------- cyphernodeconf_docker/build.sh | 2 +- cyphernodeconf_docker/run.sh | 16 ++++++++-------- dist/setup.sh | 20 ++++++++++---------- docker-build.sh | 6 +++--- docker-compose-sample.yml | 12 ++++++------ 6 files changed, 37 insertions(+), 37 deletions(-) diff --git a/build.sh b/build.sh index 2f152f8..561d249 100755 --- a/build.sh +++ b/build.sh @@ -2,15 +2,15 @@ TRACING=1 -# CYPHERNODE VERSION "v0.3.0-rc.4" -CONF_VERSION="v0.3.0-rc.4-local" -GATEKEEPER_VERSION="v0.3.0-rc.4-local" -TOR_VERSION="v0.3.0-rc.4-local" -PROXY_VERSION="v0.3.0-rc.4-local" -NOTIFIER_VERSION="v0.3.0-rc.4-local" -PROXYCRON_VERSION="v0.3.0-rc.4-local" -OTSCLIENT_VERSION="v0.3.0-rc.4-local" -PYCOIN_VERSION="v0.3.0-rc.4-local" +# CYPHERNODE VERSION "v0.3.0-rc.5" +CONF_VERSION="v0.3.0-rc.5-local" +GATEKEEPER_VERSION="v0.3.0-rc.5-local" +TOR_VERSION="v0.3.0-rc.5-local" +PROXY_VERSION="v0.3.0-rc.5-local" +NOTIFIER_VERSION="v0.3.0-rc.5-local" +PROXYCRON_VERSION="v0.3.0-rc.5-local" +OTSCLIENT_VERSION="v0.3.0-rc.5-local" +PYCOIN_VERSION="v0.3.0-rc.5-local" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" diff --git a/cyphernodeconf_docker/build.sh b/cyphernodeconf_docker/build.sh index 44744af..60a8cbc 100755 --- a/cyphernodeconf_docker/build.sh +++ b/cyphernodeconf_docker/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -VERSION=v0.3.0-rc.4 +VERSION=v0.3.0-rc.5 docker build . -t cyphernode/cyphernodeconf:${VERSION} diff --git a/cyphernodeconf_docker/run.sh b/cyphernodeconf_docker/run.sh index bf1e773..1d7f9ab 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.3.0-rc.4 -export PYCOIN_VERSION=v0.3.0-rc.4 -export SETUP_VERSION=v0.3.0-rc.4 +export PROXYCRON_VERSION=v0.3.0-rc.5 +export PYCOIN_VERSION=v0.3.0-rc.5 +export SETUP_VERSION=v0.3.0-rc.5 export BITCOIN_VERSION=v0.19.0.1 export LIGHTNING_VERSION=v0.8.0 export DEFAULT_DATADIR_BASE=$HOME -export GATEKEEPER_VERSION=v0.3.0-rc.4 -export TOR_VERSION=v0.3.0-rc.4 -export PROXY_VERSION=v0.3.0-rc.4 -export OTSCLIENT_VERSION=v0.3.0-rc.4 -export NOTIFIER_VERSION=v0.3.0-rc.4 +export GATEKEEPER_VERSION=v0.3.0-rc.5 +export TOR_VERSION=v0.3.0-rc.5 +export PROXY_VERSION=v0.3.0-rc.5 +export OTSCLIENT_VERSION=v0.3.0-rc.5 +export NOTIFIER_VERSION=v0.3.0-rc.5 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 07209a3..6e902b7 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -776,16 +776,16 @@ ALWAYSYES=0 SUDO_REQUIRED=0 AUTOSTART=0 -# CYPHERNODE VERSION "v0.3.0-rc.4" -SETUP_VERSION="v0.3.0-rc.4" -CONF_VERSION="v0.3.0-rc.4" -GATEKEEPER_VERSION="v0.3.0-rc.4" -TOR_VERSION="v0.3.0-rc.4" -PROXY_VERSION="v0.3.0-rc.4" -NOTIFIER_VERSION="v0.3.0-rc.4" -PROXYCRON_VERSION="v0.3.0-rc.4" -OTSCLIENT_VERSION="v0.3.0-rc.4" -PYCOIN_VERSION="v0.3.0-rc.4" +# CYPHERNODE VERSION "v0.3.0-rc.5" +SETUP_VERSION="v0.3.0-rc.5" +CONF_VERSION="v0.3.0-rc.5" +GATEKEEPER_VERSION="v0.3.0-rc.5" +TOR_VERSION="v0.3.0-rc.5" +PROXY_VERSION="v0.3.0-rc.5" +NOTIFIER_VERSION="v0.3.0-rc.5" +PROXYCRON_VERSION="v0.3.0-rc.5" +OTSCLIENT_VERSION="v0.3.0-rc.5" +PYCOIN_VERSION="v0.3.0-rc.5" CYPHERAPPS_VERSION="v0.3.0-rc.1" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" diff --git a/docker-build.sh b/docker-build.sh index 22b069d..baae626 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-rc.4" -v2="v0.3-rc.4" -v3="v0.3.0-rc.4" +v1="v0-rc.5" +v2="v0.3-rc.5" +v3="v0.3.0-rc.5" 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 0f2c0a8..ad73b0d 100644 --- a/docker-compose-sample.yml +++ b/docker-compose-sample.yml @@ -32,7 +32,7 @@ services: ########################## proxy: - image: cyphernode/proxy:v0.3.0-rc.4-local + image: cyphernode/proxy:v0.3.0-rc.5-local command: $USER ./startproxy.sh environment: - "TRACING=1" @@ -75,7 +75,7 @@ services: ########################## proxycron: - image: cyphernode/proxycron:v0.3.0-rc.4-local + image: cyphernode/proxycron:v0.3.0-rc.5-local environment: - "TX_CONF_URL=proxy:8888/executecallbacks" - "OTS_URL=proxy:8888/ots_backoffice" @@ -106,7 +106,7 @@ services: ########################## notifier: - image: cyphernode/notifier:v0.3.0-rc.4-local + image: cyphernode/notifier:v0.3.0-rc.5-local command: $USER ./startnotifier.sh networks: - cyphernodenet @@ -123,7 +123,7 @@ services: ########################## pycoin: - image: cyphernode/pycoin:v0.3.0-rc.4-local + image: cyphernode/pycoin:v0.3.0-rc.5-local command: $USER ./startpycoin.sh environment: - "TRACING=1" @@ -142,7 +142,7 @@ services: ########################## otsclient: - image: cyphernode/otsclient:v0.3.0-rc.4-local + image: cyphernode/otsclient:v0.3.0-rc.5-local command: $USER /script/startotsclient.sh environment: - "TRACING=1" @@ -168,7 +168,7 @@ services: gatekeeper: # HTTP authentication API gate - image: cyphernode/gatekeeper:v0.3.0-rc.4-local + image: cyphernode/gatekeeper:v0.3.0-rc.5-local command: $USER environment: - "TRACING=1" From bfdc28bbc267bb2fbce2a2a7a355b541fc6f11cd Mon Sep 17 00:00:00 2001 From: kexkey Date: Tue, 4 Feb 2020 15:43:57 -0500 Subject: [PATCH 8/9] v0.3.0-rc.6 --- build.sh | 18 +++++++++--------- cyphernodeconf_docker/build.sh | 2 +- cyphernodeconf_docker/run.sh | 16 ++++++++-------- dist/setup.sh | 20 ++++++++++---------- docker-build.sh | 6 +++--- docker-compose-sample.yml | 12 ++++++------ 6 files changed, 37 insertions(+), 37 deletions(-) diff --git a/build.sh b/build.sh index 561d249..3035d53 100755 --- a/build.sh +++ b/build.sh @@ -2,15 +2,15 @@ TRACING=1 -# CYPHERNODE VERSION "v0.3.0-rc.5" -CONF_VERSION="v0.3.0-rc.5-local" -GATEKEEPER_VERSION="v0.3.0-rc.5-local" -TOR_VERSION="v0.3.0-rc.5-local" -PROXY_VERSION="v0.3.0-rc.5-local" -NOTIFIER_VERSION="v0.3.0-rc.5-local" -PROXYCRON_VERSION="v0.3.0-rc.5-local" -OTSCLIENT_VERSION="v0.3.0-rc.5-local" -PYCOIN_VERSION="v0.3.0-rc.5-local" +# CYPHERNODE VERSION "v0.3.0-rc.6" +CONF_VERSION="v0.3.0-rc.6-local" +GATEKEEPER_VERSION="v0.3.0-rc.6-local" +TOR_VERSION="v0.3.0-rc.6-local" +PROXY_VERSION="v0.3.0-rc.6-local" +NOTIFIER_VERSION="v0.3.0-rc.6-local" +PROXYCRON_VERSION="v0.3.0-rc.6-local" +OTSCLIENT_VERSION="v0.3.0-rc.6-local" +PYCOIN_VERSION="v0.3.0-rc.6-local" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" diff --git a/cyphernodeconf_docker/build.sh b/cyphernodeconf_docker/build.sh index 60a8cbc..9d9d390 100755 --- a/cyphernodeconf_docker/build.sh +++ b/cyphernodeconf_docker/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -VERSION=v0.3.0-rc.5 +VERSION=v0.3.0-rc.6 docker build . -t cyphernode/cyphernodeconf:${VERSION} diff --git a/cyphernodeconf_docker/run.sh b/cyphernodeconf_docker/run.sh index 1d7f9ab..4daec2d 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.3.0-rc.5 -export PYCOIN_VERSION=v0.3.0-rc.5 -export SETUP_VERSION=v0.3.0-rc.5 +export PROXYCRON_VERSION=v0.3.0-rc.6 +export PYCOIN_VERSION=v0.3.0-rc.6 +export SETUP_VERSION=v0.3.0-rc.6 export BITCOIN_VERSION=v0.19.0.1 export LIGHTNING_VERSION=v0.8.0 export DEFAULT_DATADIR_BASE=$HOME -export GATEKEEPER_VERSION=v0.3.0-rc.5 -export TOR_VERSION=v0.3.0-rc.5 -export PROXY_VERSION=v0.3.0-rc.5 -export OTSCLIENT_VERSION=v0.3.0-rc.5 -export NOTIFIER_VERSION=v0.3.0-rc.5 +export GATEKEEPER_VERSION=v0.3.0-rc.6 +export TOR_VERSION=v0.3.0-rc.6 +export PROXY_VERSION=v0.3.0-rc.6 +export OTSCLIENT_VERSION=v0.3.0-rc.6 +export NOTIFIER_VERSION=v0.3.0-rc.6 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 6e902b7..af08d24 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -776,16 +776,16 @@ ALWAYSYES=0 SUDO_REQUIRED=0 AUTOSTART=0 -# CYPHERNODE VERSION "v0.3.0-rc.5" -SETUP_VERSION="v0.3.0-rc.5" -CONF_VERSION="v0.3.0-rc.5" -GATEKEEPER_VERSION="v0.3.0-rc.5" -TOR_VERSION="v0.3.0-rc.5" -PROXY_VERSION="v0.3.0-rc.5" -NOTIFIER_VERSION="v0.3.0-rc.5" -PROXYCRON_VERSION="v0.3.0-rc.5" -OTSCLIENT_VERSION="v0.3.0-rc.5" -PYCOIN_VERSION="v0.3.0-rc.5" +# CYPHERNODE VERSION "v0.3.0-rc.6" +SETUP_VERSION="v0.3.0-rc.6" +CONF_VERSION="v0.3.0-rc.6" +GATEKEEPER_VERSION="v0.3.0-rc.6" +TOR_VERSION="v0.3.0-rc.6" +PROXY_VERSION="v0.3.0-rc.6" +NOTIFIER_VERSION="v0.3.0-rc.6" +PROXYCRON_VERSION="v0.3.0-rc.6" +OTSCLIENT_VERSION="v0.3.0-rc.6" +PYCOIN_VERSION="v0.3.0-rc.6" CYPHERAPPS_VERSION="v0.3.0-rc.1" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" diff --git a/docker-build.sh b/docker-build.sh index baae626..821fd61 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-rc.5" -v2="v0.3-rc.5" -v3="v0.3.0-rc.5" +v1="v0-rc.6" +v2="v0.3-rc.6" +v3="v0.3.0-rc.6" 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 ad73b0d..bc2bfc3 100644 --- a/docker-compose-sample.yml +++ b/docker-compose-sample.yml @@ -32,7 +32,7 @@ services: ########################## proxy: - image: cyphernode/proxy:v0.3.0-rc.5-local + image: cyphernode/proxy:v0.3.0-rc.6-local command: $USER ./startproxy.sh environment: - "TRACING=1" @@ -75,7 +75,7 @@ services: ########################## proxycron: - image: cyphernode/proxycron:v0.3.0-rc.5-local + image: cyphernode/proxycron:v0.3.0-rc.6-local environment: - "TX_CONF_URL=proxy:8888/executecallbacks" - "OTS_URL=proxy:8888/ots_backoffice" @@ -106,7 +106,7 @@ services: ########################## notifier: - image: cyphernode/notifier:v0.3.0-rc.5-local + image: cyphernode/notifier:v0.3.0-rc.6-local command: $USER ./startnotifier.sh networks: - cyphernodenet @@ -123,7 +123,7 @@ services: ########################## pycoin: - image: cyphernode/pycoin:v0.3.0-rc.5-local + image: cyphernode/pycoin:v0.3.0-rc.6-local command: $USER ./startpycoin.sh environment: - "TRACING=1" @@ -142,7 +142,7 @@ services: ########################## otsclient: - image: cyphernode/otsclient:v0.3.0-rc.5-local + image: cyphernode/otsclient:v0.3.0-rc.6-local command: $USER /script/startotsclient.sh environment: - "TRACING=1" @@ -168,7 +168,7 @@ services: gatekeeper: # HTTP authentication API gate - image: cyphernode/gatekeeper:v0.3.0-rc.5-local + image: cyphernode/gatekeeper:v0.3.0-rc.6-local command: $USER environment: - "TRACING=1" From 947d22ac6a2c26636df1e11c9fb00f05543e63af Mon Sep 17 00:00:00 2001 From: kexkey Date: Mon, 10 Feb 2020 19:19:54 -0500 Subject: [PATCH 9/9] v0.3.0 final --- build.sh | 18 +++++++++--------- cyphernodeconf_docker/build.sh | 2 +- cyphernodeconf_docker/run.sh | 16 ++++++++-------- dist/setup.sh | 22 +++++++++++----------- docker-build.sh | 6 +++--- docker-compose-sample.yml | 12 ++++++------ 6 files changed, 38 insertions(+), 38 deletions(-) diff --git a/build.sh b/build.sh index 3035d53..d1b8afe 100755 --- a/build.sh +++ b/build.sh @@ -2,15 +2,15 @@ TRACING=1 -# CYPHERNODE VERSION "v0.3.0-rc.6" -CONF_VERSION="v0.3.0-rc.6-local" -GATEKEEPER_VERSION="v0.3.0-rc.6-local" -TOR_VERSION="v0.3.0-rc.6-local" -PROXY_VERSION="v0.3.0-rc.6-local" -NOTIFIER_VERSION="v0.3.0-rc.6-local" -PROXYCRON_VERSION="v0.3.0-rc.6-local" -OTSCLIENT_VERSION="v0.3.0-rc.6-local" -PYCOIN_VERSION="v0.3.0-rc.6-local" +# CYPHERNODE VERSION "v0.3.0" +CONF_VERSION="v0.3.0-local" +GATEKEEPER_VERSION="v0.3.0-local" +TOR_VERSION="v0.3.0-local" +PROXY_VERSION="v0.3.0-local" +NOTIFIER_VERSION="v0.3.0-local" +PROXYCRON_VERSION="v0.3.0-local" +OTSCLIENT_VERSION="v0.3.0-local" +PYCOIN_VERSION="v0.3.0-local" BITCOIN_VERSION="v0.19.0.1" LIGHTNING_VERSION="v0.8.0" diff --git a/cyphernodeconf_docker/build.sh b/cyphernodeconf_docker/build.sh index 9d9d390..5e0089d 100755 --- a/cyphernodeconf_docker/build.sh +++ b/cyphernodeconf_docker/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -VERSION=v0.3.0-rc.6 +VERSION=v0.3.0 docker build . -t cyphernode/cyphernodeconf:${VERSION} diff --git a/cyphernodeconf_docker/run.sh b/cyphernodeconf_docker/run.sh index 4daec2d..2b8a1b0 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.3.0-rc.6 -export PYCOIN_VERSION=v0.3.0-rc.6 -export SETUP_VERSION=v0.3.0-rc.6 +export PROXYCRON_VERSION=v0.3.0 +export PYCOIN_VERSION=v0.3.0 +export SETUP_VERSION=v0.3.0 export BITCOIN_VERSION=v0.19.0.1 export LIGHTNING_VERSION=v0.8.0 export DEFAULT_DATADIR_BASE=$HOME -export GATEKEEPER_VERSION=v0.3.0-rc.6 -export TOR_VERSION=v0.3.0-rc.6 -export PROXY_VERSION=v0.3.0-rc.6 -export OTSCLIENT_VERSION=v0.3.0-rc.6 -export NOTIFIER_VERSION=v0.3.0-rc.6 +export GATEKEEPER_VERSION=v0.3.0 +export TOR_VERSION=v0.3.0 +export PROXY_VERSION=v0.3.0 +export OTSCLIENT_VERSION=v0.3.0 +export NOTIFIER_VERSION=v0.3.0 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 af08d24..a61fe9d 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -776,17 +776,17 @@ ALWAYSYES=0 SUDO_REQUIRED=0 AUTOSTART=0 -# CYPHERNODE VERSION "v0.3.0-rc.6" -SETUP_VERSION="v0.3.0-rc.6" -CONF_VERSION="v0.3.0-rc.6" -GATEKEEPER_VERSION="v0.3.0-rc.6" -TOR_VERSION="v0.3.0-rc.6" -PROXY_VERSION="v0.3.0-rc.6" -NOTIFIER_VERSION="v0.3.0-rc.6" -PROXYCRON_VERSION="v0.3.0-rc.6" -OTSCLIENT_VERSION="v0.3.0-rc.6" -PYCOIN_VERSION="v0.3.0-rc.6" -CYPHERAPPS_VERSION="v0.3.0-rc.1" +# CYPHERNODE VERSION "v0.3.0" +SETUP_VERSION="v0.3.0" +CONF_VERSION="v0.3.0" +GATEKEEPER_VERSION="v0.3.0" +TOR_VERSION="v0.3.0" +PROXY_VERSION="v0.3.0" +NOTIFIER_VERSION="v0.3.0" +PROXYCRON_VERSION="v0.3.0" +OTSCLIENT_VERSION="v0.3.0" +PYCOIN_VERSION="v0.3.0" +CYPHERAPPS_VERSION="v0.3.0" 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 821fd61..c5bd8b4 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-rc.6" -v2="v0.3-rc.6" -v3="v0.3.0-rc.6" +v1="v0" +v2="v0.3" +v3="v0.3.0" 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 bc2bfc3..e67c73c 100644 --- a/docker-compose-sample.yml +++ b/docker-compose-sample.yml @@ -32,7 +32,7 @@ services: ########################## proxy: - image: cyphernode/proxy:v0.3.0-rc.6-local + image: cyphernode/proxy:v0.3.0-local command: $USER ./startproxy.sh environment: - "TRACING=1" @@ -75,7 +75,7 @@ services: ########################## proxycron: - image: cyphernode/proxycron:v0.3.0-rc.6-local + image: cyphernode/proxycron:v0.3.0-local environment: - "TX_CONF_URL=proxy:8888/executecallbacks" - "OTS_URL=proxy:8888/ots_backoffice" @@ -106,7 +106,7 @@ services: ########################## notifier: - image: cyphernode/notifier:v0.3.0-rc.6-local + image: cyphernode/notifier:v0.3.0-local command: $USER ./startnotifier.sh networks: - cyphernodenet @@ -123,7 +123,7 @@ services: ########################## pycoin: - image: cyphernode/pycoin:v0.3.0-rc.6-local + image: cyphernode/pycoin:v0.3.0-local command: $USER ./startpycoin.sh environment: - "TRACING=1" @@ -142,7 +142,7 @@ services: ########################## otsclient: - image: cyphernode/otsclient:v0.3.0-rc.6-local + image: cyphernode/otsclient:v0.3.0-local command: $USER /script/startotsclient.sh environment: - "TRACING=1" @@ -168,7 +168,7 @@ services: gatekeeper: # HTTP authentication API gate - image: cyphernode/gatekeeper:v0.3.0-rc.6-local + image: cyphernode/gatekeeper:v0.3.0-local command: $USER environment: - "TRACING=1"