From ceeba555a9e8b7cf85720f3da6053be8ad79d0cc Mon Sep 17 00:00:00 2001 From: EndMove Date: Wed, 7 Sep 2022 20:27:03 +0200 Subject: [PATCH] Update to gitea 1.17.2 --- CONTROL/changelog.txt | 4 ++++ CONTROL/config.json | 4 ++-- CONTROL/description-fr.txt | 2 +- CONTROL/description.txt | 2 +- README.md | 4 ++-- gitea_version | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CONTROL/changelog.txt b/CONTROL/changelog.txt index e92310f..dd2a3bd 100644 --- a/CONTROL/changelog.txt +++ b/CONTROL/changelog.txt @@ -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). diff --git a/CONTROL/config.json b/CONTROL/config.json index 5efa271..eba9612 100644 --- a/CONTROL/config.json +++ b/CONTROL/config.json @@ -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", diff --git a/CONTROL/description-fr.txt b/CONTROL/description-fr.txt index e84cf74..8f60ca1 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.16.9 - Fonctionne avec une connexion HTTPS. +Version actuelle de Gitea : 1.17.2 - Fonctionne avec une connexion HTTPS. [INFORMATION] diff --git a/CONTROL/description.txt b/CONTROL/description.txt index 91fd5bd..a46bfa7 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.16.9 - Work with an HTTPS connection. +Gitea current version: 1.17.2 - Work with an HTTPS connection. [INFORMATION] diff --git a/README.md b/README.md index ad17d0e..b627c66 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) ; diff --git a/gitea_version b/gitea_version index 0533d76..0e1f39b 100644 --- a/gitea_version +++ b/gitea_version @@ -1 +1 @@ -1.16.9 \ No newline at end of file +1.17.2 \ No newline at end of file