From 1b53f8b008d3bce947a3a1935401a7d043eeed55 Mon Sep 17 00:00:00 2001 From: Shreyas KM Date: Thu, 29 Jan 2026 18:16:29 +0530 Subject: [PATCH] Update preflight to 1.16.0 --- hack/bin/deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/bin/deps.bzl b/hack/bin/deps.bzl index 37dafafcf..63c689843 100644 --- a/hack/bin/deps.bzl +++ b/hack/bin/deps.bzl @@ -24,8 +24,8 @@ OPENSHIFT_BINS = { "preflight": { # currently, preflight is only available on linux "preflight_linux": { - "url": "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.14.0/preflight-linux-amd64", - "sha": "69f8b249538adf0edcfcfcc82eea5d5aae44e4d2171ced581cd75a220624d25e", + "url": "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.16.0/preflight-linux-amd64", + "sha": "09269abbd18746c07efdc5b3d34967ed28e697649fab614bad7746bc3cf06963", }, }, "oc": {