Skip to content

Commit

Permalink
Update Gitea to 1.22.1 (#1224)
Browse files Browse the repository at this point in the history
Co-authored-by: Malte Kiefer <[email protected]>
Co-authored-by: nmfretz <[email protected]>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent 524689b commit 4208fa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gitea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"

server:
image: gitea/gitea:1.21.7-rootless@sha256:5d433ef2ebae7eae7b0d0ec42263645a9d200d342fc31ea5bca9745611f89811
image: gitea/gitea:1.22.1-rootless@sha256:b993066ee54589fd9d7598995d835f0702ced992bab64e329e9d8ea010ee994f
user: "1000:1000"
restart: on-failure
ports:
Expand All @@ -31,7 +31,7 @@ services:
GITEA__database__PASSWD: "moneyprintergobrrr"

db:
image: mariadb:11.0.3@sha256:3fde6add72f24360c7d367c33157ca8f456b1f99d7c6973b8e169b7c9f3b90a8
image: mariadb:11.2.4@sha256:e9ea1dbab6783ff0281e41e3357d950a5f598b2033559b8443e03b181807910b
user: "1000:1000"
restart: on-failure
volumes:
Expand Down
13 changes: 8 additions & 5 deletions gitea/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: gitea
category: developer
name: Gitea
version: "1.21.7"
version: "1.22.1"
tagline: A painless self-hosted Git service
description: >-
Gitea is a painless self-hosted Git service. It is similar to
Expand Down Expand Up @@ -42,10 +42,13 @@ path: ""
defaultUsername: ""
defaultPassword: ""
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
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150

0 comments on commit 4208fa5

Please sign in to comment.