Ver Fonte

Version 1.1.0

Girish Ramakrishnan há 7 anos atrás
pai
commit
699ac55278
3 ficheiros alterados com 11 adições e 2 exclusões
  1. 9 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 1
      DESCRIPTION.md

+ 9 - 0
CHANGELOG

@@ -102,3 +102,12 @@
 * 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.0]
+* Update to Gogs 0.11.29
+* Private repository activity shown in "Public activity" tab, if the repository was once public #4414
+* Webhooks refuse IPv6 URLs as invalid #4428
+* No email notification if issue closed by commit #4430
+* Explore page incorrect paging #4441
+* /api/v1/repos/search returns empty values #4522
+* Panic after created a pull request #4572
+

+ 1 - 1
CloudronManifest.json

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

+ 1 - 1
DESCRIPTION.md

@@ -1,6 +1,6 @@
 Gogs (Go Git Service) is a painless self-hosted Git service.
 
-This app packages Gogs <upstream>0.11.19</upstream>
+This app packages Gogs <upstream>0.11.29</upstream>
 
 ### Purpose