Browse Source

Update Gitea to v1.21.7 (#1004)

main
Nathan Fretz 11 months ago
committed by GitHub
parent
commit
721874836a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      gitea/docker-compose.yml
  2. 32
      gitea/umbrel-app.yml

2
gitea/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
server: server:
image: gitea/gitea:1.21.6-rootless@sha256:07d9eeb873575a76b79f549cf97abe6b55d2e1bb5f4a899aae0c775ec7650960 image: gitea/gitea:1.21.7-rootless@sha256:5d433ef2ebae7eae7b0d0ec42263645a9d200d342fc31ea5bca9745611f89811
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
ports: ports:

32
gitea/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: gitea id: gitea
category: developer category: developer
name: Gitea name: Gitea
version: "1.21.6" version: "1.21.7"
tagline: A painless self-hosted Git service tagline: A painless self-hosted Git service
description: >- description: >-
Gitea is a painless self-hosted Git service. It is similar to Gitea is a painless self-hosted Git service. It is similar to
@ -42,36 +42,10 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > 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 Full release notes can be found at https://github.com/go-gitea/gitea/releases.
- 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.
torOnly: false torOnly: false
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150 submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150

Loading…
Cancel
Save