Bump version for 1.5.1

This commit is contained in:
Johannes Zellner 2018-09-03 17:17:32 +02:00
parent e7671bd3f2
commit d37044f8e0
4 changed files with 16 additions and 3 deletions

View File

@ -174,3 +174,16 @@
* Emoji Autocomplete (#3433)
* Implements generator cli for secrets (#3531)
[1.6.1]
* Update Gitea to 1.5.1
* Security
* Don't disclose emails of all users when sending out emails (#4784)
* Improve URL validation for external wiki and external issues (#4710) (#4740)
* Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706) (#4707)
* Bugfixes
* Fix missing release title in webhook (#4783) (#4800)
* Make sure to reset commit count in the cache on mirror syncing (#4770)
* Fixed bug where team with admin privelege type doesn't get any unit (#4759)
* Fix failure on creating pull request with assignees (#4583) (#4727)
* Hide org/create menu item in Dashboard if user has no rights (#4678) (#4686)

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.6.0",
"version": "1.6.1",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {

View File

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

View File

@ -1,6 +1,6 @@
FROM cloudron/base:0.10.0
ENV VERSION 1.5.0
ENV VERSION 1.5.1
RUN apt-get update && \
apt-get install -y openssh-server git && \