From 7b173c646a8ed3a3cc9f80a7eeebabe35ae2a1d0 Mon Sep 17 00:00:00 2001 From: Malte Kiefer Date: Sat, 20 Jul 2024 19:39:46 +0200 Subject: [PATCH 1/3] update to 1.22.1 --- gitea/docker-compose.yml | 4 ++-- gitea/umbrel-app.yml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) 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..c1f6e0214b 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,11 @@ 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. + 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. Full release notes can be found at 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 From c3f31cb01c5da90504c23781532671efdfc5c073 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 23 Jul 2024 13:43:42 +1000 Subject: [PATCH 2/3] Add whitespace to release notes --- gitea/umbrel-app.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitea/umbrel-app.yml b/gitea/umbrel-app.yml index c1f6e0214b..6477046acb 100644 --- a/gitea/umbrel-app.yml +++ b/gitea/umbrel-app.yml @@ -43,6 +43,8 @@ defaultUsername: "" defaultPassword: "" releaseNotes: > 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. + + 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. From f58d285c54cc88508a830664610ac7fac37277a4 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 23 Jul 2024 13:49:36 +1000 Subject: [PATCH 3/3] Tweak release notes --- gitea/umbrel-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/umbrel-app.yml b/gitea/umbrel-app.yml index 6477046acb..ecf7579cdf 100644 --- a/gitea/umbrel-app.yml +++ b/gitea/umbrel-app.yml @@ -47,8 +47,8 @@ releaseNotes: > 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. - - Full release notes can be found at https://github.com/go-gitea/gitea/releases. + + 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 \ No newline at end of file