Update gitea to v1.23.7 (#2536)

This commit is contained in:
Alexander L. 2025-04-11 12:34:47 +02:00 committed by GitHub
parent a7920d5710
commit dfc66d3bc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: gitea/gitea:1.23.6-rootless@sha256:9a18e8e9fb35f21fbe31b6a3a6754ceb0898a67ba874aa3c4cb25a47814c4185
image: gitea/gitea:1.23.7-rootless@sha256:e71bf5c6b9851238d8df9047a2056b40a1a1e87a0bff62bb82935d59d3d37b23
user: "1000:1000"
restart: on-failure
ports:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: gitea
category: developer
name: Gitea
version: "1.23.6"
version: "1.23.7"
tagline: A painless self-hosted Git service
description: >-
Gitea is a painless self-hosted Git service. It is similar to
@ -37,14 +37,14 @@ releaseNotes: >
This update includes various enhancements and bug fixes:
- Fixed LFS URL security issue
- Updated JWT and Redis packages for improved security
- Fixed Maven package handling to prevent panics
- Improved Markdown rendering
- Enhanced OAuth2 authentication
- Fixed UI issues and improved user interface
- Added support to disable passkey authentication
- Improved code search indexer options
- Added option to block expensive pages for anonymous users
- Improved SSH certificate handling
- Fixed Discord webhook issues
- Enhanced pull request action triggers
- Improved avatar handling and markdown rendering
- Added new CLI flags for user creation with access tokens
- Fixed various UI and layout issues
- Enhanced code owners review request functionality
As always, please review the full release notes for any changes that may affect your setup: https://github.com/go-gitea/gitea/releases