Skip to content

Commit

Permalink
feat: update gitea to 1.20.5 (#7)
Browse files Browse the repository at this point in the history
* Update gitea to 1.20.5
  • Loading branch information
EndMove authored Oct 7, 2023
1 parent 7cc5a24 commit bb70286
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CONTROL/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version: 1.20.5.r01
- Update Gitea to 1.20.5, release notes (https://github.com/go-gitea/gitea/releases/tag/v1.20.5).

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)
Expand Down
2 changes: 1 addition & 1 deletion CONTROL/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"general":{
"package":"gitea-docker",
"name":"Gitea",
"version":"1.20.4.r01",
"version":"1.20.5.r01",
"depends":[
"docker-ce(>=20.10.17.r1)"
],
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.20.4 - Fonctionne avec une connexion HTTPS.
Version actuelle de Gitea : 1.20.5 - 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.20.4 - Work with an HTTPS connection.
Gitea current version: 1.20.5 - 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.20.4`_
__Gitea version__: _`1.20.5`_

![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.20.4
1.20.5

0 comments on commit bb70286

Please sign in to comment.