From a6a4792ad454e56d13578790551a0c432e6a59ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 20:24:30 +0000 Subject: [PATCH] jx: Update to version 3.10.129 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 650150f04f..02b6facc9e 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.126", + "version": "3.10.129", "description": "A command line tool for installing and using Jenkins X", "homepage": "https://github.com/jenkins-x/jx", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.126/jx-windows-amd64.zip", - "hash": "8dab598a87d64b2cdefe44867539c22ecbe9652b2fc15b2b4a655f1c9c656838" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.129/jx-windows-amd64.zip", + "hash": "fc3f5e55f5746cda1b4bc8e183d38700170dd3708c2e57bfc167f55f3127e275" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.126/jx-windows-arm64.zip", - "hash": "fae066cf260c81807b42192578f75b3c716b636abcca13722c6d69c0466d9f33" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.129/jx-windows-arm64.zip", + "hash": "b13c9437bc421b076c4f0acdda5a65813fa47191e73280ade3398219c4d510c9" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",