Gitea 1.25 is here and we start the process of upgrading our deployment
with this change. From a build perspective golang 1.25 is used, nodejs
22 is used, and pnpm is now used to install deps. There is also some
cleanup of bash autocompletion files.
The overall changelog is quite extensive but there are only two breaking
changes:
* BREAKING
* Return 201 Created for CreateVariable API responses (#34517)
* We don't use CreateVariable API as far as I know and CI should
cover the API usage we do have.
* Add label 'state' to metric 'gitea_users' (#34326)
* We don't currently gather metrics externally.
The rest of the changelog is worth skimming to ensure there are not
concerns:
https://github.com/go-gitea/gitea/blob/v1.25.1/CHANGELOG.md
Finally, we update the template files that we override to match recent
updates to those files in 1.25.
Change-Id: Ie5ae318e8e18abd1c61bd1bab5ea8325a7dccdbb