Skip to content

Commit

Permalink
Update to gitea 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EndMove committed Sep 7, 2022
1 parent 0932e86 commit ceeba55
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CONTROL/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version: 1.17.2.r01
- Update Gitea to 1.17.2, release notes (https://github.com/go-gitea/gitea/releases/tag/v1.17.2).
- Update to docker 20.10.17.r1

Version: 1.16.9.r01
- Update Gitea to 1.16.9, release notes (https://github.com/go-gitea/gitea/releases/tag/v1.16.9).

Expand Down
4 changes: 2 additions & 2 deletions CONTROL/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"general":{
"package":"gitea-docker",
"name":"Gitea",
"version":"1.16.9.r01",
"version":"1.17.2.r01",
"depends":[
"docker-ce(>=20.10.2.r2)"
"docker-ce(>=20.10.17.r1)"
],
"developer":"Gitea",
"maintainer":"EndMove",
Expand Down
2 changes: 1 addition & 1 deletion CONTROL/description-fr.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Gitea est une solution Opensource d'hébergement de code léger et rapide écrite en Go. Elle est publiée sous la licence MIT.
Version actuelle de Gitea : 1.16.9 - Fonctionne avec une connexion HTTPS.
Version actuelle de Gitea : 1.17.2 - Fonctionne avec une connexion HTTPS.


[INFORMATION]
Expand Down
2 changes: 1 addition & 1 deletion CONTROL/description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Gitea is an Opensource solution for lightweight and fast code hosting written in Go. It is published under the MIT license.
Gitea current version: 1.16.9 - Work with an HTTPS connection.
Gitea current version: 1.17.2 - Work with an HTTPS connection.


[INFORMATION]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gitea-adm

__Gitea version__: _`1.16.9`_
__Gitea version__: _`1.17.2`_

![GitHub license](https://img.shields.io/badge/license-GPL--3.0-%23fe7d37) ![GitHub last commit](https://img.shields.io/github/last-commit/EndMove/gitea-adm)

Expand All @@ -16,7 +16,7 @@ This application uses the docker package available [here](https://github.com/go-

## Requirements

- application docker-ce (>=20.10.2.r2) ;
- application docker-ce (>=20.10.17.r1) ;
- server with an x86-64 or arm64 architecture ;
- ADM (>=3.5.0) ;

Expand Down
2 changes: 1 addition & 1 deletion gitea_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.9
1.17.2

0 comments on commit ceeba55

Please sign in to comment.