Nathan Fretz
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
30 deletions
-
gitea/docker-compose.yml
-
gitea/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
server: |
|
|
|
image: gitea/gitea:1.21.6-rootless@sha256:07d9eeb873575a76b79f549cf97abe6b55d2e1bb5f4a899aae0c775ec7650960 |
|
|
|
image: gitea/gitea:1.21.7-rootless@sha256:5d433ef2ebae7eae7b0d0ec42263645a9d200d342fc31ea5bca9745611f89811 |
|
|
|
user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
ports: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: gitea |
|
|
|
category: developer |
|
|
|
name: Gitea |
|
|
|
version: "1.21.6" |
|
|
|
version: "1.21.7" |
|
|
|
tagline: A painless self-hosted Git service |
|
|
|
description: >- |
|
|
|
Gitea is a painless self-hosted Git service. It is similar to |
|
|
@ -42,36 +42,10 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: > |
|
|
|
SECURITY |
|
|
|
This is a minor release that includes a number of bug fixes. |
|
|
|
|
|
|
|
- Fix XSS vulnerabilities |
|
|
|
|
|
|
|
- Use general token signing secret |
|
|
|
|
|
|
|
|
|
|
|
ENHANCEMENTS |
|
|
|
|
|
|
|
- Refactor git version functions and check compatibility |
|
|
|
|
|
|
|
- Improve user experience for outdated comments |
|
|
|
|
|
|
|
- Hide code links on release page if user cannot read code |
|
|
|
|
|
|
|
- Wrap contained tags and branches again |
|
|
|
|
|
|
|
- Fix incorrect button CSS usages |
|
|
|
|
|
|
|
- Strip trailing newline in markdown code copy |
|
|
|
|
|
|
|
- Implement some action notifier functions |
|
|
|
|
|
|
|
- Load outdated comments when (un)resolving conversation on PR timeline |
|
|
|
|
|
|
|
|
|
|
|
As well as various bugfixes. |
|
|
|
|
|
|
|
|
|
|
|
A full list of new features, improvements, and bug fixes can be found here: https://github.com/go-gitea/gitea/releases. |
|
|
|
Full release notes can be found at https://github.com/go-gitea/gitea/releases. |
|
|
|
torOnly: false |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150 |
|
|
|