mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
Update gitea to 1.21.0 (#856)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
0ce388ff4c
commit
77dcad15e1
|
@ -8,7 +8,7 @@ services:
|
||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: gitea/gitea:1.20.3-rootless@sha256:58495fb9d1eab613e1fd3d4274a32567dea0c56fcd2fa99e21a0751c56182dd4
|
image: gitea/gitea:1.21.0-rootless@sha256:89e4d9f64c030a1415454259f58c517e81bbe9710db1e12a17849e2c198df301
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||||
id: gitea
|
id: gitea
|
||||||
category: developer
|
category: developer
|
||||||
name: Gitea
|
name: Gitea
|
||||||
version: "1.20.3"
|
version: "1.21.0"
|
||||||
tagline: A painless self-hosted Git service
|
tagline: A painless self-hosted Git service
|
||||||
description: >-
|
description: >-
|
||||||
Gitea is a painless self-hosted Git service. It is similar to
|
Gitea is a painless self-hosted Git service. It is similar to
|
||||||
|
@ -42,63 +42,38 @@ path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
This release updates Gitea from 1.19.1 to 1.20.3.
|
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.
|
||||||
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
|
|
||||||
|
|
||||||
- Fix the wrong derive path
|
|
||||||
|
|
||||||
|
|
||||||
SECURITY
|
Version 1.21.0 release notes highlights:
|
||||||
|
|
||||||
- Fix API leaking Usermail if not logged in
|
|
||||||
|
|
||||||
|
|
||||||
FEATURES
|
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
|
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
|
- Show error toast when file size exceeds the limits
|
||||||
|
|
||||||
- Fix dark theme highlight for "NameNamespace"
|
- Fix citation error when the file size is larger than 1024 bytes
|
||||||
|
|
||||||
- Display human-readable text instead of cryptic filemodes
|
- Remove action runners on user deletion
|
||||||
|
|
||||||
- Warn instead of reporting an error when a webhook cannot be found
|
|
||||||
|
|
||||||
- Use 'object-fit: contain' for oauth2 custom icons
|
|
||||||
|
|
||||||
- Fix the topic validation rule and suport dots
|
|
||||||
|
|
||||||
|
- Remove set tabindex on view issue
|
||||||
|
|
||||||
BUGFIXES
|
|
||||||
|
|
||||||
- Fix "issueReposQueryPattern does not match query"
|
|
||||||
|
|
||||||
- Fix incorrect CLI exit code and duplicate error message
|
And more!
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
torOnly: false
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150
|
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150
|
||||||
|
|
Loading…
Reference in New Issue
Block a user