mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-03 16:42:35 +00:00 
			
		
		
		
	Bump version for 1.13.7
This commit is contained in:
		
							
								
								
									
										11
									
								
								CHANGELOG
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								CHANGELOG
									
									
									
									
									
								
							@@ -691,3 +691,14 @@
 | 
			
		||||
* Fix another clusterfuzz identified issue (#15096) (#15114)
 | 
			
		||||
* Fix nil exeption for get pull reviews API #15104 (#15106)
 | 
			
		||||
* Fix markdown rendering in milestone content (#15056) (#15092)
 | 
			
		||||
 | 
			
		||||
[1.20.5]
 | 
			
		||||
* Update Gitea to 1.13.7
 | 
			
		||||
* Update to bluemonday-1.0.6 (#15294) (#15298)
 | 
			
		||||
* Clusterfuzz found another way (#15160) (#15169)
 | 
			
		||||
* Fix wrong user returned in API (#15139) (#15150)
 | 
			
		||||
* Add 'fonts' into 'KnownPublicEntries' (#15188) (#15317)
 | 
			
		||||
* Speed up enry.IsVendor (#15213) (#15246)
 | 
			
		||||
* Response 404 for diff/patch of a commit that not exist (#15221) (#15238)
 | 
			
		||||
* Prevent NPE in CommentMustAsDiff if no hunk header (#15199) (#15201)
 | 
			
		||||
* Add size to Save function (#15264) (#15271)
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
  "author": "Gitea developers",
 | 
			
		||||
  "description": "file://DESCRIPTION.md",
 | 
			
		||||
  "tagline": "A painless self-hosted Git Service",
 | 
			
		||||
  "version": "1.20.4",
 | 
			
		||||
  "version": "1.20.5",
 | 
			
		||||
  "healthCheckPath": "/healthcheck",
 | 
			
		||||
  "httpPort": 3000,
 | 
			
		||||
  "memoryLimit": 536870912,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
This app packages Gitea <upstream>1.13.6</upstream>
 | 
			
		||||
This app packages Gitea <upstream>1.13.7</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.6
 | 
			
		||||
ARG VERSION=1.13.7
 | 
			
		||||
 | 
			
		||||
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