From 5693f02438ed7650c5697597a441d1bf104db5cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 00:35:04 +0000 Subject: [PATCH] opa: Update to version 1.0.0 --- bucket/opa.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opa.json b/bucket/opa.json index e18e453dba..0d7ba6879e 100644 --- a/bucket/opa.json +++ b/bucket/opa.json @@ -1,12 +1,12 @@ { - "version": "0.70.0", + "version": "1.0.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/v0.70.0/opa_windows_amd64.exe#/opa.exe", - "hash": "19d00eea60477a8f983c20af690fedcc8da52aef81922e570b27538ca88305a4" + "url": "https://github.com/open-policy-agent/opa/releases/download/v1.0.0/opa_windows_amd64.exe#/opa.exe", + "hash": "f910bc4f4e27fe27f861ec3ea4ec58ca859ec7245007df4d3ab6d53058745991" } }, "bin": "opa.exe",