Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitea to v1.23.4 #2237

Merged
merged 2 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
PROXY_AUTH_ADD: "false"

server:
image: gitea/gitea:1.23.3-rootless@sha256:96899d07bfcc84a42bfbab2ff2cb711f0e5f25bae06dd187a3fb080c8f8233a2
image: gitea/gitea:1.23.4-rootless@sha256:325b856867abcbbde7ca085b81e51ceb6b304e67f99348299195ca909f043964
user: "1000:1000"
restart: on-failure
ports:

Check notice on line 14 in gitea/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "${APP_GITEA_SSH_PORT}:${APP_GITEA_SSH_PORT}"

Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
- "${APP_GITEA_SSH_PORT}:${APP_GITEA_SSH_PORT}"
volumes:
- ${APP_DATA_DIR}/data/gitea/data:/var/lib/gitea
Expand Down
18 changes: 10 additions & 8 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.23.3"
version: "1.23.4"
tagline: A painless self-hosted Git service
description: >-
Gitea is a painless self-hosted Git service. It is similar to
Expand Down Expand Up @@ -44,13 +44,15 @@ defaultPassword: ""
releaseNotes: >
This update includes various enhancements and bug fixes:

- Build Gitea with Golang v1.23.6 to fix security bugs
- Fix a bug caused by status webhook template
- Improved clone button functionality
- Enhanced repository homepage styling
- Added confirmation dialog for "sync fork" action
- Improved tracked time display and sync fork behavior
- Fixed various UI and functionality issues
- Enhanced router protections for Actions variables and runner operations, fixed project issues list
- Improved loading speed for pull request comments and attachments
- Fixed mirror sync issues and repository health checking
- Improved pull request target branch dropdown functionality
- Fixed multiple issues including artifact ordering and assignee checks
- Reworked the suggestion backend system
- Made actions URLs absolute in commit status webhooks
- Added missing locale translation
- Fixed various context usage problems

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
Expand Down