Version 1.23.0

master v1.23.0
Girish Ramakrishnan 2021-12-03 10:36:21 -08:00
parent 2c284d36fa
commit 6874ea9d46
3 changed files with 9 additions and 2 deletions

View File

@ -844,3 +844,10 @@
* Ensure that restricted users can access repos for which they are members (#17460) (#17464)
* Make commit-statuses popup show correctly (#17447) (#17466)
[1.23.0]
* Update Gitea to 1.15.7
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.7)
* Enable rendering of jupyter notebooks, rst, asciidoc by default
* Only allow webhook to send requests to allowed hosts (#17482) (#17510)
* Fix login redirection links (#17451) (#17473)

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.22.6",
"version": "1.23.0",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,

View File

@ -1,4 +1,4 @@
This app packages Gitea <upstream>1.15.6</upstream>
This app packages Gitea <upstream>1.15.7</upstream>
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.