From 77dcad15e1f82a78b02e3722490e2978432d6371 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Wed, 22 Nov 2023 07:40:23 +1100 Subject: [PATCH] Update gitea to 1.21.0 (#856) Co-authored-by: nmfretz --- gitea/docker-compose.yml | 2 +- gitea/umbrel-app.yml | 57 +++++++++++----------------------------- 2 files changed, 17 insertions(+), 42 deletions(-) diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index e07b649..ab108a8 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.20.3-rootless@sha256:58495fb9d1eab613e1fd3d4274a32567dea0c56fcd2fa99e21a0751c56182dd4 + image: gitea/gitea:1.21.0-rootless@sha256:89e4d9f64c030a1415454259f58c517e81bbe9710db1e12a17849e2c198df301 user: "1000:1000" restart: on-failure ports: diff --git a/gitea/umbrel-app.yml b/gitea/umbrel-app.yml index d11d05b..a7060ab 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.20.3" +version: "1.21.0" tagline: A painless self-hosted Git service description: >- Gitea is a painless self-hosted Git service. It is similar to @@ -42,63 +42,38 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - This release updates Gitea from 1.19.1 to 1.20.3. - A full list of new features, improvements, and bug fixes - for versions between 1.19.1 and 1.20.3 can be found here: https://github.com/go-gitea/gitea/releases. - - - Version 1.20.3 release notes highlights: - - - BREAKING + This release updates Gitea from 1.20.3 to 1.21.0. Please review breaking changes for 1.21.0 listed in the full release notes before updating https://github.com/go-gitea/gitea/releases/tag/v1.21.0. - - Fix the wrong derive path - - SECURITY - - - Fix API leaking Usermail if not logged in + Version 1.21.0 release notes highlights: FEATURES - - Add ThreadID parameter for Telegram webhooks + - User details page + + - Chore(actions): support cron schedule task + + - Add Retry button when creating a mirror-repo fails ENHANCEMENTS - - Add minimum polyfill to support "relative-time-element" in PaleMoon + - Render email addresses as such if followed by punctuation - - Move dropzone progress bar to bottom to show filename when uploading - - - Fix dark theme highlight for "NameNamespace" + - Show error toast when file size exceeds the limits - - Display human-readable text instead of cryptic filemodes + - Fix citation error when the file size is larger than 1024 bytes - - Warn instead of reporting an error when a webhook cannot be found + - Remove action runners on user deletion - - Use 'object-fit: contain' for oauth2 custom icons - - - Fix the topic validation rule and suport dots - - - BUGFIXES - - - Fix "issueReposQueryPattern does not match query" - - - Fix incorrect CLI exit code and duplicate error message + - Remove set tabindex on view issue - - Fix storage path logic especially for relative paths - - Fix attachment clipboard copy on insecure origin - - - Fix wrong middleware sequence - - - Avoiding accessing undefined tributeValues - - - Fix admin queue page title and fix CI failures - + And more! + A full list of new features, improvements, and bug fixes + for versions between 1.20.3 and 1.21.0 can be found here: https://github.com/go-gitea/gitea/releases. torOnly: false submitter: Umbrel submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150