Skip to content

Commit 3f27d4d

Browse files
committed
upgrading quick scripts to 0.18.1
1 parent aff2918 commit 3f27d4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

scripts/nm-quick.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
LATEST="v0.18.0"
3+
LATEST="v0.18.1"
44

55
print_logo() {(
66
cat << "EOF"
@@ -40,7 +40,7 @@ usage () {(
4040
echo " \"branch\": - will install a specific branch using remote git and dockerhub "
4141
echo " -t tag of build; if buildtype=version, tag=version. If builtype=branch or builtype=local, tag=branch"
4242
echo "examples:"
43-
echo " nm-quick.sh -e -b version -t v0.18.0"
43+
echo " nm-quick.sh -e -b version -t v0.18.1"
4444
echo " nm-quick.sh -e -b local -t feature_v0.17.2_newfeature"
4545
echo " nm-quick.sh -e -b branch -t develop"
4646
exit 1

scripts/nm-upgrade.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ collect_server_settings() {
187187

188188
STUN_NAME="stun.$SERVER_NAME"
189189
echo "-----------------------------------------------------"
190-
echo "Netmaker v0.18.0 requires a new DNS entry for $STUN_NAME."
190+
echo "Netmaker v0.18.1 requires a new DNS entry for $STUN_NAME."
191191
echo "Please confirm this is added to your DNS provider before continuing"
192192
echo "(note: this is not required if using an nip.io address)"
193193
echo "-----------------------------------------------------"
@@ -245,7 +245,7 @@ set_compose() {
245245
sed -i "s/v0.17.1/testing/g" /root/docker-compose.yml
246246

247247
# RELEASE_REPLACE - Use this once release is ready
248-
#sed -i "s/v0.17.1/v0.18.0/g" /root/docker-compose.yml
248+
#sed -i "s/v0.17.1/v0.18.1/g" /root/docker-compose.yml
249249
yq ".services.netmaker.environment.SERVER_NAME = \"$SERVER_NAME\"" -i /root/docker-compose.yml
250250
yq ".services.netmaker.environment += {\"BROKER_NAME\": \"$BROKER_NAME\"}" -i /root/docker-compose.yml
251251
yq ".services.netmaker.environment += {\"STUN_NAME\": \"$STUN_NAME\"}" -i /root/docker-compose.yml
@@ -447,7 +447,7 @@ join_networks() {
447447
cat << "EOF"
448448
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
449449
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
450-
The Netmaker Upgrade Script: Upgrading to v0.18.0 so you don't have to!
450+
The Netmaker Upgrade Script: Upgrading to v0.18.1 so you don't have to!
451451
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
452452
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
453453
EOF

0 commit comments

Comments
 (0)