gitlab-runner: Update to version 14.0.1

This commit is contained in:
Richard Kuhnt 2021-06-24 05:00:22 +00:00
parent 5d39f4db38
commit 1cfba6d649

View File

@ -1,17 +1,17 @@
{ {
"version": "14.0.0", "version": "14.0.1",
"description": "Run your jobs and send the results back to GitLab", "description": "Run your jobs and send the results back to GitLab",
"homepage": "https://docs.gitlab.com/runner/", "homepage": "https://docs.gitlab.com/runner/",
"license": "MIT", "license": "MIT",
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up", "notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.0.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.0.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "fc47258976fdeb129e45eba8c0a2d6a0d5dcf43eed4b38d6d13425822dc9afc3" "hash": "03bb4e84beed922ee2d080ed0b7cb329222f894c1a7dc7c98ac4026dd21482b3"
}, },
"32bit": { "32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.0.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.0.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "e906cf5b8c2edc4fa6dbe7b7dc2d754d25d135e277805155bd9fb712d25b56b3" "hash": "607908610f0f61d9726501464e09586fbaaf4a31eb9840ac8dfdd548a741489c"
} }
}, },
"bin": "gitlab-runner.exe", "bin": "gitlab-runner.exe",