From 665ad5e964a9ed222ecf7b819dcb0df45f9f29af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 00:40:28 +0000 Subject: [PATCH] jx: Update to version 3.16.26 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index cadc324e44..238428ccd7 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.16.25", + "version": "3.16.26", "description": "Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests", "homepage": "https://jenkins-x.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.16.25/jx-windows-amd64.zip", - "hash": "4e939bea1b02ac379f8c250a38c9f20e1e6526daa8d1dc857d71858b57ccc7be" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.16.26/jx-windows-amd64.zip", + "hash": "f47b4b1850410e597a61377d7d73c1f13b2deb2e4577c5cc8cb757869588aa23" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",