From e87c1a34f9c401d090a7a72f76f944450af1c9d1 Mon Sep 17 00:00:00 2001 From: theguy951357 Date: Mon, 3 Apr 2023 09:36:02 -0400 Subject: [PATCH] missing version --- main.go | 2 +- release.md | 2 +- scripts/nm-upgrade.sh | 2 +- swagger.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index 5f8db253..a3bcaa2f 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ import ( stunserver "github.com/gravitl/netmaker/stun-server" ) -var version = "v" +var version = "v0.18.6" // Start DB Connection and start API Request Handler func main() { diff --git a/release.md b/release.md index d09af793..5fa2ced4 100644 --- a/release.md +++ b/release.md @@ -1,4 +1,4 @@ -# Netmaker v +# Netmaker v0.18.6 ## **Wait till out of pre-release to fully upgrade** diff --git a/scripts/nm-upgrade.sh b/scripts/nm-upgrade.sh index 86348a21..0390c306 100644 --- a/scripts/nm-upgrade.sh +++ b/scripts/nm-upgrade.sh @@ -1,6 +1,6 @@ #!/bin/bash -LATEST="v" +LATEST="v0.18.5" # check_version - make sure current version is 0.17.1 before continuing check_version() { diff --git a/swagger.yaml b/swagger.yaml index fc6e5b37..9b89ed9f 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -704,7 +704,7 @@ info: API calls must be authenticated via a header of the format -H “Authorization: Bearer ” 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//authenticate endpoint, as documented below. title: Netmaker - version: + version: 0.18.6 paths: /api/dns: get: