diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index 56664a6a33..44c5400487 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -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: @@ -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: diff --git a/gitea/umbrel-app.yml b/gitea/umbrel-app.yml index 1381753604..ecf7579cdf 100644 --- a/gitea/umbrel-app.yml +++ b/gitea/umbrel-app.yml @@ -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 @@ -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 \ No newline at end of file