mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update gitea to version v1.23.5 (#2317)
This commit is contained in:
parent
b86dfef87d
commit
c2a422932b
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
server:
|
||||
image: gitea/gitea:1.23.4-rootless@sha256:325b856867abcbbde7ca085b81e51ceb6b304e67f99348299195ca909f043964
|
||||
image: gitea/gitea:1.23.5-rootless@sha256:3a335645ca700660ac6c10d6f3223b6611ed6959441f6d2f7cd5fa607baf1425
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
ports:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: gitea
|
||||
category: developer
|
||||
name: Gitea
|
||||
version: "1.23.4"
|
||||
version: "1.23.5"
|
||||
tagline: A painless self-hosted Git service
|
||||
description: >-
|
||||
Gitea is a painless self-hosted Git service. It is similar to
|
||||
@ -11,23 +11,15 @@ description: >-
|
||||
seamlessly on inexpensive hardware like a Raspberry Pi. Features:
|
||||
|
||||
|
||||
- Fully self-hosted and private
|
||||
|
||||
- Issue tracker
|
||||
|
||||
- Account/Organization/Repository management
|
||||
|
||||
- Tor support
|
||||
|
||||
- Repository Git hooks/deploy keys
|
||||
|
||||
- Repository issues, pull requests and wiki
|
||||
|
||||
- Add/Remove repository collaborators
|
||||
|
||||
- Gravatar and custom source
|
||||
|
||||
- Admin panel
|
||||
- Fully self-hosted and private
|
||||
- Issue tracker
|
||||
- Account/Organization/Repository management
|
||||
- Tor support
|
||||
- Repository Git hooks/deploy keys
|
||||
- Repository issues, pull requests and wiki
|
||||
- Add/Remove repository collaborators
|
||||
- Gravatar and custom source
|
||||
- Admin panel
|
||||
developer: Gitea
|
||||
website: https://gitea.io/en-us/
|
||||
dependencies: []
|
||||
@ -44,15 +36,16 @@ defaultPassword: ""
|
||||
releaseNotes: >
|
||||
This update includes various enhancements and bug fixes:
|
||||
|
||||
- Enhanced router protections for Actions variables and runner operations, fixed project issues list
|
||||
- Improved loading speed for pull request comments and attachments
|
||||
- Fixed mirror sync issues and repository health checking
|
||||
- Improved pull request target branch dropdown functionality
|
||||
- Fixed multiple issues including artifact ordering and assignee checks
|
||||
- Reworked the suggestion backend system
|
||||
- Made actions URLs absolute in commit status webhooks
|
||||
- Added missing locale translation
|
||||
- Fixed various context usage problems
|
||||
|
||||
- Improved user dashboard loading performance
|
||||
- Enhanced navbar dropdown item alignment
|
||||
- Fixed inconsistent closed issue list icon
|
||||
- Improved Maven package naming convention handling
|
||||
- Enhanced Open-with URL encoding
|
||||
- Fixed repository deletion to unlink all related packages
|
||||
- Improved Git graph to not show detached commits
|
||||
- Enhanced commit status webhook appearance
|
||||
|
||||
|
||||
As always, please review the full release notes for any changes that may affect your setup: https://github.com/go-gitea/gitea/releases
|
||||
torOnly: false
|
||||
|
Loading…
Reference in New Issue
Block a user