From ecfff9cbc07517c7dcaefad868c9705c5a823f81 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Wed, 2 Dec 2020 11:32:25 +0100 Subject: [PATCH] bump gitea version gitea 1.13.0 was released which fixes security issues some breaking changes were reported in the release notes but I didn't find any issues with them on my system, caution is advised Support Gitea development, we now have a shop for Swag SECURITY Add Allow-/Block-List for Migrate & Mirrors (#13610) (#13776) Prevent git operations for inactive users (#13527) (#13536) Disallow urlencoded new lines in git protocol paths if there is a port (#13521) (#13524) Mitigate Security vulnerability in the git hook feature (#13058) Disable DSA ssh keys by default (#13056) Set TLS minimum version to 1.2 (#12689) Use argon as default password hash algorithm (#12688) BREAKING Set RUN_MODE prod by default (#13765) (#13767) Don't replace underscores in auto-generated IDs in goldmark (#12805) Add Primary Key to Topic and RepoTopic tables (#12639) Disable password complexity check default (#12557) Change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500) Add extension Support to Attachments (allow all types for releases) (#12465) Remove IE11 Support (#11470) --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 5a90792..2a7b302 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -gitea_version: "1.12.4" +gitea_version: "1.13.0" gitea_version_check: true gitea_dl_url: "https://github.com/go-gitea/gitea/releases/download/v{{ gitea_version }}/gitea-{{ gitea_version }}-linux-{{ gitea_arch }}"