Browse Source

Update Gitea to 1.22.1 (#1224)

Co-authored-by: Malte Kiefer <malte.kiefer@mailbox.org>
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Malte Kiefer 6 months ago
committed by GitHub
parent
commit
4208fa5c02
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      gitea/docker-compose.yml
  2. 13
      gitea/umbrel-app.yml

4
gitea/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
server: server:
image: gitea/gitea:1.21.7-rootless@sha256:5d433ef2ebae7eae7b0d0ec42263645a9d200d342fc31ea5bca9745611f89811 image: gitea/gitea:1.22.1-rootless@sha256:b993066ee54589fd9d7598995d835f0702ced992bab64e329e9d8ea010ee994f
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
ports: ports:
@ -31,7 +31,7 @@ services:
GITEA__database__PASSWD: "moneyprintergobrrr" GITEA__database__PASSWD: "moneyprintergobrrr"
db: db:
image: mariadb:11.0.3@sha256:3fde6add72f24360c7d367c33157ca8f456b1f99d7c6973b8e169b7c9f3b90a8 image: mariadb:11.2.4@sha256:e9ea1dbab6783ff0281e41e3357d950a5f598b2033559b8443e03b181807910b
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
volumes: volumes:

13
gitea/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: gitea id: gitea
category: developer category: developer
name: Gitea name: Gitea
version: "1.21.7" version: "1.22.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,10 +42,13 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > releaseNotes: >
This is a minor release that includes a number of bug fixes. This release stands as a monumental milestone in our development journey with a record-breaking incorporation of 1481 pull requests. It marks the most extensive update in Gitea's history, showcasing a plethora of new features and infrastructure improvements.
Full release notes can be found at https://github.com/go-gitea/gitea/releases. Noteworthy advancements in this release include the introduction of HTMX and Tailwind, signaling a strategic shift as we gradually phase out jquery and Fomantic UI. These changes reflect our commitment to embracing modern technologies and enhancing the user experience.
As usual, please read the full Gitea release notes to understand any breaking changes that might need your attention: 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…
Cancel
Save