Update version to 2.0.0-rc.1

This commit is contained in:
Jason Ertel
2020-06-17 10:32:39 -04:00
parent b489420002
commit 3451f74b63
2 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
1.4.0 2.0.0-rc.1

View File

@@ -19,7 +19,7 @@ source ./so-whiptail
source ./so-variables source ./so-variables
source ./so-common-functions source ./so-common-functions
SOVERSION=1.4.0 SOVERSION=2.0.0-rc.1
accept_salt_key_remote() { accept_salt_key_remote() {
systemctl restart salt-minion systemctl restart salt-minion
@@ -689,7 +689,7 @@ docker_registry() {
} }
docker_seed_registry() { docker_seed_registry() {
local VERSION="HH$SOVERSION" local VERSION="$SOVERSION"
if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then
local TRUSTED_CONTAINERS=(\ local TRUSTED_CONTAINERS=(\
@@ -929,7 +929,7 @@ master_static() {
# Create a static file for global values # Create a static file for global values
printf '%s\n'\ printf '%s\n'\
"static:"\ "static:"\
" soversion: HH$SOVERSION"\ " soversion: $SOVERSION"\
" hnmaster: $HNMASTER"\ " hnmaster: $HNMASTER"\
" ntpserver: $NTPSERVER"\ " ntpserver: $NTPSERVER"\
" proxy: $PROXY"\ " proxy: $PROXY"\