From 39adde86618bc8284680cc4cd96cb9164b5879d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:39:50 +0000 Subject: [PATCH] jx: Update to version 3.16.28 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 238428ccd7..874cdc5b20 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.16.26", + "version": "3.16.28", "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.26/jx-windows-amd64.zip", - "hash": "f47b4b1850410e597a61377d7d73c1f13b2deb2e4577c5cc8cb757869588aa23" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.16.28/jx-windows-amd64.zip", + "hash": "46292bdc3908be37e1c82417584b9f2bbd899261e136e4ba58c38e29347fe6af" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",