Update gitea to v1.22.3 (#1619)

This commit is contained in:
Nathan Fretz 2024-10-11 14:07:48 +10:00 committed by GitHub
parent f6b6cf5a75
commit be8f9c9590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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