diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index 44c54004..269d95e6 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.22.1-rootless@sha256:b993066ee54589fd9d7598995d835f0702ced992bab64e329e9d8ea010ee994f + image: gitea/gitea:1.22.2-rootless@sha256:75b1e8f14a63eb33da4dc5d1032212a97fe322d76cf3c5b080611771e7a2f154 user: "1000:1000" restart: on-failure ports: @@ -40,4 +40,4 @@ services: MYSQL_ROOT_PASSWORD: "gitea" MYSQL_USER: "gitea" MYSQL_PASSWORD: "moneyprintergobrrr" - MYSQL_DATABASE: "gitea" + MYSQL_DATABASE: "gitea" \ No newline at end of file diff --git a/gitea/umbrel-app.yml b/gitea/umbrel-app.yml index ecf7579c..af2626aa 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.22.1" +version: "1.22.2" tagline: A painless self-hosted Git service description: >- Gitea is a painless self-hosted Git service. It is similar to @@ -42,13 +42,16 @@ path: "" 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. + This release includes various bug fixes and improvements, including: - 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. + - Fixed issues with search functionality and team management + - Improved handling of repository transfers and branch renaming + - Enhanced security for API endpoints and public key management + - Resolved several UI and display issues - 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. + As always, please review the full release notes for any changes that may affect your setup: 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