Skip to content

Commit 46f9c54

Browse files
authored
v0.3.2 (#181)
1 parent ed06a00 commit 46f9c54

File tree

6 files changed

+35
-35
lines changed

6 files changed

+35
-35
lines changed

build.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
TRACING=1
44

5-
# CYPHERNODE VERSION "v0.3.1"
6-
CONF_VERSION="v0.3.1-local"
7-
GATEKEEPER_VERSION="v0.3.1-local"
8-
TOR_VERSION="v0.3.1-local"
9-
PROXY_VERSION="v0.3.1-local"
10-
NOTIFIER_VERSION="v0.3.1-local"
11-
PROXYCRON_VERSION="v0.3.1-local"
12-
OTSCLIENT_VERSION="v0.3.1-local"
13-
PYCOIN_VERSION="v0.3.1-local"
5+
# CYPHERNODE VERSION "v0.3.2"
6+
CONF_VERSION="v0.3.2-local"
7+
GATEKEEPER_VERSION="v0.3.2-local"
8+
TOR_VERSION="v0.3.2-local"
9+
PROXY_VERSION="v0.3.2-local"
10+
NOTIFIER_VERSION="v0.3.2-local"
11+
PROXYCRON_VERSION="v0.3.2-local"
12+
OTSCLIENT_VERSION="v0.3.2-local"
13+
PYCOIN_VERSION="v0.3.2-local"
1414
BITCOIN_VERSION="v0.19.0.1"
1515
LIGHTNING_VERSION="v0.8.0"
1616

cyphernodeconf_docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

3-
VERSION=v0.3.1
3+
VERSION=v0.3.2
44

55
docker build . -t cyphernode/cyphernodeconf:${VERSION}

cyphernodeconf_docker/run.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
export SETUP_DIR=$(pwd)/../dist
44
export DEFAULT_USER=$USER
55
export DEFAULT_CERT_HOSTNAME=disk0book.local
6-
export PROXYCRON_VERSION=v0.3.1
7-
export PYCOIN_VERSION=v0.3.1
8-
export SETUP_VERSION=v0.3.1
6+
export PROXYCRON_VERSION=v0.3.2
7+
export PYCOIN_VERSION=v0.3.2
8+
export SETUP_VERSION=v0.3.2
99
export BITCOIN_VERSION=v0.19.0.1
1010
export LIGHTNING_VERSION=v0.8.0
1111
export DEFAULT_DATADIR_BASE=$HOME
12-
export GATEKEEPER_VERSION=v0.3.1
13-
export TOR_VERSION=v0.3.1
14-
export PROXY_VERSION=v0.3.1
15-
export OTSCLIENT_VERSION=v0.3.1
16-
export NOTIFIER_VERSION=v0.3.1
12+
export GATEKEEPER_VERSION=v0.3.2
13+
export TOR_VERSION=v0.3.2
14+
export PROXY_VERSION=v0.3.2
15+
export OTSCLIENT_VERSION=v0.3.2
16+
export NOTIFIER_VERSION=v0.3.2
1717
export EDITOR=/usr/bin/nano
1818
export TRAEFIK_VERSION="v1.7.9-alpine"
1919
export MOSQUITTO_VERSION="1.6"

dist/setup.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -777,16 +777,16 @@ ALWAYSYES=0
777777
SUDO_REQUIRED=0
778778
AUTOSTART=0
779779

780-
# CYPHERNODE VERSION "v0.3.1"
781-
SETUP_VERSION="v0.3.1"
782-
CONF_VERSION="v0.3.1"
783-
GATEKEEPER_VERSION="v0.3.1"
784-
TOR_VERSION="v0.3.1"
785-
PROXY_VERSION="v0.3.1"
786-
NOTIFIER_VERSION="v0.3.1"
787-
PROXYCRON_VERSION="v0.3.1"
788-
OTSCLIENT_VERSION="v0.3.1"
789-
PYCOIN_VERSION="v0.3.1"
780+
# CYPHERNODE VERSION "v0.3.2"
781+
SETUP_VERSION="v0.3.2"
782+
CONF_VERSION="v0.3.2"
783+
GATEKEEPER_VERSION="v0.3.2"
784+
TOR_VERSION="v0.3.2"
785+
PROXY_VERSION="v0.3.2"
786+
NOTIFIER_VERSION="v0.3.2"
787+
PROXYCRON_VERSION="v0.3.2"
788+
OTSCLIENT_VERSION="v0.3.2"
789+
PYCOIN_VERSION="v0.3.2"
790790
CYPHERAPPS_VERSION="v0.3.0"
791791
BITCOIN_VERSION="v0.19.0.1"
792792
LIGHTNING_VERSION="v0.8.0"

docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ arch_docker=${x86_docker}
6767

6868
v1="v0"
6969
v2="v0.3"
70-
v3="v0.3.1"
70+
v3="v0.3.2"
7171

7272
echo "\nBuilding Cyphernode Core containers\n"
7373
echo "arch_docker=$arch_docker\n"

docker-compose-sample.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
##########################
3333

3434
proxy:
35-
image: cyphernode/proxy:v0.3.1-local
35+
image: cyphernode/proxy:v0.3.2-local
3636
command: $USER ./startproxy.sh
3737
environment:
3838
- "TRACING=1"
@@ -75,7 +75,7 @@ services:
7575
##########################
7676

7777
proxycron:
78-
image: cyphernode/proxycron:v0.3.1-local
78+
image: cyphernode/proxycron:v0.3.2-local
7979
environment:
8080
- "TX_CONF_URL=proxy:8888/executecallbacks"
8181
- "OTS_URL=proxy:8888/ots_backoffice"
@@ -106,7 +106,7 @@ services:
106106
##########################
107107

108108
notifier:
109-
image: cyphernode/notifier:v0.3.1-local
109+
image: cyphernode/notifier:v0.3.2-local
110110
command: $USER ./startnotifier.sh
111111
networks:
112112
- cyphernodenet
@@ -123,7 +123,7 @@ services:
123123
##########################
124124

125125
pycoin:
126-
image: cyphernode/pycoin:v0.3.1-local
126+
image: cyphernode/pycoin:v0.3.2-local
127127
command: $USER ./startpycoin.sh
128128
environment:
129129
- "TRACING=1"
@@ -142,7 +142,7 @@ services:
142142
##########################
143143

144144
otsclient:
145-
image: cyphernode/otsclient:v0.3.1-local
145+
image: cyphernode/otsclient:v0.3.2-local
146146
command: $USER /script/startotsclient.sh
147147
environment:
148148
- "TRACING=1"
@@ -168,7 +168,7 @@ services:
168168

169169
gatekeeper:
170170
# HTTP authentication API gate
171-
image: cyphernode/gatekeeper:v0.3.1-local
171+
image: cyphernode/gatekeeper:v0.3.2-local
172172
command: $USER
173173
environment:
174174
- "TRACING=1"

0 commit comments

Comments
 (0)