Upstream release v1.26.1 available (merge needed) #70

Closed
opened 2026-05-11 08:00:19 +00:00 by jmiller · 0 comments
Owner

Upstream Gitea Release Available

New version: v1.26.1
Our base: v1.25.5

What to do

  1. Fetch upstream changes: git fetch upstream v1.26.1
  2. Create merge branch: git checkout -b merge/v1.26.1 moko/1.25.5-project-api
  3. Merge upstream: git merge v1.26.1
  4. Resolve conflicts (especially in routers/api/v1/api.go)
  5. Rebuild and test: make backend
  6. Deploy new Docker image

Release Notes (excerpt)

  • BUGFIXES
    • Add event.schedule context for schedule actions task (#37320) (#37348)
    • Fix an issue where changing an organization's visibility caused problems when users had forked its repositories. (#37324) (#37344)
    • Use modern "git update-index --cacheinfo" syntax to support more file names (#37338) (#37343)
    • Fix URL related escaping for oauth2 (#37334) (#37340)
    • When the requested arch rpm is missing fall back to noarch (#37236) (#37339)
    • Fix actions concurrency groups cross-branch leak (#37311) (#37331)
    • Fix bug when accessing user badges (#37321) (#37329)
    • Fix AppFullLink (#37325) (#37328)
    • Fix container auth for public instance (#37290) (#37294)
    • Enhance GetActionWorkflow to support fallback references (#37189) (#37283)
    • Fix vite manifest update masking build errors (#37279) (#37310)
    • Fix Mermaid diagrams failing when node labels contain line breaks (#37296) (#37299)
    • Use TriggerEvent instead of Event in workflow runs API response for scheduled runs (#37288) #37360
    • Add URL to Learn more about blocking a user. (#37355) #37367
    • Fix button layout shift when collapsing file tree in editor (#37363) #37375
    • Fix org team assignee/reviewer lookups for team member permissions (#37365) #37391
    • Fix repo init README EOL (#37388) #37399
    • Fix: dump with default zip type produces uncompressed zip (#37401)#37402

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

Links

## Upstream Gitea Release Available **New version:** v1.26.1 **Our base:** v1.25.5 ### What to do 1. Fetch upstream changes: `git fetch upstream v1.26.1` 2. Create merge branch: `git checkout -b merge/v1.26.1 moko/1.25.5-project-api` 3. Merge upstream: `git merge v1.26.1` 4. Resolve conflicts (especially in `routers/api/v1/api.go`) 5. Rebuild and test: `make backend` 6. Deploy new Docker image ### Release Notes (excerpt) * BUGFIXES * Add event.schedule context for schedule actions task (#37320) (#37348) * Fix an issue where changing an organization's visibility caused problems when users had forked its repositories. (#37324) (#37344) * Use modern "git update-index --cacheinfo" syntax to support more file names (#37338) (#37343) * Fix URL related escaping for oauth2 (#37334) (#37340) * When the requested arch rpm is missing fall back to noarch (#37236) (#37339) * Fix actions concurrency groups cross-branch leak (#37311) (#37331) * Fix bug when accessing user badges (#37321) (#37329) * Fix AppFullLink (#37325) (#37328) * Fix container auth for public instance (#37290) (#37294) * Enhance GetActionWorkflow to support fallback references (#37189) (#37283) * Fix vite manifest update masking build errors (#37279) (#37310) * Fix Mermaid diagrams failing when node labels contain line breaks (#37296) (#37299) * Use TriggerEvent instead of Event in workflow runs API response for scheduled runs (#37288) #37360 * Add URL to Learn more about blocking a user. (#37355) #37367 * Fix button layout shift when collapsing file tree in editor (#37363) #37375 * Fix org team assignee/reviewer lookups for team member permissions (#37365) #37391 * Fix repo init README EOL (#37388) #37399 * Fix: dump with default zip type produces uncompressed zip (#37401)#37402 Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window. ### Links - [Release page](https://github.com/go-gitea/gitea/releases/tag/v1.26.1) - [Changelog](https://github.com/go-gitea/gitea/blob/v1.26.1/CHANGELOG.md)
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#70