mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Gitea to v1.20.3 (#742)
This commit is contained in:
parent
b035786d8e
commit
221a558458
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
server:
|
||||
image: gitea/gitea:1.19.1-rootless@sha256:7416cf7299ff49705dfc0235d1961048bf1f7ae9efbf061f70a93f10c8854dc0
|
||||
image: gitea/gitea:1.20.3-rootless@sha256:58495fb9d1eab613e1fd3d4274a32567dea0c56fcd2fa99e21a0751c56182dd4
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
ports:
|
||||
@ -31,7 +31,7 @@ services:
|
||||
GITEA__database__PASSWD: "moneyprintergobrrr"
|
||||
|
||||
db:
|
||||
image: mariadb:10.11.2@sha256:dd0f492b6b6e7bb4aa707181b799d4efe42cb3a9f6012ec3dbaf326d402151e8
|
||||
image: mariadb:11.0.3@sha256:3fde6add72f24360c7d367c33157ca8f456b1f99d7c6973b8e169b7c9f3b90a8
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: gitea
|
||||
category: developer
|
||||
name: Gitea
|
||||
version: "1.19.1"
|
||||
version: "1.20.3"
|
||||
tagline: A painless self-hosted Git service
|
||||
description: >-
|
||||
Gitea is a painless self-hosted Git service. It is similar to
|
||||
@ -42,61 +42,61 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >
|
||||
This release updates Gitea from 1.18.5 to 1.19.1.
|
||||
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.18.5 and 1.19.1 can be found here: https://github.com/go-gitea/gitea/releases.
|
||||
for versions between 1.19.1 and 1.20.3 can be found here: https://github.com/go-gitea/gitea/releases.
|
||||
|
||||
|
||||
Version 1.19.1 release notes highlights:
|
||||
Version 1.20.3 release notes highlights:
|
||||
|
||||
|
||||
BREAKING
|
||||
|
||||
- Fix the wrong derive path
|
||||
|
||||
|
||||
SECURITY
|
||||
|
||||
- Fix API leaking Usermail if not logged in
|
||||
|
||||
|
||||
FEATURES
|
||||
|
||||
- Gitea Actions
|
||||
|
||||
- Citing repos
|
||||
|
||||
- Copy file content
|
||||
|
||||
- Pre-built FreeBSD binaries
|
||||
|
||||
- Highlight Note and Warning in markdown quotes
|
||||
|
||||
- Projects for organizations/users
|
||||
|
||||
- Referencing commits across repos
|
||||
|
||||
- Reply by email
|
||||
- Add ThreadID parameter for Telegram webhooks
|
||||
|
||||
|
||||
ENHANCEMENTS
|
||||
|
||||
- Add card type to org/user level project on creation, edit and view
|
||||
- Add minimum polyfill to support "relative-time-element" in PaleMoon
|
||||
|
||||
- Move dropzone progress bar to bottom to show filename when uploading
|
||||
|
||||
- Refactor commit status for Actions jobs
|
||||
- Fix dark theme highlight for "NameNamespace"
|
||||
|
||||
- Show errors for KaTeX and mermaid on the preview tab
|
||||
- Display human-readable text instead of cryptic filemodes
|
||||
|
||||
- Show protected branch rule names again
|
||||
- Warn instead of reporting an error when a webhook cannot be found
|
||||
|
||||
- Adjust sticky PR header to cover background
|
||||
- Use 'object-fit: contain' for oauth2 custom icons
|
||||
|
||||
- Discolor pull request tab labels
|
||||
- Fix the topic validation rule and suport dots
|
||||
|
||||
|
||||
BUGFIXES
|
||||
|
||||
- Improve error logging for LFS
|
||||
- Fix "issueReposQueryPattern does not match query"
|
||||
|
||||
- Fix incorrect CLI exit code and duplicate error message
|
||||
|
||||
- Fix storage path logic especially for relative paths
|
||||
|
||||
- Fix attachment clipboard copy on insecure origin
|
||||
|
||||
- Fix custom mailer template on Windows platform
|
||||
|
||||
- Update the value of diffEnd when clicking the Show More button in the DiffFileTree
|
||||
|
||||
- Make label templates have consistent behavior and priority
|
||||
|
||||
- Fix accidental overwriting of LDAP team memberships
|
||||
|
||||
- Fix branch protection priority
|
||||
- Fix wrong middleware sequence
|
||||
|
||||
- Avoiding accessing undefined tributeValues
|
||||
|
||||
- Fix admin queue page title and fix CI failures
|
||||
|
||||
|
||||
torOnly: false
|
||||
|
Loading…
Reference in New Issue
Block a user