mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-03 16:42:35 +00:00 
			
		
		
		
	Bump version for 1.13.5
This commit is contained in:
		
							
								
								
									
										18
									
								
								CHANGELOG
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								CHANGELOG
									
									
									
									
									
								
							@@ -666,3 +666,21 @@
 | 
			
		||||
* When transfering repository and database transaction failed, rollback the renames (#14864) (#14902)
 | 
			
		||||
* Fix race in local storage (#14888) (#14901)
 | 
			
		||||
* Fix 500 on pull view page if user is not loged in (#14885) (#14886)
 | 
			
		||||
 | 
			
		||||
[1.20.3]
 | 
			
		||||
* Update Gitea to 1.13.5
 | 
			
		||||
* Update to goldmark 1.3.3 (#15059) (#15061)
 | 
			
		||||
* Another clusterfuzz spotted issue (#15032) (#15034)
 | 
			
		||||
* Fix set milestone on PR creation (#14981) (#15001)
 | 
			
		||||
* Prevent panic when editing forked repos by API (#14960) (#14963)
 | 
			
		||||
* Fix bug when upload on web (#15042) (#15055)
 | 
			
		||||
* Delete Labels & IssueLabels on Repo Delete too (#15039) (#15051)
 | 
			
		||||
* Fix postgres ID sequences broken by recreate-table (#15015) (#15029)
 | 
			
		||||
* Fix several render issues (#14986) (#15013)
 | 
			
		||||
* Make sure sibling images get a link too (#14979) (#14995)
 | 
			
		||||
* Fix Anchor jumping with escaped query components (#14969) (#14977)
 | 
			
		||||
* Fix release mail html template (#14976)
 | 
			
		||||
* Fix excluding more than two labels on issues list (#14962) (#14973)
 | 
			
		||||
* Don't mark each comment poster as OP (#14971) (#14972)
 | 
			
		||||
* Add "captcha" to list of reserved usernames (#14930)
 | 
			
		||||
* Re-enable import local paths after reversion from #13610 (#14925) (#14927)
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
  "author": "Gitea developers",
 | 
			
		||||
  "description": "file://DESCRIPTION.md",
 | 
			
		||||
  "tagline": "A painless self-hosted Git Service",
 | 
			
		||||
  "version": "1.20.2",
 | 
			
		||||
  "version": "1.20.3",
 | 
			
		||||
  "healthCheckPath": "/healthcheck",
 | 
			
		||||
  "httpPort": 3000,
 | 
			
		||||
  "memoryLimit": 536870912,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
This app packages Gitea <upstream>1.13.4</upstream>
 | 
			
		||||
This app packages Gitea <upstream>1.13.5</upstream>
 | 
			
		||||
 | 
			
		||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -15,7 +15,7 @@ RUN passwd -d git
 | 
			
		||||
RUN mkdir -p /home/git/gitea
 | 
			
		||||
WORKDIR /home/git
 | 
			
		||||
 | 
			
		||||
ARG VERSION=1.13.4
 | 
			
		||||
ARG VERSION=1.13.5
 | 
			
		||||
 | 
			
		||||
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
 | 
			
		||||
    && chmod +x /home/git/gitea/gitea
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user