Skip to content

Commit d29c394

Browse files
authored
Merge pull request #2061 from gravitl/story/GRA-1267
update version in swagger and scripts.
2 parents e771d91 + 3f27d4d commit d29c394

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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

swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ info:
710710
711711
API calls must be authenticated via a header of the format -H “Authorization: Bearer <YOUR_SECRET_KEY>” There are two methods to obtain YOUR_SECRET_KEY: 1. Using the masterkey. By default, this value is “secret key,” but you should change this on your instance and keep it secure. This value can be set via env var at startup or in a config file (config/environments/< env >.yaml). See the [Netmaker](https://docs.netmaker.org/index.html) documentation for more details. 2. Using a JWT received for a node. This can be retrieved by calling the /api/nodes/<network>/authenticate endpoint, as documented below.
712712
title: Netmaker
713-
version: 0.18.0
713+
version: 0.18.1
714714
paths:
715715
/api/dns:
716716
get:

0 commit comments

Comments
 (0)