Browse Source

Update Gitea to 1.19.1 (#504)

Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
main
Xosten 2 years ago
committed by GitHub
parent
commit
b6a3980413
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      gitea/docker-compose.yml
  2. 52
      gitea/umbrel-app.yml

2
gitea/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
server: server:
image: gitea/gitea:1.18.5-rootless@sha256:40d4a630fd90cb41bea245034a1a86e3ba7220e8f6d7e5e0d0a50583df2e1a16 image: gitea/gitea:1.19.1-rootless@sha256:7416cf7299ff49705dfc0235d1961048bf1f7ae9efbf061f70a93f10c8854dc0
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
ports: ports:

52
gitea/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: gitea id: gitea
category: Development category: Development
name: Gitea name: Gitea
version: "1.18.5" version: "1.19.1"
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,34 +42,62 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > releaseNotes: >
This release updates Gitea from 1.16.8 to 1.18.5. This release updates Gitea from 1.18.5 to 1.19.1.
A full list of new features, improvements, and bug fixes A full list of new features, improvements, and bug fixes
for versions between 1.16.8 and 1.18.5 can be found here: https://github.com/go-gitea/gitea/releases. for versions between 1.18.5 and 1.19.1 can be found here: https://github.com/go-gitea/gitea/releases.
Version 1.18.5 release notes: Version 1.19.1 release notes highlights:
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
ENHANCEMENTS ENHANCEMENTS
- Hide 2FA status from other members in organization members list - Add card type to org/user level project on creation, edit and view
- Refactor commit status for Actions jobs
- Show errors for KaTeX and mermaid on the preview tab
- Show protected branch rule names again
- Adjust sticky PR header to cover background
- Discolor pull request tab labels
BUGFIXES BUGFIXES
- Add force_merge to merge request and fix checking mergable - Improve error logging for LFS
- Use --message=%s for git commit message - Fix custom mailer template on Windows platform
- Render access log template as text instead of HTML - Update the value of diffEnd when clicking the Show More button in the DiffFileTree
- Fix the Manually Merged form - Make label templates have consistent behavior and priority
- Use beforeCommit instead of baseCommit - Fix accidental overwriting of LDAP team memberships
- Display attachments of review comment when comment content is blank - Fix branch protection priority
- Return empty url for submodule tree entries
torOnly: false torOnly: false
submitter: Umbrel submitter: Umbrel

Loading…
Cancel
Save