gitlab-runner: Update to version 16.4.1 (#5164)

This commit is contained in:
Rashil Gandhi 2023-10-10 15:54:25 +05:30 committed by GitHub
parent 2e07833c95
commit d65ac6c24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "16.2.2", "version": "16.4.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",
@ -16,17 +16,17 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.2.2/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.4.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "043f51ecb2797ec00d628449e9e26a41f49ff27ab5949d1b187b4032db83c112" "hash": "21f977f44da3757791d311866d02b670766907320fe467a8f34842af58e5d044"
}, },
"32bit": { "32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.2.2/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.4.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "c4a9395b66dbfee8e0169b6dd2df2fcf6b92961ebad9e870e62ec29c7e45dcd9" "hash": "0d0e1d077075fece56509115486b1cb78e7d728aec66bed6ba331db462d8a49e"
} }
}, },
"bin": "gitlab-runner.exe", "bin": "gitlab-runner.exe",
"checkver": { "checkver": {
"url": "https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom", "url": "https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom&sort=version_desc",
"regex": "/tags/v([\\d.]+)<" "regex": "/tags/v([\\d.]+)<"
}, },
"autoupdate": { "autoupdate": {