Skip to content

Commit

Permalink
Update gitea to v1.22.4 (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Nov 27, 2024
1 parent 50d2886 commit e2db020
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gitea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"

server:
image: gitea/gitea:1.22.3-rootless@sha256:6b068c75b3454016b0304d0bb158b027cae6393fc668ce6a3727d4f4016261ed
image: gitea/gitea:1.22.4-rootless@sha256:e764bb13126fd1fc0c71843f9377ecf6d2784007daea43782150549b110e086f
user: "1000:1000"
restart: on-failure
ports:
Expand Down
11 changes: 6 additions & 5 deletions gitea/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: gitea
category: developer
name: Gitea
version: "1.22.3"
version: "1.22.4"
tagline: A painless self-hosted Git service
description: >-
Gitea is a painless self-hosted Git service. It is similar to
Expand Down Expand Up @@ -42,13 +42,14 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
This release includes various bug fixes and improvements, including:
This release includes various security fixes and improvements:
- 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
- Enhanced security for basic authentication and API endpoints
- Improved performance for archive downloads
- Fixed issues with Docker image pulling, repository permissions, and pull request handling
- Resolved several UI and display issues
- Improved OAuth and WebAuthn authentication
As always, please review the full release notes for any changes that may affect your setup: https://github.com/go-gitea/gitea/releases
Expand Down

0 comments on commit e2db020

Please sign in to comment.