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

Compare commits

...

5 Commits

Author SHA1 Message Date
Package Updates
5e42e3e4bf Update package version to 1.37.1 2025-11-05 09:22:45 +00:00
Girish Ramakrishnan
a3ee5030b9 add explicit enabledByDefault 2025-11-05 08:51:17 +01:00
Renovate Bot
e4eba7273d chore(deps): update dependency go-gitea/gitea to v1.25.1
| datasource      | package        | from   | to     |
| --------------- | -------------- | ------ | ------ |
| github-releases | go-gitea/gitea | 1.25.0 | 1.25.1 |
2025-11-05 07:35:45 +00:00
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 64 additions and 21 deletions

View File

@@ -1882,3 +1882,45 @@
* 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))
[1.37.1]
* Update gitea to 1.25.1
* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.25.1)
* Make ACME email optional ([#35849](https://github.com/go-gitea/gitea/issues/35849)) [#35857](https://github.com/go-gitea/gitea/issues/35857))
* Add a doctor command to fix inconsistent run status ([#35840](https://github.com/go-gitea/gitea/issues/35840)) ([#35845](https://github.com/go-gitea/gitea/issues/35845))
* Remove wrong code ([#35846](https://github.com/go-gitea/gitea/issues/35846))
* Fix viewed files number is not right if not all files loaded ([#35821](https://github.com/go-gitea/gitea/issues/35821)) ([#35844](https://github.com/go-gitea/gitea/issues/35844))
* Fix incorrect pull request counter ([#35819](https://github.com/go-gitea/gitea/issues/35819)) ([#35841](https://github.com/go-gitea/gitea/issues/35841))
* Upgrade go mail to 0.7.2 and fix the bug ([#35833](https://github.com/go-gitea/gitea/issues/35833)) ([#35837](https://github.com/go-gitea/gitea/issues/35837))
* Revert gomail to v0.7.0 to fix sending mail failed ([#35816](https://github.com/go-gitea/gitea/issues/35816)) ([#35824](https://github.com/go-gitea/gitea/issues/35824))
* Fix clone mixed bug ([#35810](https://github.com/go-gitea/gitea/issues/35810)) ([#35822](https://github.com/go-gitea/gitea/issues/35822))
* Fix cli "Before" handling ([#35797](https://github.com/go-gitea/gitea/issues/35797)) ([#35808](https://github.com/go-gitea/gitea/issues/35808))
* Improve and fix markup code preview rendering ([#35777](https://github.com/go-gitea/gitea/issues/35777)) ([#35787](https://github.com/go-gitea/gitea/issues/35787))

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.1",
"upstreamVersion": "1.25.1",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,
@@ -23,7 +23,8 @@
"SSH_PORT": {
"title": "SSH Port",
"description": "SSH Port over which repos can be pushed & pulled",
"defaultValue": 29418
"defaultValue": 29418,
"enabledByDefault": true
}
},
"manifestVersion": 2,
@@ -58,7 +59,7 @@
"sso": false
}
},
"minBoxVersion": "8.1.0",
"minBoxVersion": "9.0.0",
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
"documentationUrl": "https://docs.cloudron.io/packages/gitea/"
}

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.1
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 \

28
test/package-lock.json generated
View File

@@ -9,9 +9,9 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chromedriver": "^141.0.4",
"chromedriver": "^142.0.0",
"expect.js": "^0.3.1",
"mocha": "^11.7.4",
"mocha": "^11.7.5",
"selenium-webdriver": "^4.38.0",
"superagent": "^10.2.3"
}
@@ -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": {
@@ -1326,9 +1326,9 @@
}
},
"node_modules/mocha": {
"version": "11.7.4",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz",
"integrity": "sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==",
"version": "11.7.5",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz",
"integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==",
"license": "MIT",
"dependencies": {
"browser-stdout": "^1.3.1",
@@ -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",
@@ -2990,9 +2990,9 @@
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
},
"mocha": {
"version": "11.7.4",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz",
"integrity": "sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==",
"version": "11.7.5",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz",
"integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==",
"requires": {
"browser-stdout": "^1.3.1",
"chokidar": "^4.0.1",

View File

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