Girish Ramakrishnan 7 лет назад
Родитель
Сommit
23f93858d1
3 измененных файлов с 4 добавлено и 5 удалено
  1. 1 1
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 2 3
      test/package.json

+ 1 - 1
CHANGELOG

@@ -97,7 +97,7 @@
 [0.16.3]
 * Update to Gogs 0.11.19
 
-[0.16.4]
+[1.0.0]
 * Update Git to v2.7.4-0ubuntu1.2
 * Fixes critical security issue that allows remote command execution in git
 * https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-1000117.html

+ 1 - 1
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Gogs developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "A painless self-hosted Git Service",
-  "version": "0.16.3",
+  "version": "1.0.0",
   "healthCheckPath": "/healthcheck",
   "httpPort": 3000,
   "addons": {

+ 2 - 3
test/package.json

@@ -13,12 +13,11 @@
     "expect.js": "^0.3.1",
     "mkdirp": "^0.5.1",
     "mocha": "^2.3.4",
-    "rimraf": "^2.4.4",
-    "superagent": "^1.4.0"
+    "rimraf": "^2.4.4"
   },
   "dependencies": {
     "selenium-server-standalone-jar": "^3.3.1",
     "selenium-webdriver": "^3.3.0",
-    "superagent": "^1.8.5"
+    "superagent": "^3.5.2"
   }
 }