Update gitea to version v1.23.5 (#2317)

This commit is contained in:
Alexander L. 2025-03-13 00:20:05 +01:00 committed by GitHub
parent b86dfef87d
commit c2a422932b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 28 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
server: server:
image: gitea/gitea:1.23.4-rootless@sha256:325b856867abcbbde7ca085b81e51ceb6b304e67f99348299195ca909f043964 image: gitea/gitea:1.23.5-rootless@sha256:3a335645ca700660ac6c10d6f3223b6611ed6959441f6d2f7cd5fa607baf1425
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
ports: ports:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: gitea id: gitea
category: developer category: developer
name: Gitea name: Gitea
version: "1.23.4" version: "1.23.5"
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
@ -11,23 +11,15 @@ description: >-
seamlessly on inexpensive hardware like a Raspberry Pi. Features: seamlessly on inexpensive hardware like a Raspberry Pi. Features:
- Fully self-hosted and private - Fully self-hosted and private
- Issue tracker
- Issue tracker - Account/Organization/Repository management
- Tor support
- Account/Organization/Repository management - Repository Git hooks/deploy keys
- Repository issues, pull requests and wiki
- Tor support - Add/Remove repository collaborators
- Gravatar and custom source
- Repository Git hooks/deploy keys - Admin panel
- Repository issues, pull requests and wiki
- Add/Remove repository collaborators
- Gravatar and custom source
- Admin panel
developer: Gitea developer: Gitea
website: https://gitea.io/en-us/ website: https://gitea.io/en-us/
dependencies: [] dependencies: []
@ -44,15 +36,16 @@ defaultPassword: ""
releaseNotes: > releaseNotes: >
This update includes various enhancements and bug fixes: 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 - Improved user dashboard loading performance
- Fixed mirror sync issues and repository health checking - Enhanced navbar dropdown item alignment
- Improved pull request target branch dropdown functionality - Fixed inconsistent closed issue list icon
- Fixed multiple issues including artifact ordering and assignee checks - Improved Maven package naming convention handling
- Reworked the suggestion backend system - Enhanced Open-with URL encoding
- Made actions URLs absolute in commit status webhooks - Fixed repository deletion to unlink all related packages
- Added missing locale translation - Improved Git graph to not show detached commits
- Fixed various context usage problems - 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 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 torOnly: false