From bb70286be56a101f7ec39ae1f5a19a4538f8b1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mi=20N=20=E2=80=98EndMove=E2=80=99?= Date: Sat, 7 Oct 2023 12:43:45 +0200 Subject: [PATCH] feat: update gitea to 1.20.5 (#7) * Update gitea to 1.20.5 --- CONTROL/changelog.txt | 3 +++ CONTROL/config.json | 2 +- CONTROL/description-fr.txt | 2 +- CONTROL/description.txt | 2 +- README.md | 2 +- gitea_version | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CONTROL/changelog.txt b/CONTROL/changelog.txt index 84d0c22..8e4927d 100644 --- a/CONTROL/changelog.txt +++ b/CONTROL/changelog.txt @@ -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) diff --git a/CONTROL/config.json b/CONTROL/config.json index d523685..54b9b06 100644 --- a/CONTROL/config.json +++ b/CONTROL/config.json @@ -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)" ], diff --git a/CONTROL/description-fr.txt b/CONTROL/description-fr.txt index 44a1698..f2bb7f6 100644 --- a/CONTROL/description-fr.txt +++ b/CONTROL/description-fr.txt @@ -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] diff --git a/CONTROL/description.txt b/CONTROL/description.txt index 01b5b9a..8208687 100644 --- a/CONTROL/description.txt +++ b/CONTROL/description.txt @@ -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] diff --git a/README.md b/README.md index 883d54f..b44bfd3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/gitea_version b/gitea_version index 1b9335f..ae45fe8 100644 --- a/gitea_version +++ b/gitea_version @@ -1 +1 @@ -1.20.4 \ No newline at end of file +1.20.5 \ No newline at end of file