Skip to content

Commit

Permalink
Update gitea to 1.20.4 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
EndMove authored Sep 16, 2023
1 parent 51db1b6 commit 7cc5a24
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 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.20.4.r01
- Update Gitea to 1.20.4, release notes (https://github.com/go-gitea/gitea/releases/tag/v1.20.4).
- Breaking release, please check your gitea config to update some depreciated properties (see the admin page)

Version: 1.18.2.r01 [CRITICAL UPDATE]
- Update Gitea to 1.18.2, release notes (https://github.com/go-gitea/gitea/releases/tag/v1.18.2).
- Fix critical security flaw in Git.
Expand Down
4 changes: 2 additions & 2 deletions CONTROL/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"general":{
"package":"gitea-docker",
"name":"Gitea",
"version":"1.18.2.r01",
"version":"1.20.4.r01",
"depends":[
"docker-ce(>=20.10.17.r1)"
],
"developer":"Gitea",
"maintainer":"EndMove",
"email":"[email protected]",
"website":"https://gitea.io/",
"website":"https://gitea.com/",
"architecture":"x86-64",
"firmware":"3.5.0"
},
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.18.2 - Fonctionne avec une connexion HTTPS.
Version actuelle de Gitea : 1.20.4 - 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.18.2 - Work with an HTTPS connection.
Gitea current version: 1.20.4 - Work with an HTTPS connection.


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

__Gitea version__: _`1.18.2`_
__Gitea version__: _`1.20.4`_

![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 Down
2 changes: 1 addition & 1 deletion gitea_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.2
1.20.4

0 comments on commit 7cc5a24

Please sign in to comment.