From 2fa24f0cfcfa8c12962c9e22a0091a9766a27c75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 16:33:34 +0000 Subject: [PATCH] opa: Update to version 0.50.1 --- bucket/opa.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opa.json b/bucket/opa.json index b5a9e6893b..68a1496af4 100644 --- a/bucket/opa.json +++ b/bucket/opa.json @@ -1,12 +1,12 @@ { - "version": "0.50.0", + "version": "0.50.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/v0.50.0/opa_windows_amd64.exe#/opa.exe", - "hash": "b557c92c3ee78c8b12072077a16c9dbe6b2b0f7af73191844211409c547ed775" + "url": "https://github.com/open-policy-agent/opa/releases/download/v0.50.1/opa_windows_amd64.exe#/opa.exe", + "hash": "3d8072562987848baf74395e4d272f884928fa1b90928dccec844ec4884a9a6b" } }, "bin": "opa.exe",