1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-11-09 20:02:36 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Package Updates
c046498df7 Update package version to 1.37.0 2025-10-30 08:35:29 +00:00
Renovate Bot
50f82450d9 chore(deps): update dependency go-gitea/gitea to v1.25.0
| datasource      | package        | from   | to     |
| --------------- | -------------- | ------ | ------ |
| github-releases | go-gitea/gitea | 1.24.7 | 1.25.0 |
2025-10-29 17:19:43 +00:00
5 changed files with 39 additions and 11 deletions

View File

@@ -1882,3 +1882,31 @@
* Mock external service in hcaptcha TestCaptcha ([#​35604](https://github.com/go-gitea/gitea/issues/35604)) ([#​35663](https://github.com/go-gitea/gitea/issues/35663))
* Fix build ([#​35669](https://github.com/go-gitea/gitea/issues/35669))
[1.37.0]
* Update gitea to 1.25.0
* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.25.0)
* Return 201 Created for CreateVariable API responses ([#​34517](https://github.com/go-gitea/gitea/issues/34517))
* Add label 'state' to metric 'gitea\_users' ([#​34326](https://github.com/go-gitea/gitea/issues/34326))
* Upgrade security public key ([#​34956](https://github.com/go-gitea/gitea/issues/34956))
* Also include all security fixes in 1.24.x after 1.25.0-rc0
* Stream repo zip/tar.gz/bundle achives by default ([#​35487](https://github.com/go-gitea/gitea/issues/35487))
* Fix possible panic ([#​34508](https://github.com/go-gitea/gitea/issues/34508))
* Fix autofocus behavior ([#​34397](https://github.com/go-gitea/gitea/issues/34397))
* Fix Actions API ([#​35204](https://github.com/go-gitea/gitea/issues/35204))
* Fix ListWorkflowRuns OpenAPI response model. ([#​35026](https://github.com/go-gitea/gitea/issues/35026))
* Small fix in Merge Requests page ([#​34612](https://github.com/go-gitea/gitea/issues/34612))
* Fix http auth header parsing ([#​34936](https://github.com/go-gitea/gitea/issues/34936))
* Fix modal + form abuse ([#​34921](https://github.com/go-gitea/gitea/issues/34921))
* Fix MR toggle WIP ([#​34920](https://github.com/go-gitea/gitea/issues/34920))
* Fix log fmt ([#​34810](https://github.com/go-gitea/gitea/issues/34810))
* Replace stopwatch toggle with explicit start/stop actions ([#​34818](https://github.com/go-gitea/gitea/issues/34818))
* Fix some package registry problems ([#​34759](https://github.com/go-gitea/gitea/issues/34759))
* Fix RPM package download routing & missing package version count ([#​34909](https://github.com/go-gitea/gitea/issues/34909))
* Fix repo search input height ([#​34330](https://github.com/go-gitea/gitea/issues/34330))
* Fix "The sidebar of the repository file list does not have a fixed height [#​34298](https://github.com/go-gitea/gitea/issues/34298)" ([#​34321](https://github.com/go-gitea/gitea/issues/34321))
* Fix minor typos in two files #HSFDPMUW ([#​34944](https://github.com/go-gitea/gitea/issues/34944))
* Fix actions skipped commit status indicator ([#​34507](https://github.com/go-gitea/gitea/issues/34507))
* Fix job status aggregation logic ([#​35000](https://github.com/go-gitea/gitea/issues/35000))
* Fix broken OneDev migration caused by various REST API changes in OneDev 7.8.0 and later ([#​35216](https://github.com/go-gitea/gitea/issues/35216))
* Fix typo in locale\_en-US.ini ([#​35196](https://github.com/go-gitea/gitea/issues/35196))

View File

@@ -4,8 +4,8 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.36.8",
"upstreamVersion": "1.24.7",
"version": "1.37.0",
"upstreamVersion": "1.25.0",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,

View File

@@ -18,7 +18,7 @@ WORKDIR /home/git
ENV GNUPGHOME="/app/data/gnupg"
# renovate: datasource=github-releases depName=go-gitea/gitea versioning=semver extractVersion=^v(?<version>.+)$
ARG GITEA_VERSION=1.24.7
ARG GITEA_VERSION=1.25.0
RUN mkdir -p /home/git/gitea && \
curl -L https://github.com/go-gitea/gitea/releases/download/v${GITEA_VERSION}/gitea-${GITEA_VERSION}-linux-amd64 -o /home/git/gitea/gitea \

14
test/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chromedriver": "^141.0.4",
"chromedriver": "^142.0.0",
"expect.js": "^0.3.1",
"mocha": "^11.7.4",
"selenium-webdriver": "^4.38.0",
@@ -365,9 +365,9 @@
}
},
"node_modules/chromedriver": {
"version": "141.0.4",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-141.0.4.tgz",
"integrity": "sha512-pUpriiZRn+JXkBud54eTnhFwp2hRc9B7szSk7smN7swsqQq8aK9Q6WGeV8RcTpYqaZ+4/gMIUaZAUqe1Ds4W1w==",
"version": "142.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-142.0.0.tgz",
"integrity": "sha512-BlMMPFOKAOYOT23tjtAjvci57gyYcasKqd/3yGKOjGMEbFZa5kfwoNcUzwL/5ugZ932MJX1fW/j8zk5KD5mHBw==",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@@ -2347,9 +2347,9 @@
}
},
"chromedriver": {
"version": "141.0.4",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-141.0.4.tgz",
"integrity": "sha512-pUpriiZRn+JXkBud54eTnhFwp2hRc9B7szSk7smN7swsqQq8aK9Q6WGeV8RcTpYqaZ+4/gMIUaZAUqe1Ds4W1w==",
"version": "142.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-142.0.0.tgz",
"integrity": "sha512-BlMMPFOKAOYOT23tjtAjvci57gyYcasKqd/3yGKOjGMEbFZa5kfwoNcUzwL/5ugZ932MJX1fW/j8zk5KD5mHBw==",
"requires": {
"@testim/chrome-version": "^1.1.4",
"axios": "^1.12.0",

View File

@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^141.0.4",
"chromedriver": "^142.0.0",
"expect.js": "^0.3.1",
"mocha": "^11.7.4",
"selenium-webdriver": "^4.38.0",