Nathan Fretz
5 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
4 deletions
-
gitea/docker-compose.yml
-
gitea/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
server: |
|
|
|
image: gitea/gitea:1.22.2-rootless@sha256:75b1e8f14a63eb33da4dc5d1032212a97fe322d76cf3c5b080611771e7a2f154 |
|
|
|
image: gitea/gitea:1.22.3-rootless@sha256:6b068c75b3454016b0304d0bb158b027cae6393fc668ce6a3727d4f4016261ed |
|
|
|
user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
ports: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: gitea |
|
|
|
category: developer |
|
|
|
name: Gitea |
|
|
|
version: "1.22.2" |
|
|
|
version: "1.22.3" |
|
|
|
tagline: A painless self-hosted Git service |
|
|
|
description: >- |
|
|
|
Gitea is a painless self-hosted Git service. It is similar to |
|
|
@ -45,9 +45,9 @@ releaseNotes: > |
|
|
|
This release includes various bug fixes and improvements, including: |
|
|
|
|
|
|
|
|
|
|
|
- Fixed issues with search functionality and team management |
|
|
|
- Improved handling of repository transfers and branch renaming |
|
|
|
- Enhanced security for API endpoints and public key management |
|
|
|
- Improved performance for action table data loading |
|
|
|
- Fixed issues with branch protection, migrations, and pull request handling |
|
|
|
- Resolved several UI and display issues |
|
|
|
|
|
|
|
|
|
|
|