diff --git a/README.md b/README.md index 895d049..8fd666f 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:** 12.7.1 +**Shipped version:** 12.8.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index ab74567..5a45c93 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:** 12.7.1 +**Version incluse:** 12.8.0 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 59a88d0..25b802c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).", "fr": "GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)." }, - "version": "12.7.1~ynh1", + "version": "12.8.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 1b3f7ba..a187405 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="12.7.1" +gitlab_runner_version="12.8.0" -gitlab_runner_x86_64_source_sha256="32a1cafaab96bd67977977948b313220bbe52005184f94f00ba4d4119a8c7dc0" +gitlab_runner_x86_64_source_sha256="d56889a539200be975ba87ceb2b5997bce13e60d5ff8bedef4ca633cc3c99a6d" -gitlab_runner_i386_source_sha256="de5ac1ba02df6ec86233554e1e092fd03ab643185d3920713fff39e63d1c872f" +gitlab_runner_i386_source_sha256="a3c61d9ca447d6455d082e53d69c9e84f0bd1f996060739c608b08fae111cd5b" -gitlab_runner_arm_source_sha256="3329592a2b3a9d2e373969a708066854e72858e4c54a88bbe586ef20be717d26" +gitlab_runner_arm_source_sha256="e45f79cb429ab3b928e7fc6454c427e45f60b66ab614e01eef2e552adf0ff82c" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"