From 7cc5a245425bd99bb8aa2758a6803c35c0c5fb3e 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, 16 Sep 2023 18:20:21 +0200 Subject: [PATCH] Update gitea to 1.20.4 (#6) --- CONTROL/changelog.txt | 4 ++++ CONTROL/config.json | 4 ++-- CONTROL/description-fr.txt | 2 +- CONTROL/description.txt | 2 +- README.md | 2 +- gitea_version | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CONTROL/changelog.txt b/CONTROL/changelog.txt index 59160b7..84d0c22 100644 --- a/CONTROL/changelog.txt +++ b/CONTROL/changelog.txt @@ -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. diff --git a/CONTROL/config.json b/CONTROL/config.json index 2e4ff48..d523685 100644 --- a/CONTROL/config.json +++ b/CONTROL/config.json @@ -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":"contact@endmove.eu", - "website":"https://gitea.io/", + "website":"https://gitea.com/", "architecture":"x86-64", "firmware":"3.5.0" }, diff --git a/CONTROL/description-fr.txt b/CONTROL/description-fr.txt index 462e396..44a1698 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.18.2 - Fonctionne avec une connexion HTTPS. +Version actuelle de Gitea : 1.20.4 - Fonctionne avec une connexion HTTPS. [INFORMATION] diff --git a/CONTROL/description.txt b/CONTROL/description.txt index 2c3344b..01b5b9a 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.18.2 - Work with an HTTPS connection. +Gitea current version: 1.20.4 - Work with an HTTPS connection. [INFORMATION] diff --git a/README.md b/README.md index 51c7b20..883d54f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/gitea_version b/gitea_version index 753029c..1b9335f 100644 --- a/gitea_version +++ b/gitea_version @@ -1 +1 @@ -1.18.2 \ No newline at end of file +1.20.4 \ No newline at end of file