From 721874836a27c5404b3d3a323715535fed52de0a Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 5 Mar 2024 21:40:21 -0800 Subject: [PATCH] Update Gitea to v1.21.7 (#1004) --- gitea/docker-compose.yml | 2 +- gitea/umbrel-app.yml | 32 +++----------------------------- 2 files changed, 4 insertions(+), 30 deletions(-) diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index af0a532..56664a6 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.21.6-rootless@sha256:07d9eeb873575a76b79f549cf97abe6b55d2e1bb5f4a899aae0c775ec7650960 + image: gitea/gitea:1.21.7-rootless@sha256:5d433ef2ebae7eae7b0d0ec42263645a9d200d342fc31ea5bca9745611f89811 user: "1000:1000" restart: on-failure ports: diff --git a/gitea/umbrel-app.yml b/gitea/umbrel-app.yml index 1e3025f..1381753 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.21.6" +version: "1.21.7" tagline: A painless self-hosted Git service description: >- Gitea is a painless self-hosted Git service. It is similar to @@ -42,36 +42,10 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - SECURITY + This is a minor release that includes a number of bug fixes. - - Fix XSS vulnerabilities - - - Use general token signing secret - - - ENHANCEMENTS - - - Refactor git version functions and check compatibility - - - Improve user experience for outdated comments - - - Hide code links on release page if user cannot read code - - - Wrap contained tags and branches again - - Fix incorrect button CSS usages - - - Strip trailing newline in markdown code copy - - - Implement some action notifier functions - - - Load outdated comments when (un)resolving conversation on PR timeline - - - As well as various bugfixes. - - - A full list of new features, improvements, and bug fixes can be found here: https://github.com/go-gitea/gitea/releases. + Full release notes can be found at https://github.com/go-gitea/gitea/releases. torOnly: false submitter: Umbrel submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150