Girish Ramakrishnan 7 rokov pred
rodič
commit
2e34a9cce9
3 zmenil súbory, kde vykonal 21 pridanie a 3 odobranie
  1. 16 0
      CHANGELOG
  2. 4 2
      CloudronManifest.json
  3. 1 1
      DESCRIPTION.md

+ 16 - 0
CHANGELOG

@@ -114,3 +114,19 @@
 [1.1.1]
 * Preserve SECRET_KEY across updates and restarts
 
+[1.2.0]
+* Update to Gogs 0.11.33
+* Bug fixes
+  * Some security fixes
+  * Wrong commit ID in webhook payload after merging pull request #4442
+  * Meta tag go-import does not response correct value #4832
+* Features
+  *  Add Dingtalk webhook support #4773
+  *  Allow rebase and merge pull request #4798
+* Improvements
+  * Add placeholder '%s' for username in LDAP BindDN #2526
+  * Allow UID for git user in Docker container to be specified via ENV variable #3520
+  * Add repository setting to ignore whitespace when check pull request conflict #4834
+* Others
+  * Add new language support: Slovak
+

+ 4 - 2
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Gogs developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "A painless self-hosted Git Service",
-  "version": "1.1.1",
+  "version": "1.2.0",
   "healthCheckPath": "/healthcheck",
   "httpPort": 3000,
   "addons": {
@@ -33,5 +33,7 @@
   ],
   "tags": [ "version control", "git", "code hosting", "development" ],
   "changelog": "file://CHANGELOG",
-  "postInstallMessage": "file://POSTINSTALL.md"
+  "postInstallMessage": "file://POSTINSTALL.md",
+  "minBoxVersion": "1.8.1",
+  "documentationUrl": "https://cloudron.io/documentation/apps/gogs/"
 }

+ 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.29</upstream>
+This app packages Gogs <upstream>0.11.33</upstream>
 
 ### Purpose