From d4135c3b5b44d147885fa1fef0daaa7f1a76ac47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:31:52 +0000 Subject: [PATCH] opa: Update to version 1.10.1 --- bucket/opa.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opa.json b/bucket/opa.json index 4c527f23de..b239ffee93 100644 --- a/bucket/opa.json +++ b/bucket/opa.json @@ -1,12 +1,12 @@ { - "version": "1.10.0", + "version": "1.10.1", "description": "Policy-based control for cloud native environments", "homepage": "https://www.openpolicyagent.org", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/open-policy-agent/opa/releases/download/v1.10.0/opa_windows_amd64.exe#/opa.exe", - "hash": "d911f4ab93f71022d928195f426ac1b41cb970f3f09055ca66745e6327770f71" + "url": "https://github.com/open-policy-agent/opa/releases/download/v1.10.1/opa_windows_amd64.exe#/opa.exe", + "hash": "4c932053350eabca47681208924046fbf3ad9de922d6853fb12cddf59aef15ce" } }, "bin": "opa.exe",