From e2db020e8e0ddcda520275fd82a234c9d8e18280 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 27 Nov 2024 10:29:54 +1000 Subject: [PATCH] Update gitea to v1.22.4 (#1847) --- gitea/docker-compose.yml | 2 +- gitea/umbrel-app.yml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index 14dc380486..e62dc3a9e9 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -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: diff --git a/gitea/umbrel-app.yml b/gitea/umbrel-app.yml index 129ca7b3cf..f8c5a05c34 100644 --- a/gitea/umbrel-app.yml +++ b/gitea/umbrel-app.yml @@ -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 @@ -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