From 5a277ccd1d509a26f9fe6cfcdbac9e372030f63d Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 12 Aug 2021 01:06:42 +0200 Subject: [PATCH] Upgrade to 14.1.0 --- README.md | 5 ++--- README_fr.md | 2 +- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 8 ++++---- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 82bde08..7782ea7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Shipped version:** 13.11.0 +**Shipped version:** 14.1.0 ## Screenshots @@ -45,8 +45,7 @@ Running a Gitlab Runner mandates to choose [an executor](https://docs.gitlab.com * Report a bug: https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues * App website: https://about.gitlab.com/product/continuous-integration/ - * YunoHost website: https://yunohost.org/ - + * YunoHost website: https://14.1.0 --- Developers info diff --git a/README_fr.md b/README_fr.md index 2f380b4..7873f71 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non). -**Version incluse:** 13.11.0 +**Version incluse:** 14.1.0 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 2d7cbfe..9442a13 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Continuous integration tool to use with a GitLab instance (YNH or not).", "fr": "Outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)." }, - "version": "13.11.0~ynh1", + "version": "14.1.0~ynh1", "url": "https://gitlab.com/gitlab-org/gitlab-runner", "license": "MIT", "maintainer": { diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 3b30779..ae33e54 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="13.11.0" +gitlab_runner_version="14.1.0" -gitlab_runner_x86_64_source_sha256="970426bec5aa8683345efb49a746cd45ccbd82541dca1d020a9f87075cc27159" +gitlab_runner_x86_64_source_sha256="2b400e2a0f8b87253e0997f8ee2bcbaf13d6d3b79f2a1820a4962b72dd207b46" -gitlab_runner_i386_source_sha256="928e1afd5b2f81576382e579e4b10296038e7f94d9d634bb0f35248af36a1571" +gitlab_runner_i386_source_sha256="439fac386cabb01e0c1e8bf2da266cde4140651b39064f038618fc25ded6811c" -gitlab_runner_arm_source_sha256="e4917a217d4d2f67d7c3165c33a4ad3c5666dc67fa432d2d3ea08752878acfe8" +gitlab_runner_arm_source_sha256="c7f6bf84b151605be4225afe0b29f25d7e54906dd42489998d4b0976c6b85ef8" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"