From 5deee1abd83bdb5001a5644a859edd5c2f74f0bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:31:55 +0000 Subject: [PATCH] opa: Update to version 1.9.0 --- bucket/opa.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opa.json b/bucket/opa.json index e3b835948c..4d58eb76b6 100644 --- a/bucket/opa.json +++ b/bucket/opa.json @@ -1,12 +1,12 @@ { - "version": "1.8.0", + "version": "1.9.0", "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.8.0/opa_windows_amd64.exe#/opa.exe", - "hash": "6ee60d6eafbab591560989e30a990d39ed442c7c3f6e5e1a29f95144ccaa30e2" + "url": "https://github.com/open-policy-agent/opa/releases/download/v1.9.0/opa_windows_amd64.exe#/opa.exe", + "hash": "ea07eb413f7d0b258dc2e45d054ebb7df6fad42ad436bbe96e5dc6d5e7bc2951" } }, "bin": "opa.exe",