From 0932e86565a5779106173db8a87dd94337b3c02b Mon Sep 17 00:00:00 2001 From: EndMove Date: Sat, 30 Jul 2022 15:37:31 +0200 Subject: [PATCH] Update to gitea 1.16.9 --- 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 3ae43a2..e92310f 100644 --- a/CONTROL/changelog.txt +++ b/CONTROL/changelog.txt @@ -1,3 +1,6 @@ +Version: 1.16.9.r01 +- Update Gitea to 1.16.9, release notes (https://github.com/go-gitea/gitea/releases/tag/v1.16.9). + Version: 1.16.8.r01 - Update Gitea to 1.16.8, release notes (https://github.com/go-gitea/gitea/releases/tag/v1.16.8). diff --git a/CONTROL/config.json b/CONTROL/config.json index 2fae18d..5efa271 100644 --- a/CONTROL/config.json +++ b/CONTROL/config.json @@ -2,7 +2,7 @@ "general":{ "package":"gitea-docker", "name":"Gitea", - "version":"1.16.8.r01", + "version":"1.16.9.r01", "depends":[ "docker-ce(>=20.10.2.r2)" ], diff --git a/CONTROL/description-fr.txt b/CONTROL/description-fr.txt index aa180a4..e84cf74 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.8 - Fonctionne avec une connexion HTTPS. +Version actuelle de Gitea : 1.16.9 - Fonctionne avec une connexion HTTPS. [INFORMATION] diff --git a/CONTROL/description.txt b/CONTROL/description.txt index d219523..91fd5bd 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.8 - Work with an HTTPS connection. +Gitea current version: 1.16.9 - Work with an HTTPS connection. [INFORMATION] diff --git a/README.md b/README.md index 9b25aee..ad17d0e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gitea-adm -__Gitea version__: _`1.16.8`_ +__Gitea version__: _`1.16.9`_ ![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 c4de08c..0533d76 100644 --- a/gitea_version +++ b/gitea_version @@ -1 +1 @@ -1.16.8 \ No newline at end of file +1.16.9 \ No newline at end of file