mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-04 00:52:35 +00:00 
			
		
		
		
	Bump version for 1.10.0
This commit is contained in:
		@@ -395,3 +395,8 @@
 | 
				
			|||||||
* Ensure Request Body Readers are closed in LFS server (#8454) (#8459)
 | 
					* Ensure Request Body Readers are closed in LFS server (#8454) (#8459)
 | 
				
			||||||
* Ensure that LFS files are relative to the LFS content path (#8455) (#8458)
 | 
					* Ensure that LFS files are relative to the LFS content path (#8455) (#8458)
 | 
				
			||||||
* Ignore mentions for users with no access (#8395) (#8484)
 | 
					* Ignore mentions for users with no access (#8395) (#8484)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[1.14.0]
 | 
				
			||||||
 | 
					* Update Gitea to 1.10.0
 | 
				
			||||||
 | 
					* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.10.0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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.13.6",
 | 
					  "version": "1.14.0",
 | 
				
			||||||
  "healthCheckPath": "/healthcheck",
 | 
					  "healthCheckPath": "/healthcheck",
 | 
				
			||||||
  "httpPort": 3000,
 | 
					  "httpPort": 3000,
 | 
				
			||||||
  "addons": {
 | 
					  "addons": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
This app packages Gitea <upstream>1.9.5</upstream>
 | 
					This app packages Gitea <upstream>1.10.0</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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
 | 
					FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG VERSION=1.9.5
 | 
					ARG VERSION=1.10.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get update && \
 | 
					RUN apt-get update && \
 | 
				
			||||||
    apt-get install -y openssh-server git && \
 | 
					    apt-get install -y openssh-server git && \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user