Browse Source
Update Gitea to 1.18.5 (#428)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
jimSuleymanBr
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
34 additions and
4 deletions
-
gitea/docker-compose.yml
-
gitea/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
server: |
|
|
|
image: gitea/gitea:1.16.8-rootless@sha256:8a6ad22694c76122ae075af1153a544577724c45cb45af44963aa78dc179cc46 |
|
|
|
image: gitea/gitea:1.18.5-rootless@sha256:40d4a630fd90cb41bea245034a1a86e3ba7220e8f6d7e5e0d0a50583df2e1a16 |
|
|
|
user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
ports: |
|
|
@ -31,7 +31,7 @@ services: |
|
|
|
GITEA__database__PASSWD: "moneyprintergobrrr" |
|
|
|
|
|
|
|
db: |
|
|
|
image: mariadb:10.5.12@sha256:dfcba5641bdbfd7cbf5b07eeed707e6a3672f46823695a0d3aba2e49bbd9b1dd |
|
|
|
image: mariadb:10.11.2@sha256:dd0f492b6b6e7bb4aa707181b799d4efe42cb3a9f6012ec3dbaf326d402151e8 |
|
|
|
user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: gitea |
|
|
|
category: Development |
|
|
|
name: Gitea |
|
|
|
version: "1.16.8" |
|
|
|
version: "1.18.5" |
|
|
|
tagline: A painless self-hosted Git service |
|
|
|
description: >- |
|
|
|
Gitea is a painless self-hosted Git service. It is similar to |
|
|
@ -41,6 +41,36 @@ gallery: |
|
|
|
path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: > |
|
|
|
This release updates Gitea from 1.16.8 to 1.18.5. |
|
|
|
A full list of new features, improvements, and bug fixes |
|
|
|
for versions between 1.16.8 and 1.18.5 can be found here: https://github.com/go-gitea/gitea/releases. |
|
|
|
|
|
|
|
|
|
|
|
Version 1.18.5 release notes: |
|
|
|
|
|
|
|
|
|
|
|
ENHANCEMENTS |
|
|
|
|
|
|
|
- Hide 2FA status from other members in organization members list |
|
|
|
|
|
|
|
|
|
|
|
BUGFIXES |
|
|
|
|
|
|
|
- Add force_merge to merge request and fix checking mergable |
|
|
|
|
|
|
|
- Use --message=%s for git commit message |
|
|
|
|
|
|
|
- Render access log template as text instead of HTML |
|
|
|
|
|
|
|
- Fix the Manually Merged form |
|
|
|
|
|
|
|
- Use beforeCommit instead of baseCommit |
|
|
|
|
|
|
|
- Display attachments of review comment when comment content is blank |
|
|
|
|
|
|
|
- Return empty url for submodule tree entries |
|
|
|
|
|
|
|
torOnly: false |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150 |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150 |
|
|
|