mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-03 16:42:35 +00:00 
			
		
		
		
	Bump version for 1.22.5
This commit is contained in:
		
							
								
								
									
										16
									
								
								CHANGELOG
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								CHANGELOG
									
									
									
									
									
								
							@@ -818,3 +818,19 @@
 | 
				
			|||||||
* Fix Archive Creation: correct transaction ending (#17151)
 | 
					* Fix Archive Creation: correct transaction ending (#17151)
 | 
				
			||||||
* Prevent panic in Org mode HighlightCodeBlock (#17140) (#17141)
 | 
					* Prevent panic in Org mode HighlightCodeBlock (#17140) (#17141)
 | 
				
			||||||
* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) (#17137)
 | 
					* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) (#17137)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[1.22.5]
 | 
				
			||||||
 | 
					* Update Gitea to 1.15.5
 | 
				
			||||||
 | 
					* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.5)
 | 
				
			||||||
 | 
					* Upgrade Bluemonday to v1.0.16 (#17372) (#17374)
 | 
				
			||||||
 | 
					* Ensure correct SSH permissions check for private and restricted users (#17370) (#17373)
 | 
				
			||||||
 | 
					* Prevent NPE in CSV diff rendering when column removed (#17018) (#17377)
 | 
				
			||||||
 | 
					* Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281) (#17376)
 | 
				
			||||||
 | 
					* Don't panic if we fail to parse U2FRegistration data (#17304) (#17371)
 | 
				
			||||||
 | 
					* Ensure popup text is aligned left (backport for 1.15) (#17343)
 | 
				
			||||||
 | 
					* Ensure that git daemon export ok is created for mirrors (#17243) (#17306)
 | 
				
			||||||
 | 
					* Disable core.protectNTFS (#17300) (#17302)
 | 
				
			||||||
 | 
					* Use pointer for wrappedConn methods (#17295) (#17296)
 | 
				
			||||||
 | 
					* AutoRegistration is supposed to be working with disabled registration (backport) (#17292)
 | 
				
			||||||
 | 
					* Handle duplicate keys on GPG key ring (#17242) (#17284)
 | 
				
			||||||
 | 
					* Fix SVG side by side comparison link (#17375) (#17391)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
  "author": "Gitea developers",
 | 
					  "author": "Gitea developers",
 | 
				
			||||||
  "description": "file://DESCRIPTION.md",
 | 
					  "description": "file://DESCRIPTION.md",
 | 
				
			||||||
  "tagline": "A painless self-hosted Git Service",
 | 
					  "tagline": "A painless self-hosted Git Service",
 | 
				
			||||||
  "version": "1.22.4",
 | 
					  "version": "1.22.5",
 | 
				
			||||||
  "healthCheckPath": "/explore",
 | 
					  "healthCheckPath": "/explore",
 | 
				
			||||||
  "httpPort": 3000,
 | 
					  "httpPort": 3000,
 | 
				
			||||||
  "memoryLimit": 536870912,
 | 
					  "memoryLimit": 536870912,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
This app packages Gitea <upstream>1.15.4</upstream>
 | 
					This app packages Gitea <upstream>1.15.5</upstream>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
 | 
					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
 | 
					RUN mkdir -p /home/git/gitea
 | 
				
			||||||
WORKDIR /home/git
 | 
					WORKDIR /home/git
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG VERSION=1.15.4
 | 
					ARG VERSION=1.15.5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
 | 
					RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
 | 
				
			||||||
    && chmod +x /home/git/gitea/gitea
 | 
					    && chmod +x /home/git/gitea/gitea
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user