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 () ()
        Prevent git operations for inactive users () ()
        Disallow urlencoded new lines in git protocol paths if there is a port () ()
        Mitigate Security vulnerability in the git hook feature ()
        Disable DSA ssh keys by default ()
        Set TLS minimum version to 1.2 ()
        Use argon as default password hash algorithm ()
    BREAKING
        Set RUN_MODE prod by default () ()
        Don't replace underscores in auto-generated IDs in goldmark ()
        Add Primary Key to Topic and RepoTopic tables ()
        Disable password complexity check default ()
        Change PIDFile default from /var/run/gitea.pid to /run/gitea.pid ()
        Add extension Support to Attachments (allow all types for releases) ()
        Remove IE11 Support ()
This commit is contained in:
Jens Timmerman 2020-12-02 11:32:25 +01:00 committed by Thomas Maurice
parent d5ca00bc21
commit ecfff9cbc0

View file

@ -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 }}"