v0.8.0-rc.3

This commit is contained in:
kexkey
2022-02-17 16:56:34 -05:00
parent b54b927fea
commit a9a7d5550b
4 changed files with 23 additions and 22 deletions

View File

@@ -2,15 +2,15 @@
TRACING=1
# CYPHERNODE VERSION "v0.8.0-rc.2"
CONF_VERSION="v0.8.0-rc.2-local"
GATEKEEPER_VERSION="v0.8.0-rc.2-local"
TOR_VERSION="v0.8.0-rc.2-local"
PROXY_VERSION="v0.8.0-rc.2-local"
NOTIFIER_VERSION="v0.8.0-rc.2-local"
PROXYCRON_VERSION="v0.8.0-rc.2-local"
OTSCLIENT_VERSION="v0.8.0-rc.2-local"
PYCOIN_VERSION="v0.8.0-rc.2-local"
# CYPHERNODE VERSION "v0.8.0-rc.3"
CONF_VERSION="v0.8.0-rc.3-local"
GATEKEEPER_VERSION="v0.8.0-rc.3-local"
TOR_VERSION="v0.8.0-rc.3-local"
PROXY_VERSION="v0.8.0-rc.3-local"
NOTIFIER_VERSION="v0.8.0-rc.3-local"
PROXYCRON_VERSION="v0.8.0-rc.3-local"
OTSCLIENT_VERSION="v0.8.0-rc.3-local"
PYCOIN_VERSION="v0.8.0-rc.3-local"
trace()
{

20
dist/setup.sh vendored
View File

@@ -859,16 +859,16 @@ ALWAYSYES=0
SUDO_REQUIRED=0
AUTOSTART=0
# CYPHERNODE VERSION "v0.8.0-rc.2"
SETUP_VERSION="v0.8.0-rc.2"
CONF_VERSION="v0.8.0-rc.2"
GATEKEEPER_VERSION="v0.8.0-rc.2"
TOR_VERSION="v0.8.0-rc.2"
PROXY_VERSION="v0.8.0-rc.2"
NOTIFIER_VERSION="v0.8.0-rc.2"
PROXYCRON_VERSION="v0.8.0-rc.2"
OTSCLIENT_VERSION="v0.8.0-rc.2"
PYCOIN_VERSION="v0.8.0-rc.2"
# CYPHERNODE VERSION "v0.8.0-rc.3"
SETUP_VERSION="v0.8.0-rc.3"
CONF_VERSION="v0.8.0-rc.3"
GATEKEEPER_VERSION="v0.8.0-rc.3"
TOR_VERSION="v0.8.0-rc.3"
PROXY_VERSION="v0.8.0-rc.3"
NOTIFIER_VERSION="v0.8.0-rc.3"
PROXYCRON_VERSION="v0.8.0-rc.3"
OTSCLIENT_VERSION="v0.8.0-rc.3"
PYCOIN_VERSION="v0.8.0-rc.3"
CYPHERAPPS_VERSION="releases/v0.8.0"
BITCOIN_VERSION="v22.0"
LIGHTNING_VERSION="v0.10.2"

View File

@@ -56,6 +56,7 @@ There are also several improvements and new features in this release. Thanks go
- proxy_docker/app/tests/test-batching.sh
- proxy_docker/app/tests/test-derive.sh
- proxy_docker/app/tests/test-watchpub32.sh
- proxy_docker/app/tests/test-watches.sh
- Fixed typos and improved clarity in messages
- Bump ws from 5.2.2 to 5.2.3 in /cyphernodeconf_docker
- Bump path-parse from 1.0.6 to 1.0.7 in /cyphernodeconf_docker

View File

@@ -59,9 +59,9 @@ x86_docker="amd64"
arm_docker="arm"
aarch64_docker="arm64"
v1="v0-rc.2"
v2="v0.8-rc.2"
v3="v0.8.0-rc.2"
v1="v0-rc.3"
v2="v0.8-rc.3"
v3="v0.8.0-rc.3"
# Build amd64 and arm64 first, building for arm will trigger the manifest creation and push on hub