Ver código fonte

release: v0.2.4

Mustafa Arici 8 anos atrás
pai
commit
c22a9a96ab
3 arquivos alterados com 27 adições e 7 exclusões
  1. 20 0
      CHANGELOG.md
  2. 6 6
      bindata/bindata.go
  3. 1 1
      const.go

+ 20 - 0
CHANGELOG.md

@@ -1,5 +1,21 @@
 # Change Log
 
+## [v0.2.4](https://github.com/cad/ovpm/tree/v0.2.4) (2017-10-06)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.2.3...v0.2.4)
+
+**Fixed bugs:**
+
+- allow update if the target ip is user's already statically allocated ip [\#49](https://github.com/cad/ovpm/issues/49)
+
+## [v0.2.3](https://github.com/cad/ovpm/tree/v0.2.3) (2017-10-06)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.2.2...v0.2.3)
+
+## [v0.2.2](https://github.com/cad/ovpm/tree/v0.2.2) (2017-10-05)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.2.1...v0.2.2)
+
+## [v0.2.1](https://github.com/cad/ovpm/tree/v0.2.1) (2017-10-04)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.2.0...v0.2.1)
+
 ## [v0.2.0](https://github.com/cad/ovpm/tree/v0.2.0) (2017-10-03)
 [Full Changelog](https://github.com/cad/ovpm/compare/v0.1.18...v0.2.0)
 
@@ -10,6 +26,10 @@
 ## [v0.1.18](https://github.com/cad/ovpm/tree/v0.1.18) (2017-09-19)
 [Full Changelog](https://github.com/cad/ovpm/compare/v0.1.17...v0.1.18)
 
+**Implemented enhancements:**
+
+- web ui [\#11](https://github.com/cad/ovpm/issues/11)
+
 ## [v0.1.17](https://github.com/cad/ovpm/tree/v0.1.17) (2017-09-19)
 [Full Changelog](https://github.com/cad/ovpm/compare/v0.1.16...v0.1.17)
 

+ 6 - 6
bindata/bindata.go

@@ -93,7 +93,7 @@ func templateAuthSwaggerJson() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/auth.swagger.json", size: 2503, mode: os.FileMode(420), modTime: time.Unix(1507286257, 0)}
+	info := bindataFileInfo{name: "template/auth.swagger.json", size: 2503, mode: os.FileMode(420), modTime: time.Unix(1507286754, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
@@ -113,7 +113,7 @@ func templateBundleJs() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/bundle.js", size: 298007, mode: os.FileMode(420), modTime: time.Unix(1507286279, 0)}
+	info := bindataFileInfo{name: "template/bundle.js", size: 298007, mode: os.FileMode(420), modTime: time.Unix(1507286775, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
@@ -193,7 +193,7 @@ func templateIndexHtml() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/index.html", size: 577, mode: os.FileMode(420), modTime: time.Unix(1507286279, 0)}
+	info := bindataFileInfo{name: "template/index.html", size: 577, mode: os.FileMode(420), modTime: time.Unix(1507286775, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
@@ -233,7 +233,7 @@ func templateNetworkSwaggerJson() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/network.swagger.json", size: 6669, mode: os.FileMode(420), modTime: time.Unix(1507286257, 0)}
+	info := bindataFileInfo{name: "template/network.swagger.json", size: 6669, mode: os.FileMode(420), modTime: time.Unix(1507286754, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
@@ -273,7 +273,7 @@ func templateUserSwaggerJson() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/user.swagger.json", size: 6556, mode: os.FileMode(420), modTime: time.Unix(1507286257, 0)}
+	info := bindataFileInfo{name: "template/user.swagger.json", size: 6556, mode: os.FileMode(420), modTime: time.Unix(1507286754, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
@@ -293,7 +293,7 @@ func templateVpnSwaggerJson() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/vpn.swagger.json", size: 3334, mode: os.FileMode(420), modTime: time.Unix(1507286257, 0)}
+	info := bindataFileInfo{name: "template/vpn.swagger.json", size: 3334, mode: os.FileMode(420), modTime: time.Unix(1507286754, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }

+ 1 - 1
const.go

@@ -2,7 +2,7 @@ package ovpm
 
 const (
 	// Version defines the version of ovpm.
-	Version = "0.2.3"
+	Version = "0.2.4"
 
 	// DefaultVPNPort is the default OpenVPN port to listen.
 	DefaultVPNPort = "1197"